DBA Data[Home] [Help]

APPS.GME_COMMON_PVT dependencies on GME_TRANSACTIONS_PVT

Line 159: gme_transactions_pvt.

155:
156: -- nsinghi bug#5176319. Added this proc.
157: /* This procedure will take care of deleting the table g_mat_txn_hdr_tbl. This table should be
158: truncated before and after unrelease_step and unrelease_batch. The after part is taken care of
159: gme_transactions_pvt.
160: */
161: PROCEDURE reset_txn_hdr_tbl IS
162: BEGIN
163: IF gme_common_pvt.g_mat_txn_hdr_tbl.COUNT > 0 THEN

Line 2699: gme_transactions_pvt.query_quantities

2695: l_tree_mode := g_tree_transaction_mode;
2696: ELSE
2697: l_tree_mode := g_tree_reservation_mode;
2698: END IF;
2699: gme_transactions_pvt.query_quantities
2700: (x_return_status => l_return_status
2701: ,x_msg_count => l_msg_count
2702: ,x_msg_data => l_msg_data
2703: ,p_organization_id => l_mtl_dtl_rec.organization_id

Line 2779: gme_transactions_pvt.query_quantities

2775: l_tree_mode := g_tree_transaction_mode;
2776: ELSE
2777: l_tree_mode := g_tree_reservation_mode;
2778: END IF;
2779: gme_transactions_pvt.query_quantities
2780: (x_return_status => l_return_status
2781: ,x_msg_count => l_msg_count
2782: ,x_msg_data => l_msg_data
2783: ,p_organization_id => l_mtl_dtl_rec.organization_id