DBA Data[Home] [Help]

APPS.MSD_ASCP_FLOW dependencies on FND_FILE

Line 170: fnd_file.put_line(fnd_file.log, 'Launching ASCP engine with default unconstrained plan');

166: CLOSE c_org_id;
167:
168: COMMIT;
169:
170: fnd_file.put_line(fnd_file.log, 'Launching ASCP engine with default unconstrained plan');
171:
172: -- launch ASCP engine with default unconstrained plan
173: MSC_X_CP_FLOW.Start_ASCP_Engine_WF ( p_constrained_plan_flag => 2 );
174:

Line 191: fnd_file.put_line(fnd_file.log, 'Launching ASCP engine with default unconstrained plan');

187: CLOSE c_attach_scenario;
188:
189: IF l_attach_scn_count > 0 then
190:
191: fnd_file.put_line(fnd_file.log, 'Launching ASCP engine with default unconstrained plan');
192:
193: -- launch ASCP engine with default unconstrained plan
194: MSC_X_CP_FLOW.Start_ASCP_Engine_WF ( p_constrained_plan_flag => 2 );
195:

Line 202: fnd_file.put_line(fnd_file.log, 'Errors in Launching ASCP Plan from DP');

198: END IF;
199:
200: EXCEPTION
201: WHEN OTHERS THEN
202: fnd_file.put_line(fnd_file.log, 'Errors in Launching ASCP Plan from DP');
203: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));
204:
205: END;
206:

Line 203: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));

199:
200: EXCEPTION
201: WHEN OTHERS THEN
202: fnd_file.put_line(fnd_file.log, 'Errors in Launching ASCP Plan from DP');
203: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));
204:
205: END;
206:
207: function get_priority(p_demand_plan_id in number,

Line 547: fnd_file.put_line(fnd_file.log, 'Errors in populating denormalized tables');

543:
544:
545: EXCEPTION
546: WHEN OTHERS THEN
547: fnd_file.put_line(fnd_file.log, 'Errors in populating denormalized tables');
548: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));
549: raise;
550:
551: END populate_denorm_tables;

Line 548: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));

544:
545: EXCEPTION
546: WHEN OTHERS THEN
547: fnd_file.put_line(fnd_file.log, 'Errors in populating denormalized tables');
548: fnd_file.put_line(fnd_file.log, substr(SQLERRM, 1, 1000));
549: raise;
550:
551: END populate_denorm_tables;
552: