DBA Data[Home] [Help]

APPS.IGS_RE_THS_PNL_MBR_PKG dependencies on IGS_PE_PERSON_PKG

Line 332: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

328: IF (((old_references.person_id = new_references.person_id)) OR
329: ((new_references.person_id IS NULL))) THEN
330: NULL;
331: ELSE
332: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
333: new_references.person_id
334: ) THEN
335: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
336: IGS_GE_MSG_STACK.ADD;