DBA Data[Home] [Help]

APPS.IGS_EN_VAL_CNC dependencies on IGS_PE_STATISTICS

Line 58: FROM IGS_PE_STATISTICS

54: v_other_detail VARCHAR(255);
55: CURSOR gc_person_statistics(
56: cp_country_cd IGS_PE_COUNTRY_CD.country_cd%TYPE) IS
57: SELECT person_id
58: FROM IGS_PE_STATISTICS
59: WHERE NVL(birth_country_cd, 'NULL') = cp_country_cd OR
60: NVL(term_location_country, 'NULL') = cp_country_cd OR
61: NVL(home_location_country, 'NULL') = cp_country_cd;
62: BEGIN