DBA Data[Home] [Help]

APPS.AD_PATCH_ANALYSIS_ENGINE dependencies on AD_PA_PATCH_ENTITY_INFO

Line 609: FROM ad_pa_patch_entity_info appei,

605: nvl(ate.baseline,0) curr_baseline,
606: nvl(appei.baseline,0) intr_baseline,
607: nvl(ate.codelevel,0) curr_level,
608: nvl(appei.te_level,0) intr_level
609: FROM ad_pa_patch_entity_info appei,
610: ad_trackable_entities ate
611: WHERE appei.te_abbr = ate.abbreviation(+)
612: AND appei.patch_id = l_patch_id)
613: LOOP