DBA Data[Home] [Help]

APPS.GME_COMMON_PVT dependencies on GME_TRANSACTIONS_PVT

Line 73: gme_transactions_pvt.

69:
70: -- nsinghi bug#5176319. Added this proc.
71: /* This procedure will take care of deleting the table g_mat_txn_hdr_tbl. This table should be
72: truncated before and after unrelease_step and unrelease_batch. The after part is taken care of
73: gme_transactions_pvt.
74: */
75: PROCEDURE reset_txn_hdr_tbl IS
76: BEGIN
77: IF gme_common_pvt.g_mat_txn_hdr_tbl.COUNT > 0 THEN

Line 2573: gme_transactions_pvt.query_quantities

2569: l_tree_mode := g_tree_transaction_mode;
2570: ELSE
2571: l_tree_mode := g_tree_reservation_mode;
2572: END IF;
2573: gme_transactions_pvt.query_quantities
2574: (x_return_status => l_return_status
2575: ,x_msg_count => l_msg_count
2576: ,x_msg_data => l_msg_data
2577: ,p_organization_id => l_mtl_dtl_rec.organization_id

Line 2640: gme_transactions_pvt.query_quantities

2636: l_tree_mode := g_tree_transaction_mode;
2637: ELSE
2638: l_tree_mode := g_tree_reservation_mode;
2639: END IF;
2640: gme_transactions_pvt.query_quantities
2641: (x_return_status => l_return_status
2642: ,x_msg_count => l_msg_count
2643: ,x_msg_data => l_msg_data
2644: ,p_organization_id => l_mtl_dtl_rec.organization_id