DBA Data[Home] [Help]

APPS.IGS_AS_EXAM_INSTANCE_PKG dependencies on IGS_PE_PERSON_PKG

Line 165: ELSIF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

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