APPS.OE_OE_FORM_LINE dependencies on CZ_CONFIG_DETAILS_V
Line 4895: from cz_config_details_v cz
4891: IF p_line_rec.configuration_id IS NOT NULL THEN
4892: BEGIN
4893: select cz.name
4894: into x_line_val_rec.instance_name 4895: from cz_config_details_v cz 4896: where cz.config_hdr_id = p_line_rec.config_header_id
4897: and cz.config_rev_nbr = p_line_rec.config_rev_nbr
4898: and cz.config_item_id = p_line_rec.configuration_id;
4899: IF l_debug_level > 0 THEN