DBA Data[Home] [Help]

APPS.MSC_LAUNCH_PLAN_PK dependencies on MSC_LAUNCH_PLAN_PK

Line 1: PACKAGE BODY MSC_LAUNCH_PLAN_PK AS

1: PACKAGE BODY MSC_LAUNCH_PLAN_PK AS
2: /* $Header: MSCPLAPB.pls 120.24.12020000.3 2012/11/07 11:03:28 snilagir ship $ */
3:
4: FUNCTION LAUNCH_REFRESH_MV (p_plan_id in number) RETURN boolean
5: IS

Line 2323: --MSC_LAUNCH_PLAN_PK.MSC_LAUNCH_PLAN(out_char,out_num,'AJ-MASTC',18553,1,1,2,to_char(sysdate,'yyyy-mm-dd'));

2319: a. Lock the row with nowait, on successful lock, update the lateness_constraints to 1 or 0 based on the param.
2320: 2. Process_child_rp_plans
2321: 3. Launch MBP Snaphsot by calling the fnd_request
2322:
2323: --MSC_LAUNCH_PLAN_PK.MSC_LAUNCH_PLAN(out_char,out_num,'AJ-MASTC',18553,1,1,2,to_char(sysdate,'yyyy-mm-dd'));
2324: */
2325:
2326:
2327: OPEN c_ws_status(arg_plan_id);

Line 2431: END MSC_LAUNCH_PLAN_PK; -- package

2427:
2428: end msc_launch_rp_plan;
2429:
2430:
2431: END MSC_LAUNCH_PLAN_PK; -- package