DBA Data[Home] [Help]

APPS.BOMPMCFG dependencies on BOM_PARAMETERS

Line 35: bom_parameters bp

31: so_headers_all soh, /* to get the header info */
32: so_order_types_all sot,
33: so_line_details sod,
34: mtl_system_items msi,
35: bom_parameters bp
36: where BAC1.base_model_id = sol1.inventory_item_id
37: and soh.header_id = sol1.header_id
38: and sot.order_type_id = soh.order_type_id
39: and sod.line_id = sol1.line_id

Line 327: bom_parameters bp

323: from BOM_ATO_CONFIGURATIONS BAC1, /* the duplicate */
324: so_lines_all solp, /* Parent of ATO Model if any */
325: so_lines_all sol1, /* processing */
326: mtl_system_items msi,
327: bom_parameters bp
328: where BAC1.base_model_id = sol1.inventory_item_id
329: and BAC1.organization_id = sol1.warehouse_id
330: and BAC1.component_item_id = sol1.inventory_item_id
331: and bp.organization_id = BAC1.organization_id