DBA Data[Home] [Help]

APPS.IGS_FI_FEE_AS_PKG dependencies on IGS_PE_PERSON_PKG

Line 461: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

457: IF (((old_references.person_id = new_references.person_id)) OR
458: ((new_references.person_id IS NULL))) THEN
459: NULL;
460: ELSE
461: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
462: new_references.person_id
463: ) THEN
464: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
465: IGS_GE_MSG_STACK.ADD;