DBA Data[Home] [Help]

APPS.IGF_AW_LI_IMPORT dependencies on IGS_EN_ATD_TYPE

Line 1763: FROM igs_en_atd_type

1759: l_uniq_ld_code PLS_INTEGER;
1760:
1761: CURSOR cur_check_atd( cp_atd_code VARCHAR2) IS
1762: SELECT attendance_type
1763: FROM igs_en_atd_type
1764: WHERE attendance_type = cp_atd_code;
1765:
1766: check_atd_rec cur_check_atd%ROWTYPE;
1767: