DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on CZ_CONFIG_DETAILS_V

Line 11881: FROM cz_config_details_v

11877: uom_code, bom_item_type
11878: INTO p_x_line_rec.component_code, p_x_line_rec.component_sequence_id,
11879: p_x_line_rec.sort_order, p_x_line_rec.order_quantity_uom,
11880: l_bom_item_type
11881: FROM cz_config_details_v
11882: WHERE config_hdr_id = p_x_line_rec.config_header_id
11883: AND config_rev_nbr = p_x_line_rec.config_rev_nbr
11884: AND config_item_id = p_x_line_rec.configuration_id;
11885:

Line 12203: FROM cz_config_details_v

12199: p_x_line_tbl(l_index).sort_order,
12200: p_x_line_tbl(l_index).order_quantity_uom,
12201: p_x_line_tbl(l_index).ordered_quantity,
12202: l_bom_item_type
12203: FROM cz_config_details_v
12204: WHERE component_code = l_component_code
12205: AND config_hdr_id
12206: = p_x_line_tbl(l_option_index).config_header_id
12207: AND config_rev_nbr