DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_BATCH_STEP_ITEMS_DBL

Line 140: IF NOT gme_batch_step_items_dbl.insert_row

136: l_batchstep_items.material_detail_id := x_material_detail_rec.material_detail_id;
137: l_batchstep_items.batch_id := x_material_detail_rec.batch_id;
138: l_batchstep_items.batchstep_id := p_batch_step_rec.batchstep_id;
139:
140: IF NOT gme_batch_step_items_dbl.insert_row
141: (p_batch_step_items => l_batchstep_items
142: ,x_batch_step_items => l_batchstep_items) THEN
143: l_proc := 'gme_batch_step_items_dbl.insert_row';
144: RAISE error_dbl;

Line 143: l_proc := 'gme_batch_step_items_dbl.insert_row';

139:
140: IF NOT gme_batch_step_items_dbl.insert_row
141: (p_batch_step_items => l_batchstep_items
142: ,x_batch_step_items => l_batchstep_items) THEN
143: l_proc := 'gme_batch_step_items_dbl.insert_row';
144: RAISE error_dbl;
145: END IF;
146: END IF;
147: