DBA Data[Home] [Help]

APPS.GMDQC0_WF_P dependencies on WF_ITEMS

Line 20: l_itemtype WF_ITEMS.ITEM_TYPE%TYPE := 'GMDQC0';

16: )
17:
18: IS
19:
20: l_itemtype WF_ITEMS.ITEM_TYPE%TYPE := 'GMDQC0';
21: l_itemkey WF_ITEMS.ITEM_KEY%TYPE := p_trans_id;
22:
23: /* make sure that process runs with background engine
24: to prevent SAVEPOINT/ROLLBACK error (see Workflow FAQ)

Line 21: l_itemkey WF_ITEMS.ITEM_KEY%TYPE := p_trans_id;

17:
18: IS
19:
20: l_itemtype WF_ITEMS.ITEM_TYPE%TYPE := 'GMDQC0';
21: l_itemkey WF_ITEMS.ITEM_KEY%TYPE := p_trans_id;
22:
23: /* make sure that process runs with background engine
24: to prevent SAVEPOINT/ROLLBACK error (see Workflow FAQ)
25: the value to use for this is -1 */