DBA Data[Home] [Help]

SYS.AD_ZD_SYS dependencies on ALL_EDITIONS

Line 499: from all_editions AED

495: where property_name = 'DEFAULT_EDITION';
496:
497: begin
498: select aed.edition_name into l_patch_edition
499: from all_editions AED
500: where aed.parent_edition_name = l_default_edition;
501: exception
502: when no_data_found then
503: l_patch_edition := NULL;

Line 836: from all_editions AED

832: where property_name = 'DEFAULT_EDITION';
833:
834: begin
835: select aed.edition_name into l_patch_edition
836: from all_editions AED
837: where aed.parent_edition_name = l_default_edition;
838: exception
839: when no_data_found then
840: l_patch_edition := NULL;