DBA Data[Home] [Help]

APPS.MSD_SOP dependencies on MSC_LAUNCH_PLAN_PK

Line 316: -- to launch ASCP Snapshot and Planner program (msc_launch_plan_pk.msc_launch_plan).

312: -- ========================================================================
313: -- Launch_ASCP_Plan
314: --
315: -- Procedure which is called by Recalculate Supply Plans activity(MSDRECALCSUP)
316: -- to launch ASCP Snapshot and Planner program (msc_launch_plan_pk.msc_launch_plan).
317: -- MSC_LAUNCH_PLAN program can be run in two different modes,
318: -- which are defined by values of attributes LAUNCHSNPSHT and LAUNCHPLANNER.
319: --
320: -- IN

Line 402: MSC_LAUNCH_PLAN_PK.MSC_CHECK_PLAN_COMPLETION(requests(i),plans(i),v_status);

398: FOR i in 1..v_cur LOOP
399: msd_common_utilities.dp_log(planID, 'Waiting for request id '||v_request);
400:
401: -- wait for this plan run to complete
402: MSC_LAUNCH_PLAN_PK.MSC_CHECK_PLAN_COMPLETION(requests(i),plans(i),v_status);
403:
404: msd_common_utilities.dp_log(planID, 'Request id '||v_request||' completed with status '||v_status);
405: end loop;
406: