DBA Data[Home] [Help]

APPS.BOMPBXIN dependencies on STANDARD

Line 23: -- incl_oc_flag 1 - include OC and M under standard item |

19: -- 2 - both impl and unimpl |
20: -- explode_option 1 - All |
21: -- 2 - Current |
22: -- 3 - Current and future |
23: -- incl_oc_flag 1 - include OC and M under standard item |
24: -- 2 - do not include |
25: -- show_rev 1 - obtain current revision of component |
26: -- 2 - don't obtain current revision |
27: -- material_ctrl 1 - obtain subinventory locator |

Line 300: -- whether to include option classes and models under a standard item

296: )
297: ) -- subquery
298: )
299: ) -- end of alt logic
300: -- whether to include option classes and models under a standard item
301: -- special logic added at CST request
302: AND ( (c_incl_oc = 1)
303: or
304: (c_incl_oc = 2 AND

Line 310: -- do not explode if immediate parent is standard and current

306: OR
307: ( BET.BOM_ITEM_TYPE <> 4)
308: )
309: )
310: -- do not explode if immediate parent is standard and current
311: -- component is option class or model - special logic for config items
312: AND NOT ( BET.PARENT_BOM_ITEM_TYPE = 4
313: AND
314: BET.BOM_ITEM_TYPE IN (1,2)