DBA Data[Home] [Help]

APPS.CZ_IB_TSO_GRP dependencies on CZ_CONFIG_MESSAGES

Line 389: WHERE EXISTS(SELECT NULL FROM CZ_CONFIG_MESSAGES

385: x_validation_status := fnd_api.g_false;
386: ELSE
387: BEGIN
388: SELECT 'F' INTO x_validation_status FROM dual
389: WHERE EXISTS(SELECT NULL FROM CZ_CONFIG_MESSAGES
390: WHERE config_hdr_id=l_config_model_tbl(1).config_hdr_id AND
391: config_rev_nbr=l_config_model_tbl(1).config_rev_nbr);
392: x_validation_status := fnd_api.g_false;
393: EXCEPTION