DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on WIP_BFLPROC_PRIV

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

2463: -- API (instead of the BOM Explosion API directly) in order to explode the
2464: -- bom to get all the components that are part of the OSA item. This WIP API
2465: -- would consider phantom components and explode multiple levels.
2466:
2467: wip_bflProc_priv.explodeRequirements( p_itemID => l_osa_tbl(i).osa_item_id
2468: , p_orgID => l_osa_tbl(i).tp_organization_id
2469: , p_qty => l_osa_tbl(i).primary_uom_quantity
2470: , p_altBomDesig => NULL
2471: , p_altOption => 2

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

2482: IF g_log_enabled THEN
2483: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2484: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
2485: , G_PKG_NAME
2486: , '>> ' || l_program || ': After calling wip_bflProc_priv.explodeRequirements: '
2487: || 'Return Status = ' || l_return_status
2488: || ', Comp Tbl Size = ' || l_comp_tbl.COUNT
2489: );
2490: END IF;