DBA Data[Home] [Help]

APPS.IGS_AD_APP_REQ_PKG dependencies on IGS_AD_APPL_PKG

Line 344: ELSIF NOT Igs_Ad_Appl_Pkg.Get_PK_For_Validation (

340: (old_references.admission_appl_number = new_references.admission_appl_number)) OR
341: ((new_references.person_id IS NULL) OR
342: (new_references.admission_appl_number IS NULL))) THEN
343: NULL;
344: ELSIF NOT Igs_Ad_Appl_Pkg.Get_PK_For_Validation (
345: new_references.person_id,
346: new_references.admission_appl_number
347: ) THEN
348: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');