DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on WIP_BFLPROC_PRIV

Line 1558: wip_bflProc_priv.processRequirements(p_wipEntityID => p_jobID,

1554:
1555: l_compTbl := system.wip_component_tbl_t();
1556:
1557: --online. need to backflush components
1558: wip_bflProc_priv.processRequirements(p_wipEntityID => p_jobID,
1559: p_wipEntityType => wip_constants.discrete,
1560: p_cplTxnID => p_cplTxnID,
1561: p_orgID => p_orgID,
1562: p_assyQty => p_cplQty,

Line 1579: wip_bflProc_priv.processRequirements(p_wipEntityID => p_jobID,

1575: raise fnd_api.g_exc_unexpected_error;
1576: end if;
1577:
1578: if(p_overCplQty > 0) then --backflush move components if any exist
1579: wip_bflProc_priv.processRequirements(p_wipEntityID => p_jobID,
1580: p_wipEntityType => wip_constants.discrete,
1581: p_movTxnID => p_movTxnID,
1582: p_orgID => p_orgID,
1583: p_assyQty => p_overCplQty,