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 296: -- whether to include option classes and models under a standard item

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

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

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