DBA Data[Home] [Help]

APPS.IGS_EN_SU_ATTEMPT_PKG dependencies on IGS_AD_ADM_UNIT_STAT_PKG

Line 1513: ELSIF NOT IGS_AD_ADM_UNIT_STAT_PKG.Get_PK_For_Validation (

1509: END IF;
1510: IF (((old_references.administrative_unit_status= new_references.administrative_unit_status)) OR
1511: ((new_references.administrative_unit_status IS NULL))) THEN
1512: NULL;
1513: ELSIF NOT IGS_AD_ADM_UNIT_STAT_PKG.Get_PK_For_Validation (
1514: new_references.administrative_unit_status,'N') THEN
1515: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
1516: IGS_GE_MSG_STACK.ADD;
1517: APP_EXCEPTION.RAISE_EXCEPTION;