GMS_FFR_HEADER

Table to store Federal Financial Report Data

Details

  • Schema: FUSION

  • Object owner: GMS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

GMS_FFR_HEADER_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Primary key of the table.
ESS_REQUEST_ID NUMBER 18 Yes The ESS job request id that populates this record
FEDERAL_AGENCY VARCHAR2 250 Sponsor of the award.
FEDERAL_GRANT_NUMBER VARCHAR2 100 The sponsor award number
RECPT_ACCOUNT_NUMBER VARCHAR2 100 The contract number
DUNS_NUMBER VARCHAR2 80 DUNS number of the recipient organization.
UEI_NUMBER VARCHAR2 80 The unique entity identifier for the institution.
FEDERAL_EIN VARCHAR2 50 EIN of the recipient organization
REPORT_TYPE VARCHAR2 1 Indicates whether the report type is a quarterly, semi-annual, annual or final report
REPORT_MODE VARCHAR2 20 Indicates whether the report is for a single award or multiple awards
ACCOUNTING_BASIS VARCHAR2 20 The accounting basis- cash or accrual
AWARD_START_DATE DATE Start date of the award
AWARD_END_DATE DATE End date of the award
REPORTING_DATE DATE Reporting period end date
SUBMISSION_DATE DATE Report submission date
CASH_RECEIPTS NUMBER Total cash received for an award
CASH_DISBURSED NUMBER Total cash spent on an award
FUNDS_AUTHORIZED NUMBER The federal funds authorized for spending
FEDERAL_EXPENDITURE NUMBER Federal share of expenditure
RECPT_EXPENDITURE NUMBER Recipient share of expenditure
PI_EARNED NUMBER Total Program Income earned
PI_DEDUCTION NUMBER Program Income spent with deduction alternative
RECPIENT_SHARE NUMBER Total recipient share required
UNLIQUIDATED_AMOUNT NUMBER Unliquidated obligations for an award
COMMENTS VARCHAR2 900 Comments
PI_ADDITION NUMBER Program Income spent with addition alternative
CERTIFYING_OFCL VARCHAR2 250 Certifying official name and title
CERT_OFCL_MAIL VARCHAR2 200 Certifying offical email
CERT_OFCL_PHONE VARCHAR2 50 Certifying official phone details
RECIPIENT_ORG VARCHAR2 500 The institution name and address
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
gms_ffr_indirect_expenses gms_ffr_header HEADER_ID
gms_ffr_attachments gms_ffr_header HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
GMS_FFR_HEADER_U1 Unique Default ID