DBA Data[Home] [Help]

APPS.IGS_FI_FEE_CAT_MAP_PKG dependencies on IGS_AD_CAT_PKG

Line 138: ELSIF NOT IGS_AD_CAT_PKG.Get_PK_For_Validation ( new_references.admission_cat, 'N' ) THEN

134: BEGIN
135: IF (((old_references.admission_cat = new_references.admission_cat)) OR
136: ((new_references.admission_cat IS NULL))) THEN
137: NULL;
138: ELSIF NOT IGS_AD_CAT_PKG.Get_PK_For_Validation ( new_references.admission_cat, 'N' ) THEN
139: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
140: IGS_GE_MSG_STACK.ADD;
141: App_Exception.Raise_Exception;
142: END IF;