DBA Data[Home] [Help]

APPS.IGS_GR_GRADUAND_PKG dependencies on IGS_GR_STAT_PKG

Line 548: IF NOT IGS_GR_STAT_PKG.Get_PK_For_Validation (

544: IF (((old_references.graduand_status = new_references.graduand_status)) OR
545: ((new_references.graduand_status IS NULL))) THEN
546: NULL;
547: ELSE
548: IF NOT IGS_GR_STAT_PKG.Get_PK_For_Validation (
549: new_references.graduand_status
550: ) THEN
551: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED6');
552: IGS_GE_MSG_STACK.ADD;