DBA Data[Home] [Help]

APPS.IGS_RE_SPRVSR_PKG dependencies on IGS_PE_PERSON_PKG

Line 545: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

541: IF (((old_references.person_id = new_references.person_id)) OR
542: ((new_references.person_id IS NULL))) THEN
543: NULL;
544: ELSE
545: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
546: new_references.person_id
547: ) THEN
548: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
549: IGS_GE_MSG_STACK.ADD;