DBA Data[Home] [Help]

SYS.AD_ZD_SYS dependencies on FND_ORACLE_USERID

Line 38: from system.fnd_oracle_userid

34: begin
35:
36: -- get applsys schema
37: select oracle_username into l_applsys
38: from system.fnd_oracle_userid
39: where read_only_flag = 'E';
40:
41: -- insert log message
42: execute immediate

Line 405: from system.fnd_oracle_userid

401: raise_application_error(-20007, 'Ancestors of Current RUN Edition are not retired');
402: end if;
403:
404: select oracle_username into l_applsys
405: from system.fnd_oracle_userid
406: where read_only_flag = 'E';
407:
408: -- Drop each covered object, in correct order
409: for objrec in c_covered_objects loop

Line 692: from system.fnd_oracle_userid

688: -- construct alter compile
689: --
690:
691: select oracle_username into L_APPLSYS
692: from system.fnd_oracle_userid
693: where read_only_flag = 'E';
694:
695: if (x_list = 'LIST1')
696: then

Line 848: from system.fnd_oracle_userid

844: raise_application_error(-20005, 'ERROR: Actualize All can only be run in the PATCH edition');
845: end if;
846:
847: select oracle_username into L_APPS_SCHEMA
848: from system.fnd_oracle_userid
849: where read_only_flag ='U';
850:
851: log(c_module, 'EVENT', 'Begin Actualize for AD_ZD% packages');
852: /*