WFload will be in
$FND_TOP/bin
By default it can be used the following ways.
To upload:
WFLOAD apps/pwd 0 Y UPLOAD file.wftTo download:
WFLOAD apps/pwd 0 Y DOWNLOAD file.wft ITEMTYPE1 [ITEMTYPE2...ITEMTYPEn]
Oracle Technical Experience and Test Cases Shared from different resource and through self leanings.
$FND_TOP/bin
WFLOAD apps/pwd 0 Y UPLOAD file.wftTo download:
WFLOAD apps/pwd 0 Y DOWNLOAD file.wft ITEMTYPE1 [ITEMTYPE2...ITEMTYPEn]
WF_ITEMS is the runtime table for workflow processes. Each row defines one work item within the system. The WF_ITEM_ATTRIBUTES table stores definitions of attributes associated with a process. Each row includes the sequence in which the attribute is used as well as the format of the attribute data. WF_NOTIFICATIONS holds the runtime information about a specific instance of a sent message. A new row is created in the table each time a message is sent.
Coalesce- return the null values from the expression. It works similar to a case statement where if expression 1 is false then goes to expr...