DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on GME_API_PUB

Line 1766: GME_API_PUB.Incremental_Backflush

1762:
1763: l_material_details.material_detail_id := p_material_detail_id;
1764: l_batch_header.batch_id := p_batch_id;
1765:
1766: GME_API_PUB.Incremental_Backflush
1767: (p_api_version => 2.0
1768: ,p_validation_level => gme_common_pvt.g_max_errors
1769: ,p_init_msg_list => fnd_api.g_false
1770: ,p_commit => fnd_api.g_true

Line 1870: GME_API_PUB.Update_Batchstep_Resource

1866: l_input_rec.last_update_date := SYSDATE;
1867: l_input_rec.last_updated_by := p_uid;
1868:
1869:
1870: GME_API_PUB.Update_Batchstep_Resource
1871: ( p_api_version => 2.0
1872: , p_init_msg_list => FND_API.G_TRUE
1873: , p_commit => FND_API.G_TRUE
1874: , p_batchstep_resource_rec => l_input_rec

Line 2158: GME_API_PUB.create_pending_product_lot

2154: END IF;
2155:
2156: l_pending_product_lots_rec.reason_id := p_reason_id;
2157:
2158: GME_API_PUB.create_pending_product_lot
2159: (p_api_version => 2.0
2160: ,p_validation_level => gme_common_pvt.g_max_errors
2161: ,p_init_msg_list => fnd_api.g_true
2162: ,p_commit => fnd_api.g_true

Line 2295: GME_API_PUB.update_pending_product_lot

2291: gme_debug.put_line('Qty = '|| l_pending_product_lots_rec.quantity);
2292: gme_debug.put_line('Sec Qty = '|| l_pending_product_lots_rec.secondary_quantity);
2293: gme_debug.put_line('Reason id = '|| l_pending_product_lots_rec.reason_id);
2294:
2295: GME_API_PUB.update_pending_product_lot
2296: (p_api_version => 2.0
2297: ,p_validation_level => gme_common_pvt.g_max_errors
2298: ,p_init_msg_list => fnd_api.g_true
2299: ,p_commit => fnd_api.g_true

Line 3753: GME_API_PUB.end_cmplt_actual_rsrc_txn (

3749: l_in_rsrc_txn_rec.instance_id := p_instance_id;
3750: l_in_rsrc_txn_rec.end_date := p_end_date;
3751: l_in_rsrc_txn_rec.reason_id := p_reason_id;
3752:
3753: GME_API_PUB.end_cmplt_actual_rsrc_txn (
3754: p_api_version => 2.0
3755: ,p_init_msg_list => FND_API.G_TRUE
3756: ,p_commit => FND_API.G_TRUE
3757: ,p_instance_no => NULL

Line 3940: GME_API_PUB.start_cmplt_actual_rsrc_txn (

3936: l_in_rsrc_txn_rec.instance_id := p_instance_id;
3937: l_in_rsrc_txn_rec.trans_date := p_trans_date;
3938: l_in_rsrc_txn_rec.reason_id := p_reason_id;
3939:
3940: GME_API_PUB.start_cmplt_actual_rsrc_txn (
3941: p_api_version => 2.0
3942: ,p_init_msg_list => FND_API.G_TRUE
3943: ,p_commit => FND_API.G_TRUE
3944: ,p_org_code => NULL