DBA Data[Home] [Help]

APPS.AD_PATCH_ANALYSIS_ENGINE dependencies on AD_PA_PATCH_COND_REQUIRES_INFO

Line 673: ad_pa_patch_cond_requires_info appcri

669: appcri.condition_type,
670: appcri.condition_te_abbr,
671: appcri.condition_te_level
672: FROM ad_pa_patch_requires_info appri,
673: ad_pa_patch_cond_requires_info appcri
674: WHERE appri.patch_id = l_patch_id
675: AND appri.patch_requires_id = appcri.patch_requires_id (+) )
676:
677: LOOP