DBA Data[Home] [Help]

APPS.IGS_AD_IMP_007 dependencies on IGS_PE_PERSON_ID_TYP

Line 1959: CURSOR api_type_cur(cp_person_id_type igs_pe_person_id_typ.person_id_type%TYPE) IS

1955: */
1956: l_error_code VARCHAR2(30);
1957: l_exists VARCHAR2(1);
1958:
1959: CURSOR api_type_cur(cp_person_id_type igs_pe_person_id_typ.person_id_type%TYPE) IS
1960: SELECT format_mask, region_ind
1961: FROM igs_pe_person_id_typ
1962: WHERE person_id_type = cp_person_id_type
1963: AND closed_ind = 'N';

Line 1961: FROM igs_pe_person_id_typ

1957: l_exists VARCHAR2(1);
1958:
1959: CURSOR api_type_cur(cp_person_id_type igs_pe_person_id_typ.person_id_type%TYPE) IS
1960: SELECT format_mask, region_ind
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