DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on INV_TXN_MANAGER_GRP

Line 434: p_mtlTxnMode => inv_txn_manager_grp.PROC_MODE_MTI,

430: p_lineID => p_tbls.repLineID(p_index),
431: p_ocQty => p_tbls.overCplPriQty(p_index),
432: p_childMovTxnID => p_tbls.movTxnID(p_index),
433: p_cplTxnID => p_tbls.cplTxnID(p_index),
434: p_mtlTxnMode => inv_txn_manager_grp.PROC_MODE_MTI,
435: p_lockFlag => wip_constants.yes,
436: p_reasonID => p_tbls.reasonID(p_index),
437: p_reference => p_tbls.reference(p_index),
438: x_bfRequired => l_bfRequired,

Line 2431: if(not inv_txn_manager_grp.getitemid(x_itemID => l_itemIDTbl(i),

2427: if(l_itemIDTbl(i) is null) then
2428: if(l_logLevel <= wip_constants.full_logging) then
2429: wip_logger.log('about to derive item id from name', l_returnStatus);
2430: end if;
2431: if(not inv_txn_manager_grp.getitemid(x_itemID => l_itemIDTbl(i),
2432: p_orgID => l_orgIDTbl(i),
2433: p_rowid => l_rowidTbl(i))) then
2434: l_itemIDTbl(i) := null;--let inventory error out later
2435: if(l_logLevel <= wip_constants.full_logging) then

Line 2464: if(not inv_txn_manager_grp.getlocid(x_locID => l_locIDTbl(i),

2460:
2461: if(l_logLevel <= wip_constants.full_logging) then
2462: wip_logger.log('about to derive locator id from name', l_returnStatus);
2463: end if;
2464: if(not inv_txn_manager_grp.getlocid(x_locID => l_locIDTbl(i),
2465: p_org_id => l_orgIDTbl(i),
2466: p_subinv => l_subCodeTbl(i),
2467: p_rowid => l_rowidTbl(i),
2468: p_locCtrl => l_locCtrl)) then