DBA Data[Home] [Help]

APPS.WMA_COMPLETION dependencies on WIP_BFLPROC_PRIV

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

1545:
1546: l_compTbl := system.wip_component_tbl_t();
1547:
1548: --online. need to backflush components
1549: wip_bflProc_priv.processRequirements(p_wipEntityID => p_jobID,
1550: p_wipEntityType => wip_constants.discrete,
1551: p_cplTxnID => p_cplTxnID,
1552: p_orgID => p_orgID,
1553: p_assyQty => p_cplQty,

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

1566: raise fnd_api.g_exc_unexpected_error;
1567: end if;
1568:
1569: if(p_overCplQty > 0) then --backflush move components if any exist
1570: wip_bflProc_priv.processRequirements(p_wipEntityID => p_jobID,
1571: p_wipEntityType => wip_constants.discrete,
1572: p_movTxnID => p_movTxnID,
1573: p_orgID => p_orgID,
1574: p_assyQty => p_overCplQty,