DBA Data[Home] [Help]

APPS.IGS_PE_PERS_RELATION_PKG dependencies on IGS_PE_PERS_RELN_TYP_PKG

Line 117: IF NOT IGS_PE_PERS_RELN_TYP_PKG.Get_PK_For_Validation (

113: ((new_references.person_relation_type IS NULL))) THEN
114: NULL;
115: ELSE
116:
117: IF NOT IGS_PE_PERS_RELN_TYP_PKG.Get_PK_For_Validation (
118: new_references.person_relation_type ) THEN
119: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
120: IGS_GE_MSG_STACK.ADD;
121: App_Exception.Raise_Exception;