DBA Data[Home] [Help]

APPS.IGF_AW_ANTICIPATED_DATA dependencies on IGS_EN_ATD_TYPE

Line 102: FROM igs_en_atd_type

98: --Cursor to fetch attendance type
99: CURSOR c_atten_type(cp_atten_type igf_ap_fa_ant_data.attendance_type%TYPE)
100: IS
101: SELECT 'x'
102: FROM igs_en_atd_type
103: WHERE attendance_type = cp_atten_type
104: AND NVL(closed_ind,'N')<>'Y';
105:
106: l_atten_type c_atten_type%ROWTYPE;