DBA Data[Home] [Help]

APPS.AMS_TCOP_WF_PKG dependencies on AMS_TCOP_SCHEDULER_PKG

Line 96: AMS_TCOP_SCHEDULER_PKG.ENQUEUE

92: aname => 'SCHEDULE_ID');
93:
94:
95: -- Enqueue the traffic cop request
96: AMS_TCOP_SCHEDULER_PKG.ENQUEUE
97: (
98: l_schedule_id,
99: itemtype,
100: itemkey

Line 149: l_response := AMS_TCOP_SCHEDULER_PKG.Is_This_Schedule_Ready_To_Run (

145: itemkey => itemkey,
146: aname => 'SCHEDULE_ID');
147:
148: -- Enqueue the traffic cop request
149: l_response := AMS_TCOP_SCHEDULER_PKG.Is_This_Schedule_Ready_To_Run (
150: l_schedule_id
151: );
152:
153: if (l_response = 'Y') THEN