XLA_SUBLEDGERS

Fusion Subledger Application Table. FND_APPLICATION_VL is replaced by this table.

Details

  • Schema: FUSION

  • Object owner: XLA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

XLA_SUBLEDGERS_PK

APPLICATION_ID

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.
IMPLEMENTATION_MODE_CODE VARCHAR2 30 Yes Method via which metadata and transaction data will be created and maintained. Potential values are ORIGINAL and SIMPLIFIED.
PSFT_GL_FLAG VARCHAR2 1 PSFT_GL_FLAG
JE_SOURCE_NAME VARCHAR2 30 Yes Code used to indicate the origin of journal entries such as payables, receivables, or manual.
VALUATION_METHOD_FLAG VARCHAR2 1 Yes Indicates whether a valuation of an underlying accounting event that can be valued with a different monetary value and accounted differently.
SECURITY_FUNCTION_NAME VARCHAR2 80 Name of the security function associated with the subledger application.
APPLICATION_TYPE_CODE VARCHAR2 1 Yes Indicates whether the application is seeded or not.
ALC_ENABLED_FLAG VARCHAR2 1 Yes Indicates if the application supports alternate currency feature.
CONTROL_ACCOUNT_TYPE_CODE VARCHAR2 30 Yes Indicated the third party control account type the application supported
DRILLDOWN_PROCEDURE_NAME VARCHAR2 2000 Subledger drill down procedure name.
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.
REMOTE_URL VARCHAR2 2000 Remote web application link.
ROW_LOCKING_FLAG VARCHAR2 1 Indicates if Create Accounting will lock individual events when processing them or if it will lock the entire application and ledger. A value of null or Y indicates it will lock individual events. A value of N indicates it will lock the entire application and ledger.
APPLICATION_SHORT_NAME VARCHAR2 4000 Yes Abbreviated name of a functional area within a software suite of products. For example, Financials or Payroll.
ACCOUNTING_ENABLED VARCHAR2 1 Yes Flag to indicate if accounting is enabled.
REMOTE_PILLAR_FLAG VARCHAR2 1 Indicates if the application is set up as a cross pillar application.
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.
ALLOW_REVERSALS_FLAG VARCHAR2 1 Indicates whether transaction reversal is enabled for the subledger.
AUTO_DELETE_FLAG VARCHAR2 1 Indicates whether automatic deletion of invalid transactions is allowed for Accounting Hub Cloud subledgers.
MPA_ROW_LOCKING_FLAG VARCHAR2 1 Indicates if Multiperiod Accounting will lock individual multiperiod entries when processing them or if it will lock the entire application and ledger. A value of Y indicates it will lock individual multiperiod entries. A value of null or N indicates it will lock the entire application and ledger.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
xla_control_balances xla_subledgers APPLICATION_ID
xla_je_categories xla_subledgers APPLICATION_ID
xla_tab_acct_types_b xla_subledgers APPLICATION_ID
xla_entity_types_b xla_subledgers APPLICATION_ID

Indexes

Index Uniqueness Tablespace Columns
XLA_SUBLEDGERS_U1 Unique Default APPLICATION_ID, ORA_SEED_SET1
XLA_SUBLEDGERS_U11 Unique Default APPLICATION_ID, ORA_SEED_SET2
XLA_SUBLEDGERS_U2 Unique Default APPLICATION_SHORT_NAME, ORA_SEED_SET1
XLA_SUBLEDGERS_U21 Unique Default APPLICATION_SHORT_NAME, ORA_SEED_SET2