DBA Data[Home] [Help]

APPS.IGS_AD_IMP_007 dependencies on HZ_GEOGRAPHIES

Line 1965: CURSOR region_cd_cur(cp_geography_type hz_geographies.geography_type%TYPE, cp_geography_cd hz_geographies.geography_code%TYPE, cp_country_cd hz_geographies.country_code%TYPE) IS

1961: FROM igs_pe_person_id_typ
1962: WHERE person_id_type = cp_person_id_type
1963: AND closed_ind = 'N';
1964:
1965: CURSOR region_cd_cur(cp_geography_type hz_geographies.geography_type%TYPE, cp_geography_cd hz_geographies.geography_code%TYPE, cp_country_cd hz_geographies.country_code%TYPE) IS
1966: SELECT 'X'
1967: FROM hz_geographies
1968: WHERE GEOGRAPHY_TYPE = cp_geography_type
1969: AND geography_code = cp_geography_cd

Line 1967: FROM hz_geographies

1963: AND closed_ind = 'N';
1964:
1965: CURSOR region_cd_cur(cp_geography_type hz_geographies.geography_type%TYPE, cp_geography_cd hz_geographies.geography_code%TYPE, cp_country_cd hz_geographies.country_code%TYPE) IS
1966: SELECT 'X'
1967: FROM hz_geographies
1968: WHERE GEOGRAPHY_TYPE = cp_geography_type
1969: AND geography_code = cp_geography_cd
1970: AND COUNTRY_CODE = cp_country_cd;
1971: