| Target Column | 
Business Name | 
Business Definition | 
Database Data Type | 
Domain Value | 
Source Name | 
Source Column | 
| 
ACTUAL_VALUE
 | 
Actual Value 
 | 
Dependant on the corresponding auxiliary code. May include the amount of the gift to be designated to a particular donor category or class year, the actual cost to the institution for a benefit/premium, or the face value of a gift.
 | 
NUMBER
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_DCPR_COST
 
 | 
| 
ADMINISTRATIVE_GROUP
 | 
Administrative Group 
 | 
Organization-oriented identifier for the record used to determine access authorization to this record. Institution defined.
 | 
VARCHAR2(255)
 | 
 
 | 
 NA
 
 | 
 NA
 
 | 
| 
AUXILIARY_CLASS_YEAR
 | 
Auxiliary Class Year 
 | 
Class year to which this gift amount should be credited.
 | 
VARCHAR2(63)
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_PREF_CLAS
 
 | 
| 
AUXILIARY_CLASS_YEAR_DESC
 | 
Auxiliary Class Year Description 
 | 
Description of the class year.
 | 
VARCHAR2(255)
 | 
 
 | 
 NA
 
 | 
 NA
 
 | 
| 
AUXILIARY_COMMENT
 | 
Auxiliary Comment 
 | 
Comments related to this auxiliary gift record.
 | 
CLOB
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_COMMENT
 
 | 
| 
AUXILIARY_DONOR_CATEGORY
 | 
Auxiliary Donor Category 
 | 
Donor category code to which this gift amount should be credited.
 | 
VARCHAR2(63)
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_DONR_CODE
 
 | 
| 
AUXILIARY_DONOR_CATEGORY_DESC
 | 
Auxiliary Donor Category Description 
 | 
Description of the donor category code.
 | 
VARCHAR2(255)
 | 
 
 | 
 FUNCTION
 
 | 
 GOKODSF.F_GET_DESC
 
 | 
| 
AUXILIARY_TYPE
 | 
Auxiliary Type 
 | 
Type of auxiliary information detailed in this record. Examples include specified donor categories or class years, details related to quid pro quo benefits/premiums or the face/market values of the gift.
 | 
VARCHAR2(63)
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_AUXL_CODE
 
 | 
| 
AUXILIARY_TYPE_DESC
 | 
Auxiliary Type Description 
 | 
Description of the auxiliary code.
 | 
VARCHAR2(255)
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_AUXL_DESC
 
 | 
| 
AUXILIARY_VALUE
 | 
Auxiliary Value 
 | 
Dependant on the corresponding auxiliary code. May include the fair market value of an associated benefit/premium or the present market value of a gift.
 | 
NUMBER
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_DCPR_VALUE
 
 | 
| 
BENEFIT
 | 
Benefit 
 | 
Benefit/premium associated with the gift.
 | 
VARCHAR2(63)
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_DCPR_CODE
 
 | 
| 
BENEFIT_ACCEPT_REJECT
 | 
Benefit Accept Reject 
 | 
Indicates if the donor has accepted or rejected the benefit/premium associated with the gift.
 | 
VARCHAR2(63)
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_ACC_REJ_IND
 
 | 
| 
BENEFIT_ACCEPT_REJECT_DATE
 | 
Benefit Accept Reject Date 
 | 
Dependent on the benefit accept/reject code. Date the benefit/premium was either accpeted or rejected by the donor.
 | 
DATE
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_ACC_REJ_DATE
 
 | 
| 
BENEFIT_ACCEPT_REJECT_DESC
 | 
Benefit Accept Reject Description 
 | 
Description of the benefit accept or reject code.
 | 
VARCHAR2(255)
 | 
 
 | 
 CALCULATION
 
 | 
 DECODE(AGRGAUX_ACC_REJ_IND,'A','ACCEPT','R','REJECT','NOT APPLICABLE'),
 
 | 
| 
BENEFIT_ISSUE_DATE
 | 
Benefit Issue Date 
 | 
Date the benefit/premium was issued to the donor.
 | 
DATE
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_ISSUE_DATE
 
 | 
| 
BENEFIT_LONG_DESC
 | 
Benefit Long Description 
 | 
Additional information related to the benefit/premium associated with the gift.
 | 
VARCHAR2(255)
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_DESC
 
 | 
| 
BENEFIT_SHORT_DESC
 | 
Benefit Short Description 
 | 
Description of the benefit code.
 | 
VARCHAR2(255)
 | 
 
 | 
 FUNCTION
 
 | 
 GOKODSF.F_GET_DESC
 
 | 
| 
DEDUCT_FOR_TAXES_IND
 | 
Deduct For Taxes Indicator 
 | 
Designates if the market value of a benefit/premium should be deducted from the gift amount for tax reporting purposes.
 | 
VARCHAR2(1)
 | 
 
 | 
 CALCULATION
 
 | 
 NVL(AGRGAUX_DEDUCT_FOR_TAXES,'N')
 
 | 
| 
ENTITY_IND
 | 
Entity Indicator 
 | 
Indicates whether entity is a person or an organization.
 | 
VARCHAR2(1)
 | 
 
 | 
 CONSTANT CONSTANT
 
 | 
 'O' 'P'
 
 | 
| 
ENTITY_UID
 | 
Entity UID 
 | 
System generated unique internal identification number assigned to this person or organization entity.
 | 
NUMBER
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_PIDM
 
 | 
| 
GIFT_ADJUSTMENT_IND
 | 
Gift Adjustment Indicator 
 | 
Indicates if adjustments have been made to the gift/payment amount.
 | 
VARCHAR2(1)
 | 
 
 | 
 FUNCTION
 
 | 
 DECODE(AGRGAUX_GIFT_ADJ_VOID_IND,'A','Y','N')
 
 | 
| 
GIFT_NUMBER
 | 
Gift Number 
 | 
Number of the gift.
 | 
VARCHAR2(63)
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_GIFT_NO
 
 | 
| 
GIFT_VOID_IND
 | 
Gift Void Indicator 
 | 
Indicates if the gift has been voided.
 | 
VARCHAR2(1)
 | 
 
 | 
 FUNCTION
 
 | 
 DECODE(AGRGAUX_GIFT_ADJ_VOID_IND,'V','Y','N')
 
 | 
| 
ID
 | 
ID 
 | 
Northeastern University ID (NUID) is the unique primary person identifier, publicly distributable and permanently assigned to each university constituent.
 | 
VARCHAR2(63)
 | 
 
 | 
 FUNCTION
 
 | 
 MGKFUNC.F_GET_PERSON_INFO
 
 | 
| 
MULTI_SOURCE
 | 
Multi Source 
 | 
Institution value for the record when the optional multi-institution facility feature has been applied.
 | 
VARCHAR2(63)
 | 
 
 | 
 NA
 
 | 
 NA
 
 | 
| 
MULTI_SOURCE_DESC
 | 
Multi Source Description 
 | 
Institution description when the optional multi-institution facility feature has been applied.
 | 
VARCHAR2(255)
 | 
 
 | 
 NA
 
 | 
 NA
 
 | 
| 
NAME
 | 
Name 
 | 
Name of the person (LFMI) or organization.
 | 
VARCHAR2(255)
 | 
 
 | 
 FUNCTION
 
 | 
 MGKFUNC.F_GET_PERSON_INFO
 
 | 
| 
PROCESS_GROUP
 | 
Process Group 
 | 
Process-oriented identifier for the record used to determine access authorization to this record. Institution defined.
 | 
VARCHAR2(255)
 | 
 
 | 
 NA
 
 | 
 NA
 
 | 
| 
VALUE_DATE
 | 
Value Date 
 | 
Date the actual/market values were associated with the gift.
 | 
DATE
 | 
 
 | 
 AGRGAUX
 
 | 
 AGRGAUX_AUXL_VALUE_DATE
 
 |