DBA Data[Home] [Help]

APPS.GME_SUPPLY_RES_PVT dependencies on GME_TRANSACTIONS_PVT

Line 863: GME_TRANSACTIONS_PVT.get_transactions (p_transaction_id => p_transaction_id

859: || ' Retrieve data for transaction id => '
860: || p_transaction_id);
861: END IF;
862:
863: GME_TRANSACTIONS_PVT.get_transactions (p_transaction_id => p_transaction_id
864: ,x_mmt_rec => l_mmt_rec
865: ,x_mmln_tbl => l_mmln_tbl
866: ,x_return_status => x_return_status);
867: