DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on ARP_STANDARD

Line 98: arp_standard.enable_file_debug(path_name,file_name);

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
101: debug_flag := 'S';
102: if (status = 'I') then

Line 103: arp_standard.enable_debug;

99: end if;
100: else
101: debug_flag := 'S';
102: if (status = 'I') then
103: arp_standard.enable_debug;
104: end if;
105: end if;
106: exception
107: when others then

Line 146: arp_standard.disable_debug;

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;
147: arp_standard.disable_file_debug;
148: end if;
149: end if;
150: exception

Line 147: arp_standard.disable_file_debug;

143:
144: install := fnd_installation.get(222,222,status,industry);
145: if (status ='I') then
146: arp_standard.disable_debug;
147: arp_standard.disable_file_debug;
148: end if;
149: end if;
150: exception
151: when others then