DBA Data[Home] [Help]

APPS.MSD_ARCHIVE_PLAN dependencies on MSD_COMMON_UTILITIES

Line 11: msd_common_utilities.DBMS_AW_INTERP_SILENT(v_cmd);

7: begin
8: retcode := '0';
9:
10: v_cmd := 'aw attach ODPCODE ro; call pl.archive('''|| p_demand_plan_id||''')';
11: msd_common_utilities.DBMS_AW_INTERP_SILENT(v_cmd);
12:
13: exception
14: when others then
15: errbuf := substr(SQLERRM,1,150);

Line 30: msd_common_utilities.DBMS_AW_INTERP_SILENT(v_cmd);

26: begin
27: retcode := '0';
28:
29: v_cmd := 'aw attach ODPCODE ro; call pl.restore('''||p_demand_plan_id||''')';
30: msd_common_utilities.DBMS_AW_INTERP_SILENT(v_cmd);
31:
32: exception
33: when others then
34: errbuf := substr(SQLERRM,1,150);