DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_TRANS_ENGINE_UTIL

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

253: gme_debug.put_line (g_pkg_name||'.'||l_api_name||' updated material; material_detail_id= '
254: || x_material_detail_rec.material_detail_id);
255: END IF;
256:
257: -- call gme_trans_engine_util.load_rsrc_trans in preparation for update step qty
258: IF p_batch_step_rec.batchstep_id IS NOT NULL THEN
259: gme_trans_engine_util.load_rsrc_trans
260: (p_batch_row => p_batch_header_rec
261: ,x_rsc_row_count => l_rsc_count

Line 259: gme_trans_engine_util.load_rsrc_trans

255: END IF;
256:
257: -- call gme_trans_engine_util.load_rsrc_trans in preparation for update step qty
258: IF p_batch_step_rec.batchstep_id IS NOT NULL THEN
259: gme_trans_engine_util.load_rsrc_trans
260: (p_batch_row => p_batch_header_rec
261: ,x_rsc_row_count => l_rsc_count
262: ,x_return_status => x_return_status);
263:

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

261: ,x_rsc_row_count => l_rsc_count
262: ,x_return_status => x_return_status);
263:
264: IF x_return_status <> fnd_api.g_ret_sts_success THEN
265: l_proc := 'gme_trans_engine_util.load_rsrc_trans';
266: RAISE error_processing;
267: END IF;
268:
269: gme_update_step_qty_pvt.update_step_qty

Line 3815: gme_trans_engine_util.load_rsrc_trans

3811: || TO_CHAR (l_mtl_dtl_rec.material_detail_id) );
3812: END IF;
3813:
3814: IF p_batch_step_rec.batchstep_id IS NOT NULL THEN
3815: gme_trans_engine_util.load_rsrc_trans
3816: (p_batch_row => p_batch_header_rec
3817: ,x_rsc_row_count => l_rsc_count
3818: ,x_return_status => x_return_status);
3819:

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

3817: ,x_rsc_row_count => l_rsc_count
3818: ,x_return_status => x_return_status);
3819:
3820: IF x_return_status <> fnd_api.g_ret_sts_success THEN
3821: l_proc := 'gme_trans_engine_util.load_rsrc_trans';
3822: RAISE error_processing;
3823: END IF;
3824: gme_update_step_qty_pvt.update_step_qty
3825: (p_batch_step_rec => p_batch_step_rec

Line 4734: gme_trans_engine_util.load_rsrc_trans

4730: WHERE material_detail_id =
4731: p_material_detail_rec.material_detail_id
4732: AND batchstep_id = p_batch_step_rec.batchstep_id;
4733:
4734: gme_trans_engine_util.load_rsrc_trans
4735: (p_batch_row => p_batch_header_rec
4736: ,x_rsc_row_count => l_rsc_count
4737: ,x_return_status => x_return_status);
4738:

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

4736: ,x_rsc_row_count => l_rsc_count
4737: ,x_return_status => x_return_status);
4738:
4739: IF x_return_status <> fnd_api.g_ret_sts_success THEN
4740: l_proc := 'gme_trans_engine_util.load_rsrc_trans';
4741: RAISE error_processing;
4742: END IF;
4743:
4744: gme_update_step_qty_pvt.update_step_qty