DBA Data[Home] [Help]

APPS.OKC_TERMS_COPY_PVT dependencies on CZ_CONFIG_HDRS

Line 2673: FROM cz_config_hdrs

2669: l_config_exists VARCHAR2(1):='N';
2670:
2671: CURSOR check_config_exists(c_config_header_id number,c_config_rev_nbr number) IS
2672: SELECT 'Y'
2673: FROM cz_config_hdrs
2674: WHERE config_hdr_id = c_config_header_id
2675: AND config_rev_nbr = c_config_rev_nbr;
2676: -- Bug 8246502 Changes Begins
2677: