DBA Data[Home] [Help]

APPS.IGS_GR_GRADUAND_PKG dependencies on IGS_GR_APRV_STAT_PKG

Line 535: IF NOT IGS_GR_APRV_STAT_PKG.Get_PK_For_Validation (

531: IF (((old_references.graduand_appr_status = new_references.graduand_appr_status)) OR
532: ((new_references.graduand_appr_status IS NULL))) THEN
533: NULL;
534: ELSE
535: IF NOT IGS_GR_APRV_STAT_PKG.Get_PK_For_Validation (
536: new_references.graduand_appr_status
537: ) THEN
538: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED5');
539: IGS_GE_MSG_STACK.ADD;