DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on WIP_BFLPROC_PRIV

Line 2718: wip_bflProc_priv.explodeRequirements( p_itemID => l_osa_tbl(i).osa_item_id

2714: -- API (instead of the BOM Explosion API directly) in order to explode the
2715: -- bom to get all the components that are part of the OSA item. This WIP API
2716: -- would consider phantom components and explode multiple levels.
2717:
2718: wip_bflProc_priv.explodeRequirements( p_itemID => l_osa_tbl(i).osa_item_id
2719: , p_orgID => l_osa_tbl(i).tp_organization_id
2720: , p_qty => l_osa_tbl(i).primary_uom_quantity
2721: , p_altBomDesig => NULL
2722: , p_altOption => 2

Line 2737: , '>> ' || l_program || ': After calling wip_bflProc_priv.explodeRequirements: '

2733: IF g_log_enabled THEN
2734: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2735: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
2736: , G_PKG_NAME
2737: , '>> ' || l_program || ': After calling wip_bflProc_priv.explodeRequirements: '
2738: || 'Return Status = ' || l_return_status
2739: || ', Comp Tbl Size = ' || l_comp_tbl.COUNT
2740: );
2741: END IF;