DBA Data[Home] [Help]

APPS.AD_PATCH_ANALYSIS_ENGINE dependencies on AD_PA_PATCH_COND_REQUIRES_INFO

Line 662: ad_pa_patch_cond_requires_info appcri

658: appcri.condition_type,
659: appcri.condition_te_abbr,
660: appcri.condition_te_level
661: FROM ad_pa_patch_requires_info appri,
662: ad_pa_patch_cond_requires_info appcri
663: WHERE appri.patch_id = l_patch_id
664: AND appri.patch_requires_id = appcri.patch_requires_id (+) )
665:
666: LOOP