DBA Data[Home] [Help]

APPS.AD_FILE_SYS_SNAPSHOTS_PKG dependencies on AD_PATCH_DRIVERS

Line 1188: ad_patch_drivers pd

1184: select 1
1185: into l_count
1186: from ad_patch_hist_snaps_temp t,
1187: ad_patch_runs pr,
1188: ad_patch_drivers pd
1189: where t.patch_run_id = pr.patch_run_id
1190: and pr.patch_driver_id = pd.patch_driver_id
1191: and pd.driver_type_c_flag = 'Y'
1192: and rownum < 2;