DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on CZ_CONFIG_DETAILS_V

Line 11652: FROM cz_config_details_v

11648: uom_code, bom_item_type
11649: INTO p_x_line_rec.component_code, p_x_line_rec.component_sequence_id,
11650: p_x_line_rec.sort_order, p_x_line_rec.order_quantity_uom,
11651: l_bom_item_type
11652: FROM cz_config_details_v
11653: WHERE config_hdr_id = p_x_line_rec.config_header_id
11654: AND config_rev_nbr = p_x_line_rec.config_rev_nbr
11655: AND config_item_id = p_x_line_rec.configuration_id;
11656:

Line 11974: FROM cz_config_details_v

11970: p_x_line_tbl(l_index).sort_order,
11971: p_x_line_tbl(l_index).order_quantity_uom,
11972: p_x_line_tbl(l_index).ordered_quantity,
11973: l_bom_item_type
11974: FROM cz_config_details_v
11975: WHERE component_code = l_component_code
11976: AND config_hdr_id
11977: = p_x_line_tbl(l_option_index).config_header_id
11978: AND config_rev_nbr