[Home] [Help]
[Dependency Information]
Object Name: | FV_FACTS_ENDING_BALANCES |
---|---|
Object Type: | TABLE |
Owner: | FV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FV_FACTS_ENDING_BALANCES table stores the FACTS-I yearly ending balances.
This table is populated when the FACTS I interface process is run by year and the all the edit checks
pass. This table finds the begining balances of the next year for the FACTS I ATB
report.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FV_FACTS_ENDING_BALANCES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FUND_GROUP | NUMBER | (4) | Yes | Fund group |
ACCOUNT_NUMBER | VARCHAR2 | (30) | Yes | Account number |
DEPT_ID | VARCHAR2 | (2) | Yes | Department identifier |
BUREAU_ID | VARCHAR2 | (2) | Yes | Bureau identifier |
D_C_INDICATOR | VARCHAR2 | (1) | Yes | Debit or credit indicator |
AMOUNT | NUMBER | Yes | Amount for FACTS I Period activity for RC-04 | |
BUSINESS_LINE | NUMBER | (2) | Business line | |
ELIMINATIONS_DEPT | VARCHAR2 | (6) | Trading Partner | |
G_NG_INDICATOR | VARCHAR2 | (1) | Federal / Non Federal attribute | |
SET_OF_BOOKS_ID | NUMBER | Yes | Set of Books identifier | |
RECORD_CATEGORY | VARCHAR2 | (25) | Record category | |
FISCAL_YEAR | NUMBER | (4) | Fiscal year | |
REPORTED_STATUS | VARCHAR2 | (1) | Reported Status values include Exception, Reported with Exception, and Reported | |
USSGL_ACCOUNT | VARCHAR2 | (4) | USSGL account | |
EXCH_NON_EXCH | VARCHAR2 | (1) | Exchange / Non Exchange attribute | |
CUST_NON_CUST | VARCHAR2 | (1) | Custodial / Non Custodial attribute | |
BUDGET_SUBFUNCTION | VARCHAR2 | (3) | Budget subfunction attribute | |
FUND_VALUE | VARCHAR2 | (30) | Fund value; balancing segment | |
CCID | NUMBER | (15) | Code Combinations identifier | |
BEGINNING_BALANCE | NUMBER | Beginning balance | ||
ACCOUNT_TYPE | VARCHAR2 | (1) | Account Type | |
RECIPIENT_NAME | VARCHAR2 | (360) | Recipient name |
Cut, paste (and edit) the following text to query this object:
SELECT FUND_GROUP
, ACCOUNT_NUMBER
, DEPT_ID
, BUREAU_ID
, D_C_INDICATOR
, AMOUNT
, BUSINESS_LINE
, ELIMINATIONS_DEPT
, G_NG_INDICATOR
, SET_OF_BOOKS_ID
, RECORD_CATEGORY
, FISCAL_YEAR
, REPORTED_STATUS
, USSGL_ACCOUNT
, EXCH_NON_EXCH
, CUST_NON_CUST
, BUDGET_SUBFUNCTION
, FUND_VALUE
, CCID
, BEGINNING_BALANCE
, ACCOUNT_TYPE
, RECIPIENT_NAME
FROM FV.FV_FACTS_ENDING_BALANCES;
FV.FV_FACTS_ENDING_BALANCES does not reference any database object
FV.FV_FACTS_ENDING_BALANCES is referenced by following:
|
|
|