DBA Data[Home] [Help]

APPS.MSC_ATP_24X7 dependencies on ORDER_SCH_WB

Line 256: order_sch_wb.set_session_id (l_session_id);

252:
253: conc_log ('Getting Records based on refresh number with session_id : ' || l_session_id);
254:
255: -- Set Session_ID
256: order_sch_wb.set_session_id (l_session_id);
257:
258: -- CTO Re-arch changes, added session_id as an IN param, as it will now be retrieved in ATP_Synchronize
259: Get_Records_Post_Collections (
260: p_old_plan_id,

Line 448: order_sch_wb.set_session_id (l_session_id);

444:
445: conc_log ('Getting Records based on refresh number with session_id : ' || l_session_id);
446:
447: -- Set Session_ID
448: order_sch_wb.set_session_id (l_session_id);
449:
450: -- CTO Re-arch changes, added session_id as an IN param, as it will now be retrieved in ATP_Synchronize
451: Get_Records_Post_Collections (
452: p_old_plan_id,

Line 571: order_sch_wb.set_session_id (x_session_id);

567: x_session_id := l_session_id;
568: conc_log (' Session ID for ATP Call : ' || x_session_id);
569:
570: -- Set Session_ID
571: order_sch_wb.set_session_id (x_session_id);
572: */
573:
574: -- Get Start Time
575: begin