DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_PE_PERSON_PKG

Line 2835: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (

2831: END IF;
2832: IF (((old_references.decision_make_id = new_references.decision_make_id)) OR
2833: ((new_references.decision_make_id IS NULL))) THEN
2834: NULL;
2835: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation (
2836: new_references.decision_make_id
2837: ) THEN
2838: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
2839: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_DEC_MAKE'));

Line 3055: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

3051: IF (((old_references.person_id = new_references.person_id)) OR
3052: ((new_references.person_id IS NULL))) THEN
3053: NULL;
3054: ELSE
3055: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
3056: new_references.person_id
3057: )THEN
3058: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
3059: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_PERSON'));