DBA Data[Home] [Help]

APPS.ASO_QUOTE_PUB dependencies on CZ_CONFIG_DETAILS_V

Line 5657: from cz_config_details_v

5653: G_PKG_NAME CONSTANT VARCHAR2(30):= 'ASO_QUOTE_PUB';
5654:
5655: CURSOR c_config_exist_in_cz (p_config_hdr_id number, p_config_rev_nbr number) IS
5656: select config_hdr_id
5657: from cz_config_details_v
5658: where config_hdr_id = p_config_hdr_id
5659: and config_rev_nbr = p_config_rev_nbr;
5660:
5661: -- variables used for messages