DBA Data[Home] [Help]

APPS.GMO_VALIDATE_BATCH_GRP dependencies on GME_BATCH_STEP_RESOURCES

Line 126: from gme_batch_step_resources gbsr

122: AND batch_id = l_batch_id;
123:
124: cursor c_get_resources is
125: select batchstep_resource_id
126: from gme_batch_step_resources gbsr
127: where batchstep_activity_id = l_batchstep_activity_id
128: AND batch_id = l_batch_id AND batchstep_id = l_batchstep_id
129: ;
130: