DBA Data[Home] [Help]

APPS.IGS_RE_CANDIDATURE_PKG dependencies on IGS_PE_PERSON_PKG

Line 607: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

603: IF (((old_references.person_id = new_references.person_id)) OR
604: ((new_references.person_id IS NULL))) THEN
605: NULL;
606: ELSE
607: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
608: new_references.person_id
609: ) THEN
610: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
611: IGS_GE_MSG_STACK.ADD;