DBA Data[Home] [Help]

APPS.IGS_AD_PS_APLINSTHST_PKG dependencies on IGS_PE_PERSON_PKG

Line 676: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (

672:
673: IF (((old_references.decision_make_id = new_references.decision_make_id)) OR
674: ((new_references.decision_make_id IS NULL))) THEN
675: NULL;
676: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (
677: new_references.decision_make_id
678: ) THEN
679: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
680: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_DEC_MAKE'));