DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on CZ_CONFIG_DETAILS_V

Line 6788: from cz_config_details_v

6784: and ref_line_id is NULL;
6785:
6786: CURSOR c_config_exist_in_cz (p_config_hdr_id number, p_config_rev_nbr number) IS
6787: select config_hdr_id
6788: from cz_config_details_v
6789: where config_hdr_id = p_config_hdr_id
6790: and config_rev_nbr = p_config_rev_nbr;
6791:
6792: l_deactivate_qte_header_rec aso_quote_pub.qte_header_rec_type;