JE_PT_SAFT_ACCOUNTS

JE_PT_SAFT_ACCOUNTS contains account balances and parent account details required to be used by SAFT.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

JE_PT_SAFT_ACCOUNTS_PK

CC_DATA_ID

Columns

Name Datatype Length Precision Not-null Comments
CC_DATA_ID NUMBER 18 Yes Unique data identifier
FLEX_VALUE VARCHAR2 240 Yes Natural accounts for a given chart of accounts
CODE_COMBINATION_ID NUMBER 18 Code combination identifier
PARENT_FLEX_VALUE VARCHAR2 240 Parent account of the natural account
OPENING_BALANCE_DEBIT NUMBER Opening debit balance of an account for the given period range.
OPENING_BALANCE_CREDIT NUMBER Opening credit balance of an account for the given period range.
CLOSING_BALANCE_DEBIT NUMBER Closing debit balance of an account for the given period range.
CLOSING_BALANCE_CREDIT NUMBER Closing debit balance of an account for the given period range.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
JE_PT_SAFT_ACCOUNTS_N1 Non Unique Default FLEX_VALUE, CODE_COMBINATION_ID
JE_PT_SAFT_ACCOUNTS_U1 Unique Default CC_DATA_ID