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 144: install := fnd_installation.get(222,222,status,industry);

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