DBA Data[Home] [Help]

APPS.GME_SUPPLY_RES_PVT dependencies on GME_TRANSACTIONS_PVT

Line 841: GME_TRANSACTIONS_PVT.get_transactions (p_transaction_id => p_transaction_id

837: || ' Retrieve data for transaction id => '
838: || p_transaction_id);
839: END IF;
840:
841: GME_TRANSACTIONS_PVT.get_transactions (p_transaction_id => p_transaction_id
842: ,x_mmt_rec => l_mmt_rec
843: ,x_mmln_tbl => l_mmln_tbl
844: ,x_return_status => x_return_status);
845: