EXM_OTBI_STATS_SUMMARY

This table contains summary information for Expenses OTBI statistics reporting.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: SUMMARY

Primary Key

Name Columns

EXM_OTBI_STATS_SUMMARY_PK

OTBI_STATS_SUMMARY_ID

Columns

Name Datatype Length Precision Not-null Comments
OTBI_STATS_SUMMARY_ID NUMBER 18 Yes Row that summarizes expense reporting data by category or cost center.
CAL_MONTH NUMBER 8 Yes The calendar month number associated to the row.
MONTH_NUM NUMBER 2 Yes The month number associated to the row.
YEAR_NUM NUMBER 4 Yes The year number associated to the row.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
LEGAL_ENTITY_ID NUMBER 18 Yes The identifier of the legal entity associated to the row.
COMPANY VARCHAR2 25 The company segment value associated to the row.
COST_CENTER VARCHAR2 25 The cost center segment value associated to the row.
COST_CENTER_OWNER_ID NUMBER 18 The identifier of the cost center owner associated to the row.
SUPERVISOR_ID NUMBER 18 The identifier of the supervisor associated to the row.
FUNCTIONAL_CURRENCY_CODE VARCHAR2 25 The functional currency code associated to the row.
PERSON_LOCATION_ID NUMBER 18 The identifier of the person's location associated to the row.
EXPENSE_CATEGORY_CODE VARCHAR2 30 Classification of an expense item such as Business or Personal.
EXPENSE_TYPE_CATEGORY_CODE VARCHAR2 30 The expense type category code associated to the row.
EXPENSE_TYPE_ID NUMBER 18 The identifier of the expense type associated to the row.
EXPENSE_LOCATION_CITY VARCHAR2 80 The expense location city associated to the row.
EXPENSE_LOCATION_STATE VARCHAR2 80 The expense location state associated to the row.
EXPENSE_LOCATION_COUNTRY VARCHAR2 80 The expense location country associated to the row.
MERCHANT_NAME VARCHAR2 80 The merchant name associated to the row.
PJC_PROJECT_ID NUMBER 18 The identifier of the project associated to the row.
PJC_TASK_ID NUMBER 18 The identifier of the task associated to the row.
EXPENSE_STATUS_CODE VARCHAR2 30 The expense status code associated to the row.
VIOLATION_TYPE_CODE VARCHAR2 30 The violation type code associated to the row.
NUM_EXPENSE_REPORTS NUMBER 9 The number of expense reports associated to the row.
EXPENSE_REPORT_TOTAL NUMBER The total amount of expense reports associated to the row.
NUM_EXPENSES NUMBER 9 The number of expenses associated to the row.
EXPENSE_TOTAL NUMBER The total amount of expenses associated to the row.
NUM_EXPENSE_VIOLATIONS NUMBER 9 The number of expense violations associated to the row.
EXPENSE_VIOLATION_TOTAL NUMBER The total amount of expense violations associated to the row.
EXP_VIOLATION_EXCEEDED NUMBER The amount of expense violations associated to the row that exceeds the policy.
NUM_AGING_BUCKET_1 NUMBER 9 The number of expenses in aging bucket 1 associated to the row.
TOTAL_AGING_BUCKET_1 NUMBER The total amount of expenses in aging bucket 1 associated to the row.
NUM_AGING_BUCKET_2 NUMBER 9 The number of expenses in aging bucket 2 associated to the row.
TOTAL_AGING_BUCKET_2 NUMBER The total amount of expenses in aging bucket 2 associated to the row.
NUM_AGING_BUCKET_3 NUMBER 9 The number of expenses in aging bucket 3 associated to the row.
TOTAL_AGING_BUCKET_3 NUMBER The total amount of expenses in aging bucket 3 associated to 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.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
EXM_OTBI_STATS_SUMMARY_N1 Non Unique FUSION_TS_TX_DATA CAL_MONTH, ORG_ID, LEGAL_ENTITY_ID
EXM_OTBI_STATS_SUMMARY_U1 Unique Default OTBI_STATS_SUMMARY_ID