DBA Data[Home] [Help]

APPS.XDP_AQ_UTILITIES dependencies on XDPCORE

Line 388: XDPCORE.CreateOrderProcess(

384: if lv_state2 not in( 'COMPLETED','CANCELED') THEN
385: rollback to pending_q_tag;
386: ELSE -- No dependency found
387: BEGIN
388: XDPCORE.CreateOrderProcess(
389: lv_wf_object.order_id,
390: lv_item_type,
391: lv_item_key);
392: EXCEPTION

Line 553: XDPCORE.CreateOrderProcess(

549: if lv_state2 not in( 'COMPLETED','CANCELED') THEN
550: rollback to pending_q_tag;
551: ELSE ---- No dependency found
552: BEGIN
553: XDPCORE.CreateOrderProcess(
554: lv_wf_object.order_id,
555: lv_item_type,
556: lv_item_key);
557: exception

Line 1649: XDPCORE_FA.HandOverChannel (

1645: END IF;
1646: ELSE
1647: -- Handover the channel to the next one
1648: null;
1649: XDPCORE_FA.HandOverChannel (
1650: lv_wf_object.channel_name,
1651: 0,
1652: NULL,
1653: 'ADMIN',

Line 1776: XDPCORE_FA.HandOverChannel (

1772: raise_application_error(-20530,lv_error_description);
1773: END IF;
1774: ELSE
1775: /* Handover the channel to the next one */
1776: XDPCORE_FA.HandOverChannel (
1777: lv_wf_object.channel_name,
1778: 0,
1779: NULL,
1780: 'ADMIN',