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: if (status = 'I') then
98: arp_standard.enable_file_debug(path_name,file_name);
99: end if;
100: else

Line 142: ce_debug_pkg.disable_file_debug;

138:
139: begin
140: if display_debug = 'Y' then
141: debug_flag := null;
142: ce_debug_pkg.disable_file_debug;
143:
144: install := fnd_installation.get(222,222,status,industry);
145: if (status ='I') then
146: arp_standard.disable_debug;