DBA Data[Home] [Help]

APPS.AD_PATCH_ANALYSIS_ENGINE dependencies on AD_PA_PATCH_ENTITY_INFO

Line 620: FROM ad_pa_patch_entity_info appei,

616: nvl(ate.baseline,0) curr_baseline,
617: nvl(appei.baseline,0) intr_baseline,
618: nvl(ate.codelevel,0) curr_level,
619: nvl(appei.te_level,0) intr_level
620: FROM ad_pa_patch_entity_info appei,
621: ad_trackable_entities ate
622: WHERE appei.te_abbr = ate.abbreviation(+)
623: AND appei.patch_id = l_patch_id)
624: LOOP