DBA Data[Home] [Help]

APPS.GMO_VALIDATE_BATCH_GRP dependencies on GME_BATCH_STEP_ITEMS

Line 138: from gme_batch_step_items

134: where batch_id = p_entity_key;
135:
136: cursor c_get_step_materials is
137: select material_detail_id
138: from gme_batch_step_items
139: where batchstep_id = l_batchstep_id
140: AND batch_id = l_batch_id;
141:
142: CURSOR C_GET_DISPENSES IS