DBA Data[Home] [Help]

APPS.IGS_AS_EXM_SES_VN_SP_PKG dependencies on IGS_AS_EXM_SUPRVISOR_PKG

Line 144: ELSIF NOT IGS_AS_EXM_SUPRVISOR_PKG.Get_PK_For_Validation (

140:
141: IF (((old_references.person_id = new_references.person_id)) OR
142: ((new_references.person_id IS NULL))) THEN
143: NULL;
144: ELSIF NOT IGS_AS_EXM_SUPRVISOR_PKG.Get_PK_For_Validation (
145: new_references.person_id ) THEN
146: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
147: IGS_GE_MSG_STACK.ADD;
148: APP_EXCEPTION.RAISE_EXCEPTION;