DBA Data[Home] [Help]

APPS.EAM_REBUILD_GENEALOGY dependencies on EAM_TRANSACTIONS_PVT

Line 221: eam_transactions_pvt.process_eam_txn(

217: -- Transaction processing API is called
218: -- If the transaction is processed successfully then
219: -- the inventory genealogy API is called
220:
221: eam_transactions_pvt.process_eam_txn(
222: p_subinventory => l_subinventory,
223: p_locator_id => l_locator_id,
224: p_serial_number => l_serial_number,
225: p_organization_id => l_organization_id,

Line 498: eam_transactions_pvt.process_eam_txn(

494: end;
495:
496: -- call the Transaction processing API
497: -- if API returns success, call the inventory genealogy API
498: eam_transactions_pvt.process_eam_txn(
499: p_subinventory => l_subinventory,
500: p_serial_number => l_serial_number,
501: p_locator_id => l_locator_id,
502: p_organization_id => l_organization_id,