DBA Data[Home] [Help]

APPS.XNP_UTILS dependencies on XNP_CALLBACK_EVENTS

Line 1286: -- from xnp_callback_events. Then looks up the WF to

1282: END GET_WF_INSTANCE ;
1283:
1284: ------------------------------------------------------------------
1285: -- Gets the process referenc against the reference_id
1286: -- from xnp_callback_events. Then looks up the WF to
1287: -- get the item attribute WORKITEM_INSTANCE_ID
1288: ------------------------------------------------------------------
1289:
1290: PROCEDURE GET_WORKITEM_INSTANCE_ID

Line 1304: FROM xnp_callback_events

1300: l_wf_activity VARCHAR2(240) := NULL;
1301:
1302: CURSOR c_get_process_reference IS
1303: SELECT process_reference
1304: FROM xnp_callback_events
1305: WHERE reference_id = p_reference_id;
1306:
1307: BEGIN
1308: