DBA Data[Home] [Help]

APPS.IGS_AS_NON_ENR_STDOT_PKG dependencies on IGS_PE_PERSON_PKG

Line 175: ELSIF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

171:
172: IF (((old_references.person_id = new_references.person_id)) OR
173: ((new_references.person_id IS NULL))) THEN
174: NULL;
175: ELSIF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
176: new_references.person_id
177: ) THEN
178: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
179: IGS_GE_MSG_STACK.ADD;