DBA Data[Home] [Help]

APPS.IGS_AD_LOCATION_PKG dependencies on IGS_PE_PERSON_PKG

Line 281: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

277: IF (((old_references.coord_person_id = new_references.coord_person_id)) OR
278: ((new_references.coord_person_id IS NULL))) THEN
279: NULL;
280: ELSE
281: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
282: new_references.coord_person_id
283: ) THEN
284: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
285: IGS_GE_MSG_STACK.ADD;