DBA Data[Home] [Help]

APPS.IGS_EN_GEN_008 dependencies on IGS_PE_USR_AVAL

Line 739: FROM IGS_PE_USR_AVAL

735:
736: -- Cursor to check if an override has been setup for the 'Variation Cutoff' Step at the Person Type level.
737: CURSOR c_get_ovr (p_person_type igs_pe_person.party_type%TYPE ) IS
738: SELECT 'x'
739: FROM IGS_PE_USR_AVAL
740: WHERE person_type = p_person_type AND
741: validation = 'OVR_VAR_CUT_OFF' AND
742: override_ind = 'Y' ;
743: