DBA Data[Home] [Help]

APPS.CS_WORKFLOW_PKG dependencies on WF_ITEMS

Line 109: FROM wf_items

105: and wf.name=types.workflow;
106:
107: CURSOR l_servereq_csr IS
108: SELECT end_date
109: FROM wf_items
110: -- WHERE item_type = 'SERVEREQ' --Commented for Bug 6449697
111: WHERE item_type = l_item_type
112: AND item_key = l_itemkey;
113:

Line 352: FROM wf_items

348: l_result VARCHAR2(1);
349:
350: CURSOR l_sraction_csr IS
351: SELECT end_date
352: FROM wf_items
353: WHERE item_type = 'SRACTION'
354: AND item_key = l_itemkey;
355:
356: BEGIN