DBA Data[Home] [Help]

APPS.IGS_AD_APPL_LTR_PKG dependencies on IGS_AD_APPL_PKG

Line 149: IF NOT IGS_AD_APPL_PKG.Get_PK_For_Validation (

145: ((new_references.person_id IS NULL) OR
146: (new_references.admission_appl_number IS NULL))) THEN
147: NULL;
148: ELSE
149: IF NOT IGS_AD_APPL_PKG.Get_PK_For_Validation (
150: new_references.person_id,
151: new_references.admission_appl_number
152: )THEN
153: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');