DBA Data[Home] [Help]

APPS.GME_API_MAIN dependencies on GMF_VIB

Line 538: GMF_VIB.Update_Batch_Requirements

534:
535: -- Bug 13070352 -- Moved GMF call after ERES.
536:
537: -- Bug 5903208 -- call to GMF
538: GMF_VIB.Update_Batch_Requirements
539: ( p_api_version => 1.0,
540: p_init_msg_list => FND_API.G_FALSE,
541: p_batch_id => p_batch_header_rec.batch_id,
542: x_return_status => x_return_status,

Line 567: -- Bug 13070352 - Return g_gmf_vib_err instead of ERROR.

563: END IF;
564: EXCEPTION
565: WHEN gmf_cost_failure THEN
566: -- Bug 5903208
567: -- Bug 13070352 - Return g_gmf_vib_err instead of ERROR.
568: x_return_status := gme_common_pvt.g_gmf_vib_err ;
569: gme_debug.put_line ( g_pkg_name
570: || '.'
571: || l_api_name

Line 568: x_return_status := gme_common_pvt.g_gmf_vib_err ;

564: EXCEPTION
565: WHEN gmf_cost_failure THEN
566: -- Bug 5903208
567: -- Bug 13070352 - Return g_gmf_vib_err instead of ERROR.
568: x_return_status := gme_common_pvt.g_gmf_vib_err ;
569: gme_debug.put_line ( g_pkg_name
570: || '.'
571: || l_api_name
572: || ':'

Line 576: gme_debug.put_line('gme_common_pvt.g_gmf_vib_err is:' || gme_common_pvt.g_gmf_vib_err);

572: || ':'
573: || 'gmf_cost_failure in insert'
574: || SQLERRM);
575:
576: gme_debug.put_line('gme_common_pvt.g_gmf_vib_err is:' || gme_common_pvt.g_gmf_vib_err);
577:
578: WHEN ins_mtl_line_failure THEN
579: IF x_return_status NOT IN (gme_common_pvt.g_inv_short_err) THEN
580: ROLLBACK TO SAVEPOINT insert_material_line1;

Line 847: GMF_VIB.Update_Batch_Requirements

843:
844: -- Bug 13070352 - Added GMF call that was missing for UPDATE material line.
845:
846: -- Bug 5903208 -- call to GMF
847: GMF_VIB.Update_Batch_Requirements
848: ( p_api_version => 1.0,
849: p_init_msg_list => FND_API.G_FALSE,
850: p_batch_id => p_batch_header_rec.batch_id,
851: x_return_status => x_return_status,

Line 883: gme_debug.put_line('gme_common_pvt.g_gmf_vib_err is:' || gme_common_pvt.g_gmf_vib_err);

879: || l_api_name
880: || ':'
881: || 'gmf_cost_failure update'
882: || SQLERRM);
883: gme_debug.put_line('gme_common_pvt.g_gmf_vib_err is:' || gme_common_pvt.g_gmf_vib_err);
884:
885: x_return_status := gme_common_pvt.g_gmf_vib_err;
886:
887:

Line 885: x_return_status := gme_common_pvt.g_gmf_vib_err;

881: || 'gmf_cost_failure update'
882: || SQLERRM);
883: gme_debug.put_line('gme_common_pvt.g_gmf_vib_err is:' || gme_common_pvt.g_gmf_vib_err);
884:
885: x_return_status := gme_common_pvt.g_gmf_vib_err;
886:
887:
888: WHEN upd_mtl_line_failure THEN
889: IF x_return_status NOT IN (gme_common_pvt.g_inv_short_err) THEN

Line 1136: GMF_VIB.Update_Batch_Requirements

1132: IF (p_bypass_gmf = 'N') THEN
1133: --
1134: -- Bug 5903208 -- call to GMF
1135: --
1136: GMF_VIB.Update_Batch_Requirements
1137: ( p_api_version => 1.0,
1138: p_init_msg_list => FND_API.G_FALSE,
1139: p_batch_id => p_batch_header_rec.batch_id,
1140: x_return_status => x_return_status,

Line 2439: GMF_VIB.Update_Batch_Requirements

2435:
2436: --
2437: -- Bug 5903208 -- call to GMF
2438: --
2439: GMF_VIB.Update_Batch_Requirements
2440: ( p_api_version => 1.0,
2441: p_init_msg_list => FND_API.G_FALSE,
2442: p_batch_id => p_batch_header_rec.batch_id,
2443: x_return_status => x_return_status,