DBA Data[Home] [Help]

APPS.MRP_LAUNCH_PLAN_PK dependencies on MRP_UTIL

Line 39: MRP_UTIL.Mrp_Debug('******About to Launch Plan******');

35: +----------------------------------------*/
36:
37: IF G_MRP_DEBUG = 'Y' THEN /*2663505*/
38:
39: MRP_UTIL.Mrp_Debug('******About to Launch Plan******');
40: END IF ; /*2663505*/
41:
42: IF arg_plan_horizon IS NULL THEN
43: months := fnd_profile.value('MRP_CUTOFF_DATE_OFFSET');

Line 139: MRP_UTIL.Mrp_Debug('Launched MPS Relief Worker:'||

135: COMMIT;
136:
137: IF G_MRP_DEBUG = 'Y' THEN /*2663505*/
138:
139: MRP_UTIL.Mrp_Debug('Launched MPS Relief Worker:'||
140: to_char(var_mps_relief_req_id));
141: END IF ; /*2663505*/
142:
143: var_snapshot_req_id := NULL;

Line 155: MRP_UTIL.Mrp_Debug('Launched Snapshot:'||

151: arg_compile_desig);
152: COMMIT;
153:
154: IF G_MRP_DEBUG = 'Y' THEN /*2663505*/
155: MRP_UTIL.Mrp_Debug('Launched Snapshot:'||
156: to_char(var_snapshot_req_id));
157: END IF ; /*2663505*/
158:
159: END IF; /* if arg_launch_snapshot = SYS_YES */

Line 176: MRP_UTIL.Mrp_Debug('Launched Planner:'||

172: 0);
173: COMMIT;
174:
175: IF G_MRP_DEBUG = 'Y' THEN /*2663505*/
176: MRP_UTIL.Mrp_Debug('Launched Planner:'||
177: to_char(var_planner_req_id));
178: END IF ; /*2663505*/
179: END IF;
180:

Line 201: MRP_UTIL.Mrp_Debug('Exiting with Success');

197: exception when no_data_found then
198: null;
199: end;
200: IF G_MRP_DEBUG = 'Y' THEN /*2663505*/
201: MRP_UTIL.Mrp_Debug('Exiting with Success');
202: END IF ; /*2663505*/
203: retcode := 0;
204: errbuf := NULL;
205: return;