DBA Data[Home] [Help]

APPS.GME_DEBUG dependencies on GME_BATCH_STEP_RESOURCES

Line 210: FROM gme_batch_step_resources

206:
207: CURSOR get_batchstep_resource_id (v_batchstep_id IN NUMBER)
208: IS
209: SELECT batchstep_resource_id
210: FROM gme_batch_step_resources
211: WHERE batchstep_id = v_batchstep_id
212: ORDER BY 1;
213:
214: CURSOR get_temp_table (