DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on CE_DEBUG_PKG

Line 96: ce_debug_pkg.enable_file_debug(path_name, file_name);

92: install := fnd_installation.get(222,222,status,industry);
93:
94: if (path_name is not null and file_name is not null) then
95: debug_flag := 'F';
96: ce_debug_pkg.enable_file_debug(path_name, file_name);
97: /* Bug 7445326 - removed AR logging
98: if (status = 'I') then
99: arp_standard.enable_file_debug(path_name,file_name);
100: end if;*/

Line 144: ce_debug_pkg.disable_file_debug;

140:
141: begin
142: if display_debug = 'Y' then
143: debug_flag := null;
144: ce_debug_pkg.disable_file_debug;
145: /* - Bug 7445326 Removed ar logging
146: install := fnd_installation.get(222,222,status,industry);
147: if (status ='I') then
148: arp_standard.disable_debug;