DBA Data[Home] [Help]

APPS.IGS_GR_AWD_CRMN_HIST_PKG dependencies on IGS_GR_GRADUAND_PKG

Line 114: IF NOT IGS_GR_GRADUAND_PKG.Get_PK_For_Validation (

110: ((new_references.person_id IS NULL) OR
111: (new_references.create_dt IS NULL))) THEN
112: NULL;
113: ELSE
114: IF NOT IGS_GR_GRADUAND_PKG.Get_PK_For_Validation (
115: new_references.person_id,
116: new_references.create_dt
117: ) THEN
118: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED');