DBA Data[Home] [Help]

APPS.BOMPBEXP 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: | incl_lt_flag 1 - include operation lead time % |
26: | 2 - don't include operation lead time % |
27: | max_level max bom levels permissible for org |

Line 190: /* whether to include option classes and models under a standard item

186: )
187: ) /* subquery */
188: )
189: ) /* end of alt logic */
190: /* whether to include option classes and models under a standard item
191: ** special logic added at CST request */
192: AND ( (c_incl_oc = 1)
193: or
194: (c_incl_oc = 2 AND

Line 200: /* do not explode if immediate parent is standard and current

196: OR
197: ( BET.BOM_ITEM_TYPE <> 4)
198: )
199: )
200: /* do not explode if immediate parent is standard and current
201: component is option class or model - special logic for config items */
202: AND NOT ( BET.PARENT_BOM_ITEM_TYPE = 4
203: AND
204: BET.BOM_ITEM_TYPE IN (1, 2)