DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on GME_API_PUB

Line 1862: GME_API_PUB.Incremental_Backflush

1858:
1859: l_material_details.material_detail_id := p_material_detail_id;
1860: l_batch_header.batch_id := p_batch_id;
1861:
1862: GME_API_PUB.Incremental_Backflush
1863: (p_api_version => 2.0
1864: ,p_validation_level => gme_common_pvt.g_max_errors
1865: ,p_init_msg_list => fnd_api.g_false
1866: ,p_commit => fnd_api.g_true

Line 1966: GME_API_PUB.Update_Batchstep_Resource

1962: l_input_rec.last_update_date := SYSDATE;
1963: l_input_rec.last_updated_by := p_uid;
1964:
1965:
1966: GME_API_PUB.Update_Batchstep_Resource
1967: ( p_api_version => 2.0
1968: , p_init_msg_list => FND_API.G_TRUE
1969: , p_commit => FND_API.G_TRUE
1970: , p_batchstep_resource_rec => l_input_rec

Line 2254: GME_API_PUB.create_pending_product_lot

2250: END IF;
2251:
2252: l_pending_product_lots_rec.reason_id := p_reason_id;
2253:
2254: GME_API_PUB.create_pending_product_lot
2255: (p_api_version => 2.0
2256: ,p_validation_level => gme_common_pvt.g_max_errors
2257: ,p_init_msg_list => fnd_api.g_true
2258: ,p_commit => fnd_api.g_true

Line 2391: GME_API_PUB.update_pending_product_lot

2387: gme_debug.put_line('Qty = '|| l_pending_product_lots_rec.quantity);
2388: gme_debug.put_line('Sec Qty = '|| l_pending_product_lots_rec.secondary_quantity);
2389: gme_debug.put_line('Reason id = '|| l_pending_product_lots_rec.reason_id);
2390:
2391: GME_API_PUB.update_pending_product_lot
2392: (p_api_version => 2.0
2393: ,p_validation_level => gme_common_pvt.g_max_errors
2394: ,p_init_msg_list => fnd_api.g_true
2395: ,p_commit => fnd_api.g_true

Line 3795: gme_api_pub.save_batch(x_return_status => x_return_status,

3791: END IF;
3792: END IF;
3793:
3794: -- Bug 13986776 - Added Code to call save batch.
3795: gme_api_pub.save_batch(x_return_status => x_return_status,
3796: p_header_id => gme_common_pvt.get_txn_header_id,
3797: p_table => 2,
3798: p_commit => 'T',
3799: p_clear_qty_cache => 'T');

Line 3857: GME_API_PUB.end_cmplt_actual_rsrc_txn (

3853: l_in_rsrc_txn_rec.instance_id := p_instance_id;
3854: l_in_rsrc_txn_rec.end_date := p_end_date;
3855: l_in_rsrc_txn_rec.reason_id := p_reason_id;
3856:
3857: GME_API_PUB.end_cmplt_actual_rsrc_txn (
3858: p_api_version => 2.0
3859: ,p_init_msg_list => FND_API.G_TRUE
3860: ,p_commit => FND_API.G_TRUE
3861: ,p_instance_no => NULL

Line 3992: gme_api_pub.save_batch(x_return_status => x_return_status,

3988: -- bug 10389977
3989: -- Added the code to perform the transactions on releasing the step
3990: --
3991: ELSE
3992: gme_api_pub.save_batch(x_return_status => x_return_status,
3993: p_header_id => gme_common_pvt.get_txn_header_id,
3994: p_table => 2,
3995: p_commit => 'T',
3996: p_clear_qty_cache => 'T');

Line 4054: GME_API_PUB.start_cmplt_actual_rsrc_txn (

4050: l_in_rsrc_txn_rec.instance_id := p_instance_id;
4051: l_in_rsrc_txn_rec.trans_date := p_trans_date;
4052: l_in_rsrc_txn_rec.reason_id := p_reason_id;
4053:
4054: GME_API_PUB.start_cmplt_actual_rsrc_txn (
4055: p_api_version => 2.0
4056: ,p_init_msg_list => FND_API.G_TRUE
4057: ,p_commit => FND_API.G_TRUE
4058: ,p_org_code => NULL