PJS_ACCOUNTS_D

This table contains persistent accounts names for use in Essbase such as raw cost and labor revenue. It also contains the account dimension formulae.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJS_ACCOUNTS_D_PK

ACCOUNT

Columns

Name Datatype Length Not-null Comments
ACCOUNT VARCHAR2 30 Yes The ID of the individual account, or type of data, used in Essbase.
ACCOUNT_NAME VARCHAR2 255 The description of the individual account, or type of data, used in Essbase.
FORMULA VARCHAR2 4000 Stores the formula of the account dimension.
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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.