DBA Data[Home] [Help]

APPS.IGS_AD_IMP_013 dependencies on IGS_PE_PERS_IMP_001

Line 554: IF NOT(igs_pe_pers_imp_001.validate_lookup_type_code('PE_EMP_CATEGORIES',p_person_type_rec.emplmnt_category_code,8405))

550: */
551:
552: -- Make a call to the function which checks for valid lookup type / code combination.
553:
554: IF NOT(igs_pe_pers_imp_001.validate_lookup_type_code('PE_EMP_CATEGORIES',p_person_type_rec.emplmnt_category_code,8405))
555: THEN
556: p_error_code := 'E297';
557: RETURN;
558: END IF;