DBA Data[Home] [Help]

APPS.IGS_AD_APP_INTENT_PKG dependencies on IGS_AD_APPL_PKG

Line 194: ELSIF NOT Igs_Ad_Appl_Pkg.Get_PK_For_Validation (

190: (old_references.admission_appl_number = new_references.admission_appl_number) ) OR
191: ((new_references.person_id IS NULL) OR
192: (new_references.admission_appl_number IS NULL))) THEN
193: NULL;
194: ELSIF NOT Igs_Ad_Appl_Pkg.Get_PK_For_Validation (
195: new_references.person_id,
196: new_references.admission_appl_number
197: ) THEN
198: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');