DBA Data[Home] [Help]

APPS.BOM_IMPLODER_PUB dependencies on STANDARD

Line 359: msi.BOM_ITEM_TYPE = 4 -- Standard

355: (
356: ( c_current_level >= 1 )
357: AND
358: NOT ( -- start for checking configured parent
359: msi.BOM_ITEM_TYPE = 4 -- Standard
360: AND msi.REPLENISH_TO_ORDER_FLAG = 'Y'
361: AND msi.BASE_ITEM_ID IS NOT NULL -- configured item
362: AND msi_child.BOM_ITEM_TYPE IN (1, 2) -- model or option class
363: ) -- end for checking configured parent