XLA_SOURCE_PARAMS

This table contains all parameters used in the PL/SQL function for a user-defined source.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

XLA_SOURCE_PARAMS_PK

SOURCE_PARAM_ID

Columns

Name Datatype Length Precision Not-null Comments
SOURCE_PARAM_ID NUMBER 18 Yes Oracle internal use only.
APPLICATION_ID NUMBER 18 Yes Functional area within a software suite of products. For example, Financials or Payroll.
SOURCE_TYPE_CODE VARCHAR2 1 Yes Indicates whether the source is predefined by subledger application.
SOURCE_CODE VARCHAR2 30 Yes Short name of the transaction information that is used to create journal entries.
USER_SEQUENCE NUMBER 38 Yes Not currently used.
PARAMETER_TYPE_CODE VARCHAR2 1 Yes Not currently used.
CONSTANT_VALUE VARCHAR2 240 Value when parameter type is constant.
REF_SOURCE_APPLICATION_ID NUMBER 18 Refference to application identifier for the seeded source.
REF_SOURCE_TYPE_CODE VARCHAR2 1 Reference source type code for the seeded source.
REF_SOURCE_CODE VARCHAR2 30 Reference source code for the seeded source.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
XLA_SOURCE_PARAMS_N1 Non Unique Default REF_SOURCE_APPLICATION_ID, REF_SOURCE_TYPE_CODE, REF_SOURCE_CODE
XLA_SOURCE_PARAMS_U1 Unique Default SOURCE_PARAM_ID
XLA_SOURCE_PARAMS_U2 Unique Default APPLICATION_ID, SOURCE_TYPE_CODE, SOURCE_CODE, USER_SEQUENCE