DBA Data[Home] [Help]

APPS.IGS_PE_NONIMG_FORM_PKG dependencies on IGS_PE_PERSON_PKG

Line 307: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation ( new_references.person_id ) THEN

303: BEGIN
304: IF (((old_references.person_id = new_references.person_id))
305: OR ((new_references.person_id IS NULL))) THEN
306: NULL;
307: ELSIF NOT Igs_Pe_Person_Pkg.Get_PK_For_Validation ( new_references.person_id ) THEN
308: FND_MESSAGE.SET_NAME ('FND','FORM_RECORD_DELETED');
309: IGS_GE_MSG_STACK.ADD;
310: APP_EXCEPTION.RAISE_EXCEPTION;
311: END IF;