DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on INV_TXN_MANAGER_GRP

Line 427: p_mtlTxnMode => inv_txn_manager_grp.PROC_MODE_MTI,

423: p_lineID => p_tbls.repLineID(p_index),
424: p_ocQty => p_tbls.overCplPriQty(p_index),
425: p_childMovTxnID => p_tbls.movTxnID(p_index),
426: p_cplTxnID => p_tbls.cplTxnID(p_index),
427: p_mtlTxnMode => inv_txn_manager_grp.PROC_MODE_MTI,
428: p_lockFlag => wip_constants.yes,
429: p_reasonID => p_tbls.reasonID(p_index),
430: p_reference => p_tbls.reference(p_index),
431: x_bfRequired => l_bfRequired,

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

2378: if(l_itemIDTbl(i) is null) then
2379: if(l_logLevel <= wip_constants.full_logging) then
2380: wip_logger.log('about to derive item id from name', l_returnStatus);
2381: end if;
2382: if(not inv_txn_manager_grp.getitemid(x_itemID => l_itemIDTbl(i),
2383: p_orgID => l_orgIDTbl(i),
2384: p_rowid => l_rowidTbl(i))) then
2385: l_itemIDTbl(i) := null;--let inventory error out later
2386: if(l_logLevel <= wip_constants.full_logging) then

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

2411:
2412: if(l_logLevel <= wip_constants.full_logging) then
2413: wip_logger.log('about to derive locator id from name', l_returnStatus);
2414: end if;
2415: if(not inv_txn_manager_grp.getlocid(x_locID => l_locIDTbl(i),
2416: p_org_id => l_orgIDTbl(i),
2417: p_subinv => l_subCodeTbl(i),
2418: p_rowid => l_rowidTbl(i),
2419: p_locCtrl => l_locCtrl)) then