DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on CZ_CONFIG_DETAILS_V

Line 6928: from cz_config_details_v

6924: and ref_line_id is NULL;
6925:
6926: CURSOR c_config_exist_in_cz (p_config_hdr_id number, p_config_rev_nbr number) IS
6927: select config_hdr_id
6928: from cz_config_details_v
6929: where config_hdr_id = p_config_hdr_id
6930: and config_rev_nbr = p_config_rev_nbr;
6931:
6932: l_deactivate_qte_header_rec aso_quote_pub.qte_header_rec_type;