DBA Data[Home] [Help]

APPS.IGS_GR_VENUE_PKG dependencies on IGS_PE_PERSON_PKG

Line 163: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (

159: IF (((old_references.coord_person_id = new_references.coord_person_id)) OR
160: ((new_references.coord_person_id IS NULL))) THEN
161: NULL;
162: ELSE
163: IF NOT IGS_PE_PERSON_PKG.Get_PK_For_Validation (
164: new_references.coord_person_id
165: ) THEN
166: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED');
167: APP_EXCEPTION.RAISE_EXCEPTION;