DBA Data[Home] [Help]

APPS.MSC_RP_PUB dependencies on MSC_UTIL

Line 99: msc_util.msc_debug(line_num||' - '||l_msg);

95:
96: -- insert into gji_dbg values (line_num,l_msg);
97: -- execute immediate 'commit';
98:
99: msc_util.msc_debug(line_num||' - '||l_msg);
100: --dbms_output.put_line(line_num||' - '||l_msg);
101: exception when others then
102:
103: --dbms_output.put_line('exception '||sqlerrm);

Line 105: msc_util.msc_debug('exception in rp_debug');

101: exception when others then
102:
103: --dbms_output.put_line('exception '||sqlerrm);
104:
105: msc_util.msc_debug('exception in rp_debug');
106: msc_util.msc_debug(sqlerrm);
107: end rp_debug;
108:
109:

Line 106: msc_util.msc_debug(sqlerrm);

102:
103: --dbms_output.put_line('exception '||sqlerrm);
104:
105: msc_util.msc_debug('exception in rp_debug');
106: msc_util.msc_debug(sqlerrm);
107: end rp_debug;
108:
109:
110: