DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_GE_MNT_SDTT

Line 752: IF IGS_GE_MNT_SDTT.pid_val_staff(

748: END IF;
749: -- Validate IGS_PS_UNIT coordinator.
750: IF new_references.coord_person_id IS NOT NULL AND
751: (NVL(old_references.coord_person_id, 0) <> new_references.coord_person_id) THEN
752: IF IGS_GE_MNT_SDTT.pid_val_staff(
753: new_references.coord_person_id,v_preferred_name) = FALSE THEN
754: Fnd_Message.Set_Name('IGS','IGS_GE_COORD_NOT_STAFF_MEMBER');
755: IGS_GE_MSG_STACK.ADD;
756: App_Exception.Raise_Exception;