DBA Data[Home] [Help]

APPS.BOM_EXPLODER_PUB dependencies on STANDARD

Line 29: | std_comp_flag 1 - explode only standard components

25: | module 1 - Costing
26: | 2 - Bom
27: | 3 - Order entry
28: | cst_type_id cost type id for costed explosion
29: | std_comp_flag 1 - explode only standard components
30: | 2 - all components
31: | expl_qty explosion quantity
32: | item_id item id of asembly to explode
33: | list_id unique id for lists in bom_lists for range

Line 904: -- whether to include option classes AND models under a standard item

900: (c_bom_or_eng = 2)
901: )
902: --uncommented by arudresh for bug: 4422266
903:
904: -- whether to include option classes AND models under a standard item
905: -- special logic added at CST request
906: -- This check is valid only IF the BOM AND Component both are inventory items
907:
908: AND ( (BET.obj_name IS NULL AND BIC.obj_name IS NULL

Line 916: -- do not explode IF immediate parent is standard AND current

912: ( BET.BOM_ITEM_TYPE = 4 AND BIC.BOM_ITEM_TYPE = 4)
913: OR ( BET.BOM_ITEM_TYPE <> 4)))
914: OR 1 = 1)
915:
916: -- do not explode IF immediate parent is standard AND current
917: -- component is option class or model - special logic for config items
918: AND ( (BET.obj_name IS NULL
919: AND NOT ( BET.PARENT_BOM_ITEM_TYPE = 4 AND BET.BOM_ITEM_TYPE IN (1,2)))
920: OR (BET.obj_name IS NOT NULL))