DBA Data[Home] [Help]

APPS.IGS_EN_VAL_PUR dependencies on IGS_PE_UNT_REQUIRMNT

Line 30: FROM IGS_PE_UNT_REQUIRMNT

26: v_check VARCHAR2(1);
27: v_ret_val BOOLEAN DEFAULT TRUE;
28: CURSOR c_person_unit_requirement IS
29: SELECT 'x'
30: FROM IGS_PE_UNT_REQUIRMNT
31: WHERE
32: person_id = p_person_id AND
33: encumbrance_type = p_encumbrance_type AND
34: pen_start_dt = p_pen_start_dt AND