DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on CZ_CONFIG_DETAILS_V

Line 5173: from cz_config_details_v cz

5169: IF p_line_rec.configuration_id IS NOT NULL THEN
5170: BEGIN
5171: select cz.name
5172: into x_line_val_rec.instance_name
5173: from cz_config_details_v cz
5174: where cz.config_hdr_id = p_line_rec.config_header_id
5175: and cz.config_rev_nbr = p_line_rec.config_rev_nbr
5176: and cz.config_item_id = p_line_rec.configuration_id;
5177: IF l_debug_level > 0 THEN