DBA Data[Home] [Help]

APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_REF_APR

Line 1835: CURSOR validate_ref_apr_cur (p_id igs_uc_ref_apr.dom%TYPE) IS

1831: WHERE school = p_school;
1832:
1833:
1834: -- To validate against REF APR table.
1835: CURSOR validate_ref_apr_cur (p_id igs_uc_ref_apr.dom%TYPE) IS
1836: SELECT 'X'
1837: FROM igs_uc_ref_apr
1838: WHERE dom = p_id;
1839:

Line 1837: FROM igs_uc_ref_apr

1833:
1834: -- To validate against REF APR table.
1835: CURSOR validate_ref_apr_cur (p_id igs_uc_ref_apr.dom%TYPE) IS
1836: SELECT 'X'
1837: FROM igs_uc_ref_apr
1838: WHERE dom = p_id;
1839:
1840: -- To validate against Country code.
1841: CURSOR validate_country_cur (p_code igs_uc_ref_country.country_code%TYPE) IS