DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on INV_TABLE_LOCK_PVT

Line 2792: inv_table_lock_pvt.release_locks(p_header_id => p_txnHeaderID);

2788: /*Bug 14802139: Calling below inventory API to release locks. this is an inventory request*/
2789: if(l_logLevel <= wip_constants.full_logging) then
2790: wip_logger.log('calling inventory api to release locks on MOQD', l_retStatus);
2791: end if;
2792: inv_table_lock_pvt.release_locks(p_header_id => p_txnHeaderID);
2793: if(l_logLevel <= wip_constants.full_logging) then
2794: wip_logger.log('done calling inventory api to release locks on MOQD', l_retStatus);
2795: end if;
2796: