DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on FND_INSTALLATION

Line 92: install := fnd_installation.get(222,222,status,industry);

88: status VARCHAR2(1);
89: industry VARCHAR2(1);
90:
91: begin
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);

Line 146: install := fnd_installation.get(222,222,status,industry);

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