DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_BATCH_STEP_ITEMS_DBL

Line 100: IF NOT gme_batch_step_items_dbl.insert_row

96: l_batchstep_items.material_detail_id := x_material_detail_rec.material_detail_id;
97: l_batchstep_items.batch_id := x_material_detail_rec.batch_id;
98: l_batchstep_items.batchstep_id := p_batch_step_rec.batchstep_id;
99:
100: IF NOT gme_batch_step_items_dbl.insert_row
101: (p_batch_step_items => l_batchstep_items
102: ,x_batch_step_items => l_batchstep_items) THEN
103: l_proc := 'gme_batch_step_items_dbl.insert_row';
104: RAISE error_dbl;

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

99:
100: IF NOT gme_batch_step_items_dbl.insert_row
101: (p_batch_step_items => l_batchstep_items
102: ,x_batch_step_items => l_batchstep_items) THEN
103: l_proc := 'gme_batch_step_items_dbl.insert_row';
104: RAISE error_dbl;
105: END IF;
106: END IF;
107: