DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_TRANSACTIONS_PVT

Line 131: gme_transactions_pvt.process_transactions

127:
128:
129: IF (NVL (l_header_id, 0) <> 0) THEN
130: /* Bug 5255959 added p_clear_qty_cache parameter */
131: gme_transactions_pvt.process_transactions
132: (p_api_version => 2.0
133: ,p_init_msg_list => fnd_api.g_false
134: ,p_commit => fnd_api.g_false
135: ,p_validation_level => fnd_api.g_valid_level_full

Line 5500: gme_transactions_pvt.create_material_txn

5496:
5497: gme_common_pvt.g_move_to_temp := fnd_api.g_false;
5498: /* Bug 5554841 Migration will call this with existing header ID*/
5499: --gme_common_pvt.g_transaction_header_id := NULL;
5500: gme_transactions_pvt.create_material_txn
5501: (p_mmti_rec => l_mmti_rec
5502: ,p_mmli_tbl => l_mmli_tbl
5503: ,x_return_status => l_return_status);
5504:

Line 5549: gme_transactions_pvt.get_lot_trans

5545:
5546: CLOSE cur_get_trans;
5547:
5548: -- for lots with this transaction
5549: gme_transactions_pvt.get_lot_trans
5550: (p_transaction_id => x_mmt_rec.transaction_id
5551: ,x_mmln_tbl => x_mmln_tbl
5552: ,x_return_status => x_return_status);
5553: END IF;

Line 5857: gme_transactions_pvt.update_material_txn

5853: END IF; -- for line_type
5854:
5855: gme_common_pvt.g_move_to_temp := fnd_api.g_false;
5856: gme_common_pvt.g_transaction_header_id := NULL;
5857: gme_transactions_pvt.update_material_txn
5858: (p_transaction_id => p_transaction_id
5859: ,p_mmti_rec => l_mmti_rec
5860: ,p_mmli_tbl => l_mmli_tbl
5861: ,x_return_status => l_return_status);

Line 5900: gme_transactions_pvt.get_lot_trans

5896:
5897: CLOSE cur_get_trans;
5898:
5899: -- for lots with this transaction
5900: gme_transactions_pvt.get_lot_trans
5901: (p_transaction_id => x_mmt_rec.transaction_id
5902: ,x_mmln_tbl => x_mmln_tbl
5903: ,x_return_status => x_return_status);
5904:

Line 6022: gme_transactions_pvt.delete_material_txn

6018: gme_common_pvt.set_timestamp;
6019: gme_common_pvt.g_move_to_temp := fnd_api.g_false;
6020: gme_common_pvt.g_transaction_header_id := NULL;
6021: l_transaction_id := p_transaction_id;
6022: gme_transactions_pvt.delete_material_txn
6023: (p_transaction_id => l_transaction_id
6024: ,x_return_status => x_return_status);
6025:
6026: IF x_return_status = fnd_api.g_ret_sts_success THEN