DBA Data[Home] [Help]

APPS.EAM_TRANSACTIONS_PVT dependencies on INV_LPN_TRX_PUB

Line 172: x_errCode := inv_lpn_trx_pub.process_lpn_trx(

168:
169: -- Call Inventory API to process to item
170: -- the spec file is INVTRXWS.pls
171:
172: x_errCode := inv_lpn_trx_pub.process_lpn_trx(
173: p_trx_hdr_id => l_transaction_header_id,
174: p_commit => p_commit,
175: x_proc_msg => x_msg_data);
176: