DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_ID_TYP_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 256: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (

252: IF (((old_references.s_person_id_type = new_references.s_person_id_type)) OR
253: ((new_references.s_person_id_type IS NULL))) THEN
254: NULL;
255: ELSE
256: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (
257: 'PERSON_ID_TYPE',new_references.s_person_id_type) THEN
258: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
259: IGS_GE_MSG_STACK.ADD;
260: App_Exception.Raise_Exception;