[Home] [Help]
[Dependency Information]
Object Name: | FV_SF1219_AUDITS |
---|---|
Object Type: | TABLE |
Owner: | FV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FV_SF1219_AUDITS tracks records that have already been reported on the FMS Form 1219/1220 Statement of Transactions report. This table is used in the selection process of the FMS Form 1219/1220 Statement of Transactions process. Batches that have been processed by the FMS Form 1219/1220 Statement of Transactions in prior periods are stored here. The FV_SF1219_AUDITS table is updated during the FMS Form 1219/1220 process if the RUN_TYPE of the report run parameters is Final.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FV_SF1219_AUDITS_U1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_ID | NUMBER | (15) | Yes | Organization identifier |
RECORD_TYPE | VARCHAR2 | (1) | Yes | Record type set to transaction internally by FMS Form 1219/1220 process |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
BATCH_ID | NUMBER | (15) | Journal entry batch defining column | |
REPORTED_MONTH | VARCHAR2 | (25) | Category of month reported | |
SF1219_TYPE_CODE | VARCHAR2 | (25) | Indicates type of fund for FMS Form 1219/1220 reporting | |
EXCEPTION_CATEGORY | VARCHAR2 | (25) | Reason transaction appears on Exception report | |
GL_PERIOD | VARCHAR2 | (15) | Period for which FMS Form 1219/1220 is reported | |
REPORTED_GL_PERIOD | VARCHAR2 | (6) | General Ledger period for which FMS Form 1219/1220 is reported | |
TREASURY_SYMBOL | VARCHAR2 | (35) | Treasury symbol | |
ACCOUNTABILITY_BALANCE | NUMBER | Stores amount of total line in FMS Form 1219 report. Used as carry-forward balance when running report for subsequent period. | ||
TREASURY_SYMBOL_ID | NUMBER | (15) | Yes | References treasury_symbol_id of the table FV_TREASURY_SYMBOLS |
ALC_CODE | VARCHAR2 | (30) | Not currently used | |
INTER_AGENCY_FLAG | VARCHAR2 | (1) | Not currently used | |
JE_HEADER_ID | NUMBER | Not currently used | ||
JE_LINE_NUM | NUMBER | Not currently used | ||
SUPPLEMENT_NUMBER | NUMBER | Not currently used |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, RECORD_TYPE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, BATCH_ID
, REPORTED_MONTH
, SF1219_TYPE_CODE
, EXCEPTION_CATEGORY
, GL_PERIOD
, REPORTED_GL_PERIOD
, TREASURY_SYMBOL
, ACCOUNTABILITY_BALANCE
, TREASURY_SYMBOL_ID
, ALC_CODE
, INTER_AGENCY_FLAG
, JE_HEADER_ID
, JE_LINE_NUM
, SUPPLEMENT_NUMBER
FROM FV.FV_SF1219_AUDITS;
FV.FV_SF1219_AUDITS does not reference any database object
FV.FV_SF1219_AUDITS is referenced by following:
|
|
|