JA_CN_CFS_ASSIGN_SUPS

This table contains information about cash flow statement, in or out flow, and the source. It stores the type for each cash flow statement data.

Details

  • Schema: FUSION

  • Object owner: JA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

JA_CN_CFS_ASSIGN_SUPS_PK

ASSIGN_SUP_ID

Columns

Name Datatype Length Precision Not-null Comments
ASSIGN_SUP_ID NUMBER 18 Yes An identifier that uniquely identifies the cash flow statement reporting item attributes.
CHART_OF_ACCOUNTS_ID NUMBER 18 Yes Chart of Accounts identifier for accounting key flexfield structure instance number.
CFS_ITEM VARCHAR2 30 Yes Name of the cash flow statement item.
DESCRIPTION VARCHAR2 240 Yes Description of the cash flow statement item.
ITEM_SOURCE VARCHAR2 25 Yes The source of each cash flow item in cash flow statement.
ITEM_ATTRIBUTE VARCHAR2 8 Yes Attribute that identifies the inflow or outflow of an item.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
JA_CN_CFS_ASSIGN_SUPS ja_cn_sub_acc_sources CHART_OF_ACCOUNTS_ID

Indexes

Index Uniqueness Tablespace Columns
JA_CN_CFS_ASSIGN_SUPS_N1 Non Unique FUSION_TS_TX_IDX CHART_OF_ACCOUNTS_ID
JA_CN_CFS_ASSIGN_SUPS_U1 Unique FUSION_TS_TX_DATA ASSIGN_SUP_ID