DBA Data[Home] [Help]

APPS.EAM_COMPLETION dependencies on INV_LPN_TRX_PUB

Line 299: errCode := inv_lpn_trx_pub.process_lpn_trx(

295:
296: l_initial_msg_count := FND_MSG_PUB.count_msg;
297: -- Call Inventory API to process to item
298: -- the spec file is INVTRXWS.pls
299: errCode := inv_lpn_trx_pub.process_lpn_trx(
300: p_trx_hdr_id => i_transaction_header_id,
301: p_commit => s_commit,
302: x_proc_msg => errMsg);
303: /* Added as a FIX for the Issue 1 of bug:2881879 */