[Home] [Help]
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
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
688: -- construct alter
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: /*