DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_TRANS_ENGINE_UTIL

Line 217: -- call gme_trans_engine_util.load_rsrc_trans in preparation for update step qty

213: gme_debug.put_line (g_pkg_name||'.'||l_api_name||' updated material; material_detail_id= '
214: || x_material_detail_rec.material_detail_id);
215: END IF;
216:
217: -- call gme_trans_engine_util.load_rsrc_trans in preparation for update step qty
218: IF p_batch_step_rec.batchstep_id IS NOT NULL THEN
219: gme_trans_engine_util.load_rsrc_trans
220: (p_batch_row => p_batch_header_rec
221: ,x_rsc_row_count => l_rsc_count

Line 219: gme_trans_engine_util.load_rsrc_trans

215: END IF;
216:
217: -- call gme_trans_engine_util.load_rsrc_trans in preparation for update step qty
218: IF p_batch_step_rec.batchstep_id IS NOT NULL THEN
219: gme_trans_engine_util.load_rsrc_trans
220: (p_batch_row => p_batch_header_rec
221: ,x_rsc_row_count => l_rsc_count
222: ,x_return_status => x_return_status);
223:

Line 225: l_proc := 'gme_trans_engine_util.load_rsrc_trans';

221: ,x_rsc_row_count => l_rsc_count
222: ,x_return_status => x_return_status);
223:
224: IF x_return_status <> fnd_api.g_ret_sts_success THEN
225: l_proc := 'gme_trans_engine_util.load_rsrc_trans';
226: RAISE error_processing;
227: END IF;
228:
229: gme_update_step_qty_pvt.update_step_qty

Line 3624: gme_trans_engine_util.load_rsrc_trans

3620: || TO_CHAR (l_mtl_dtl_rec.material_detail_id) );
3621: END IF;
3622:
3623: IF p_batch_step_rec.batchstep_id IS NOT NULL THEN
3624: gme_trans_engine_util.load_rsrc_trans
3625: (p_batch_row => p_batch_header_rec
3626: ,x_rsc_row_count => l_rsc_count
3627: ,x_return_status => x_return_status);
3628:

Line 3630: l_proc := 'gme_trans_engine_util.load_rsrc_trans';

3626: ,x_rsc_row_count => l_rsc_count
3627: ,x_return_status => x_return_status);
3628:
3629: IF x_return_status <> fnd_api.g_ret_sts_success THEN
3630: l_proc := 'gme_trans_engine_util.load_rsrc_trans';
3631: RAISE error_processing;
3632: END IF;
3633: gme_update_step_qty_pvt.update_step_qty
3634: (p_batch_step_rec => p_batch_step_rec

Line 4541: gme_trans_engine_util.load_rsrc_trans

4537: WHERE material_detail_id =
4538: p_material_detail_rec.material_detail_id
4539: AND batchstep_id = p_batch_step_rec.batchstep_id;
4540:
4541: gme_trans_engine_util.load_rsrc_trans
4542: (p_batch_row => p_batch_header_rec
4543: ,x_rsc_row_count => l_rsc_count
4544: ,x_return_status => x_return_status);
4545:

Line 4547: l_proc := 'gme_trans_engine_util.load_rsrc_trans';

4543: ,x_rsc_row_count => l_rsc_count
4544: ,x_return_status => x_return_status);
4545:
4546: IF x_return_status <> fnd_api.g_ret_sts_success THEN
4547: l_proc := 'gme_trans_engine_util.load_rsrc_trans';
4548: RAISE error_processing;
4549: END IF;
4550:
4551: gme_update_step_qty_pvt.update_step_qty