DBA Data[Home] [Help]

APPS.ASO_VALIDATE_CFG_PVT dependencies on CZ_CONFIG_DETAILS_V

Line 80: from cz_config_details_v

76: l_new_config_hdr_id number;
77:
78: CURSOR c_config_exist_in_cz (p_config_hdr_id number, p_config_rev_nbr number) IS
79: select config_hdr_id
80: from cz_config_details_v
81: where config_hdr_id = p_config_hdr_id
82: and config_rev_nbr = p_config_rev_nbr;
83:
84: BEGIN