DBA Data[Home] [Help]

APPS.POS_SUPPLIER_NOTIFY_PKG dependencies on WF_ITEMS

Line 16: l_itemtype wf_items.item_type%TYPE;

12: p_defer IN BOOLEAN
13: )
14: IS
15:
16: l_itemtype wf_items.item_type%TYPE;
17: l_itemkey wf_items.item_key%TYPE;
18:
19: l_threshold NUMBER := WF_ENGINE.threshold;
20:

Line 17: l_itemkey wf_items.item_key%TYPE;

13: )
14: IS
15:
16: l_itemtype wf_items.item_type%TYPE;
17: l_itemkey wf_items.item_key%TYPE;
18:
19: l_threshold NUMBER := WF_ENGINE.threshold;
20:
21: BEGIN