DBA Data[Home] [Help]

APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_PATCH_DRIVERS

Line 1111: ad_patch_drivers pd

1107: select 1
1108: into l_count
1109: from ad_patch_hist_snaps_temp t,
1110: ad_patch_runs pr,
1111: ad_patch_drivers pd
1112: where t.patch_run_id = pr.patch_run_id
1113: and pr.patch_driver_id = pd.patch_driver_id
1114: and pd.driver_type_c_flag = 'Y'
1115: and rownum < 2;