DBA Data[Home] [Help]

APPS.IGS_AS_EXM_INS_SPVSR_PKG dependencies on IGS_AS_EXM_SUPRVISOR_PKG

Line 163: ELSIF NOT IGS_AS_EXM_SUPRVISOR_PKG.Get_PK_For_Validation (

159: END IF;
160: IF (((old_references.person_id = new_references.person_id)) OR
161: ((new_references.person_id IS NULL))) THEN
162: NULL;
163: ELSIF NOT IGS_AS_EXM_SUPRVISOR_PKG.Get_PK_For_Validation (
164: new_references.person_id )THEN
165: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
166: IGS_GE_MSG_STACK.ADD;
167: APP_EXCEPTION.RAISE_EXCEPTION;