DBA Data[Home] [Help]

APPS.IGS_AS_ITEM_ASSESSOR_PKG dependencies on IGS_PE_PERSON_PKG

Line 206: ELSIF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

202: END IF;
203: IF (((old_references.person_id = new_references.person_id)) OR
204: ((new_references.person_id IS NULL))) THEN
205: NULL;
206: ELSIF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
207: new_references.person_id
208: ) THEN
209: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
210: IGS_GE_MSG_STACK.ADD;