XLA_SOURCES_B

This table contains all subledger sources and sources customized by the user. These sources are used to create accounting rules and conditions.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

XLA_SOURCES_B_PK

APPLICATION_ID, SOURCE_TYPE_CODE, SOURCE_CODE

Columns

Name Datatype Length Precision Not-null Comments
APPLICATION_ID NUMBER 18 Yes Functional area within a software suite of products. For example. Financials or Payroll.
SOURCE_ID NUMBER 18 Yes Identifier of the transaction information that is used to create journal entries.
SOURCE_TYPE_CODE VARCHAR2 1 Yes Indicates whether the source is a standard or system source.
SOURCE_CODE VARCHAR2 30 Yes Short name of the transaction information that is used to create journal entries.
DATATYPE_CODE VARCHAR2 1 Yes Code that determines the data type associated with a source.
PLSQL_FUNCTION_NAME VARCHAR2 80 Name of the PL/SQL function. Not application for standard sources.
FLEX_VALUE_SET_ID NUMBER 18 Identifier of a group of values and related attributes assigned to a key flexfield segment (account) or to a descriptive flexfield segment. Values in each value set have the same maximum length, validation type, and alphanumeric option.
SUM_FLAG VARCHAR2 1 Yes Indicates whether the source value will be summed.
VISIBLE_FLAG VARCHAR2 1 Yes Visible flag that indicated if the source shows up in the list of values.
ENABLED_FLAG VARCHAR2 1 Yes Indicates whether the source is enabled.
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.
TRANSLATED_FLAG VARCHAR2 1 Yes Indicates wheter a source is translatable.
LOOKUP_TYPE VARCHAR2 30 Group of lookup codes, where a lookup code is the internal name of a value defined in an Oracle Workflow.
VIEW_APPLICATION_ID NUMBER 18 View application identifier of the lookup type.
KEY_FLEXFIELD_FLAG VARCHAR2 1 Yes Indicates whether the source is related to any key flexfield.
SEGMENT_CODE VARCHAR2 30 Accounting flexfield segment associated with the source.
FLEXFIELD_APPLICATION_ID NUMBER 18 Stores the flexfield application if the KEY_FLEXFIELD_FLAG is checked.
ID_FLEX_CODE VARCHAR2 30 Unique identifier of key flexfield.
SOURCE_COLUMN_NAME VARCHAR2 30 Source base column name. This could be different from the SOURCE_CODE.
SOURCE_TABLE_NAME VARCHAR2 30 Source table name. Indicates the table from which source can be derived.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.
SPLIT_TRANSACTION_FLAG VARCHAR2 1 Indicates whether the source is used as a criteria when spitting large transactions.
SUMMARIZATION_FLAG VARCHAR2 1 Indicates whether the source is used to summarize source transaction lines.
DIMENSION_FLAG VARCHAR2 1 Indicates whether the source is a dimension for the analytical view.
DIMENSION_VALUE_SET_CODE VARCHAR2 30 Value set assigned to the sources which have been identified as dimensions for the analytical view. This is for internal use only.

Foreign Keys

Table Foreign Table Foreign Key Column
xla_event_sources xla_sources_b APPLICATION_ID, SOURCE_TYPE_CODE, SOURCE_CODE
xla_tab_acct_type_srcs xla_sources_b APPLICATION_ID, SOURCE_TYPE_CODE, SOURCE_CODE

Indexes

Index Uniqueness Tablespace Columns
XLA_SOURCES_B_U1 Unique Default APPLICATION_ID, SOURCE_TYPE_CODE, SOURCE_CODE, ORA_SEED_SET1
XLA_SOURCES_B_U11 Unique Default APPLICATION_ID, SOURCE_TYPE_CODE, SOURCE_CODE, ORA_SEED_SET2
XLA_SOURCES_B_U2 Unique Default SOURCE_ID, ORA_SEED_SET1
XLA_SOURCES_B_U21 Unique Default SOURCE_ID, ORA_SEED_SET2