DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_TRANSACTIONS_PVT

Line 96: gme_transactions_pvt.process_transactions

92:
93:
94: IF (NVL (l_header_id, 0) <> 0) THEN
95: /* Bug 5255959 added p_clear_qty_cache parameter */
96: gme_transactions_pvt.process_transactions
97: (p_api_version => 2.0
98: ,p_init_msg_list => fnd_api.g_false
99: ,p_commit => fnd_api.g_false
100: ,p_validation_level => fnd_api.g_valid_level_full

Line 5183: gme_transactions_pvt.create_material_txn

5179:
5180: gme_common_pvt.g_move_to_temp := fnd_api.g_false;
5181: /* Bug 5554841 Migration will call this with existing header ID*/
5182: --gme_common_pvt.g_transaction_header_id := NULL;
5183: gme_transactions_pvt.create_material_txn
5184: (p_mmti_rec => l_mmti_rec
5185: ,p_mmli_tbl => l_mmli_tbl
5186: ,x_return_status => l_return_status);
5187:

Line 5224: gme_transactions_pvt.get_lot_trans

5220:
5221: CLOSE cur_get_trans;
5222:
5223: -- for lots with this transaction
5224: gme_transactions_pvt.get_lot_trans
5225: (p_transaction_id => x_mmt_rec.transaction_id
5226: ,x_mmln_tbl => x_mmln_tbl
5227: ,x_return_status => x_return_status);
5228:

Line 5523: gme_transactions_pvt.update_material_txn

5519: END IF; -- for line_type
5520:
5521: gme_common_pvt.g_move_to_temp := fnd_api.g_false;
5522: gme_common_pvt.g_transaction_header_id := NULL;
5523: gme_transactions_pvt.update_material_txn
5524: (p_transaction_id => p_transaction_id
5525: ,p_mmti_rec => l_mmti_rec
5526: ,p_mmli_tbl => l_mmli_tbl
5527: ,x_return_status => l_return_status);

Line 5566: gme_transactions_pvt.get_lot_trans

5562:
5563: CLOSE cur_get_trans;
5564:
5565: -- for lots with this transaction
5566: gme_transactions_pvt.get_lot_trans
5567: (p_transaction_id => x_mmt_rec.transaction_id
5568: ,x_mmln_tbl => x_mmln_tbl
5569: ,x_return_status => x_return_status);
5570:

Line 5688: gme_transactions_pvt.delete_material_txn

5684: gme_common_pvt.set_timestamp;
5685: gme_common_pvt.g_move_to_temp := fnd_api.g_false;
5686: gme_common_pvt.g_transaction_header_id := NULL;
5687: l_transaction_id := p_transaction_id;
5688: gme_transactions_pvt.delete_material_txn
5689: (p_transaction_id => l_transaction_id
5690: ,x_return_status => x_return_status);
5691:
5692: IF x_return_status = fnd_api.g_ret_sts_success THEN