DBA Data[Home] [Help]

APPS.CSI_DEBUG_PKG dependencies on AD_PATCH_RUN_BUGS

Line 2907: ad_patch_run_bugs aprb,

2903: CURSOR patch_hist_cur(p_file_id IN number) IS
2904: SELECT distinct afv.version, afv.creation_date, ab.bug_number
2905: FROM ad_file_versions afv,
2906: ad_patch_run_bug_actions aprba,
2907: ad_patch_run_bugs aprb,
2908: ad_bugs ab
2909: WHERE afv.file_id = p_file_id
2910: AND aprba.file_id(+) = afv.file_id
2911: AND aprba.patch_file_version_id(+) = afv.file_version_id