DBA Data[Home] [Help]

APPS.MSC_PHUB_PKG dependencies on MSC_PHUB_PKG

Line 1: PACKAGE BODY msc_phub_pkg AS

1: PACKAGE BODY msc_phub_pkg AS
2: /* $Header: MSCHBPBB.pls 120.48.12010000.5 2008/09/12 23:24:50 pabram ship $ */
3:
4: TYPE TabListTblTyp IS TABLE OF VARCHAR2(50);
5:

Line 629: println('msc_phub_pkg.populate_plan_run_info('||p_plan_id||', '||l_plan_run_id||

625: end if;
626:
627: select plan_run_name into l_plan_run_name from msc_plan_runs
628: where plan_id=p_plan_id and plan_run_id=l_plan_run_id;
629: println('msc_phub_pkg.populate_plan_run_info('||p_plan_id||', '||l_plan_run_id||
630: ', '''||l_plan_run_name||''')');
631:
632: return l_plan_run_id;
633: end populate_plan_run_info;

Line 1003: msc_phub_pkg.purge_details(errbuf, retcode, p_scenario_id, p_plan_run_id);

999:
1000: fnd_message.set_name('MSC', 'MSC_HUB_PURGE_STARTS');
1001: println(fnd_message.get);
1002:
1003: msc_phub_pkg.purge_details(errbuf, retcode, p_scenario_id, p_plan_run_id);
1004: -- msc_demantra_pkg.purge_details(errbuf, retcode, p_scenario_id, p_plan_run_id);
1005:
1006: fnd_message.set_name('MSC', 'MSC_HUB_PURGE_ENDS');
1007: println(fnd_message.get);

Line 1022: END msc_phub_pkg;

1018: end;
1019:
1020:
1021:
1022: END msc_phub_pkg;