DBA Data[Home] [Help]

APPS.IGS_PS_VAL_GAT dependencies on IGS_EN_ATD_TYPE

Line 13: FROM IGS_EN_ATD_TYPE

9: RETURN boolean AS
10: v_check CHAR;
11: CURSOR c_check_at_rec IS
12: SELECT 'x'
13: FROM IGS_EN_ATD_TYPE
14: WHERE govt_attendance_type = p_govt_attendance_type AND
15: closed_ind = 'N';
16: BEGIN
17: IF p_closed_ind = 'Y' THEN