DBA Data[Home] [Help]

APPS.GME_DEBUG dependencies on GME_BATCH_STEP_RESOURCES

Line 200: FROM gme_batch_step_resources

196:
197: CURSOR get_batchstep_resource_id (v_batchstep_id IN NUMBER)
198: IS
199: SELECT batchstep_resource_id
200: FROM gme_batch_step_resources
201: WHERE batchstep_id = v_batchstep_id
202: ORDER BY 1;
203:
204: CURSOR get_temp_table (