DBA Data[Home] [Help]

APPS.OTA_CANCEL_API dependencies on OTA_INITIALIZATION_WF

Line 193: OTA_INITIALIZATION_WF.INITIALIZE_CANCEL_ORDER (

189: hr_utility.set_location('Entering:'||l_proc, 10);
190:
191: -- Bug # 2707198
192:
193: OTA_INITIALIZATION_WF.INITIALIZE_CANCEL_ORDER (
194: p_itemtype => 'OTWF',
195: p_process => 'OTA_CANCEL_ORDER_LINE_2',
196: p_Event_title => l_title ,
197: p_event_id => l_event_id,

Line 228: /* OTA_INITIALIZATION_WF.INITIALIZE_CANCEL_ORDER (

224: P_UPDATE_FINANCE_LINE => 'C',
225: P_DATE_STATUS_CHANGED => l_sysdate);
226:
227:
228: /* OTA_INITIALIZATION_WF.INITIALIZE_CANCEL_ORDER (
229: p_itemtype => 'OTWF',
230: p_process => 'OTA_CANCEL_ORDER_LINE_2',
231: p_Event_title => l_title ,
232: p_event_id => l_event_id,

Line 241: OTA_INITIALIZATION_WF.INITIALIZE_CANCEL_ORDER (

237:
238: --Enh#1753511 HDSHAH
239:
240: /* Hitesh Shah
241: OTA_INITIALIZATION_WF.INITIALIZE_CANCEL_ORDER (
242: p_itemtype => 'OTWF',
243: p_process => 'OTA_CANCEL_ORDER_LINE',
244: p_Event_title => l_title ,
245: p_event_id => l_event_id,

Line 266: OTA_INITIALIZATION_WF.INITIALIZE_CANCEL_ORDER (

262:
263: hr_utility.set_location('Entering:'||l_proc, 20);
264:
265:
266: OTA_INITIALIZATION_WF.INITIALIZE_CANCEL_ORDER (
267: p_itemtype => 'OTWF',
268: p_process => 'OTA_CANCEL_ORDER_LINE',
269: p_Event_title => l_title ,
270: p_event_id => l_event_id,

Line 325: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(

321: OPEN C_USER;
322: FETCH C_USER INTO l_user_name;
323: select to_char(sysdate,'DD-MON-YYYY:HH24:MI:SS') into l_wf_date from dual;
324:
325: OTA_INITIALIZATION_WF.MANUAL_WAITLIST(
326: p_itemtype => 'OTWF',
327: p_process => 'OTA_MANUAL_WAITLIST',
328: p_Event_title => l_title ,
329: p_event_id => l_event_id,