DBA Data[Home] [Help]

APPS.IGS_UC_DEFAULTS_PKG dependencies on IGS_AD_CODE_CLASSES_PKG

Line 164: IF NOT IGS_AD_CODE_CLASSES_PKG.Get_PK_For_Validation (new_references.decision_reason_id, 'N' ) THEN

160: IF (((old_references.decision_reason_id = new_references.decision_reason_id)) OR
161: ((new_references.decision_reason_id IS NULL))) THEN
162: NULL;
163: ELSE
164: IF NOT IGS_AD_CODE_CLASSES_PKG.Get_PK_For_Validation (new_references.decision_reason_id, 'N' ) THEN
165: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
166: IGS_GE_MSG_STACK.ADD;
167: App_Exception.Raise_Exception;
168: END IF;