Search Results table - ce.ce_statement_headers




The XLA_RULE_DETAILS_T table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical component of the Subledger Accounting (SLA) architecture, which governs how accounting entries are generated from subledger transactions. This table stores detailed rule definitions that determine the accounting treatment for specific events, conditions, and sources within the SLA framework. Below is a detailed analysis of its structure, purpose, and significance in Oracle EBS.

Overview of XLA_RULE_DETAILS_T

The XLA_RULE_DETAILS_T table is part of the Oracle SLA module, which provides a rules-based accounting engine to derive accounting entries from subledger transactions. It works in conjunction with other key SLA tables such as XLA_EVENTS, XLA_AE_HEADERS, and XLA_AE_LINES. The table stores granular rule definitions that specify how accounting attributes (e.g., accounts, amounts, descriptions) are derived based on predefined conditions. These rules are referenced by the SLA engine during journal entry generation.

Key Columns and Their Significance

The table contains several important columns that define rule behavior:
  • RULE_DETAIL_ID: A unique identifier for each rule detail record.
  • APPLICATION_ID: Associates the rule with a specific Oracle EBS application (e.g., Payables, Receivables).
  • EVENT_CLASS_CODE: Links the rule to a predefined event class (e.g., "Invoices," "Payments").
  • RULE_TYPE_CODE: Specifies the type of rule (e.g., "ACCOUNT," "DESCRIPTION," "AMOUNT").
  • SOURCE_CODE: Identifies the source of data for the rule (e.g., transaction tables, lookup values).
  • CONDITION_ASSIGNMENT_ID: References conditions that must be met for the rule to apply.
  • PRIORITY: Determines the evaluation order when multiple rules apply.
  • ENABLED_FLAG: Indicates whether the rule is active.

Functional Role in SLA

The XLA_RULE_DETAILS_T table plays a pivotal role in the SLA engine's operation:
  1. Rule Evaluation: During journal generation, the SLA engine queries this table to identify applicable rules based on event class, application, and conditions.
  2. Attribute Derivation: Rules define how accounting attributes (e.g., GL accounts, line descriptions) are populated in journal entries.
  3. Flexibility: By modifying rules in this table, organizations can customize accounting treatments without code changes.

Integration with Other SLA Components

The table interacts with:
  • XLA_RULE_SETS_T: Rule details are grouped into rule sets for broader applicability.
  • XLA_CONDITIONS_T: Conditions referenced in CONDITION_ASSIGNMENT_ID are stored here.
  • XLA_EVENT_CLASSES_T: Defines event classes linked to rule details.

Customization and Maintenance

Administrators can customize accounting behavior by:
  • Adding new rule details for unique business requirements.
  • Modifying existing rules to align with changing accounting policies.
  • Disabling obsolete rules via the ENABLED_FLAG column.

Performance Considerations

Given its frequent access during journal generation, proper indexing on columns like APPLICATION_ID, EVENT_CLASS_CODE, and RULE_TYPE_CODE is critical. Large rule sets may require periodic optimization.

Conclusion

The XLA_RULE_DETAILS_T table is a cornerstone of Oracle SLA, providing the granular rule definitions that drive automated accounting entry generation. Its structure enables flexible, rules-based accounting while maintaining integration with core EBS modules. Understanding this table is essential for implementing and troubleshooting SLA configurations in Oracle EBS 12.1.1 and 12.2.2.

  • Table: XLA_RULE_DETAILS_T 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_RULE_DETAILS_T,  object_name:XLA_RULE_DETAILS_T,  status:VALID,  product: XLA - Subledger Accountingdescription: Interface table to load ADR rule details into SLA. ,  implementation_dba_data: XLA.XLA_RULE_DETAILS_T

  • Table: XLA_JE_CATEGORIES 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_JE_CATEGORIES,  object_name:XLA_JE_CATEGORIES,  status:VALID,  product: XLA - Subledger Accountingdescription: This table stores Journal Categories for a combination of an event class and an application. ,  implementation_dba_data: XLA.XLA_JE_CATEGORIES

  • Table: XLA_EVENT_CLASSES_TL 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_EVENT_CLASSES_TL,  object_name:XLA_EVENT_CLASSES_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_EVENT_CLASSES table record translated information related to event classes. ,  implementation_dba_data: XLA.XLA_EVENT_CLASSES_TL

  • Table: XLA_DESCRIPT_DETAILS_B 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_DESCRIPT_DETAILS_B,  object_name:XLA_DESCRIPT_DETAILS_B,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_DESCRIPT_DETAILS_B table stores the details of a description. It holds a string of literal and sources in the sequence in which they should appear in the description.A flexfield segment can be specified only if TRANSACTION_COA_ID is ,  implementation_dba_data: XLA.XLA_DESCRIPT_DETAILS_B

  • Table: XLA_AAD_LOADER_LOGS 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_AAD_LOADER_LOGS,  object_name:XLA_AAD_LOADER_LOGS,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_AAD_LOADER_LOGS table stores the errors and logs generated by the application accounting definitions loader. ,  implementation_dba_data: XLA.XLA_AAD_LOADER_LOGS

  • Table: XLA_ASSIGNMENT_DEFNS_TL 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_ASSIGNMENT_DEFNS_TL,  object_name:XLA_ASSIGNMENT_DEFNS_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: This table stores the translated columns for accounting class ledger assignments. ,  implementation_dba_data: XLA.XLA_ASSIGNMENT_DEFNS_TL

  • Table: XLA_ANALYTICAL_HDRS_TL 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_ANALYTICAL_HDRS_TL,  object_name:XLA_ANALYTICAL_HDRS_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_ANALYTICAL_HDRS_TL table stores the translated header information (name and description) for the Analytical criteria. ,  implementation_dba_data: XLA.XLA_ANALYTICAL_HDRS_TL

  • Table: XLA_DISTRIBUTION_LINKS 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_DISTRIBUTION_LINKS,  object_name:XLA_DISTRIBUTION_LINKS,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_DISTRIBUTION_LINKS table stores the link between transactions and subledger journal entry lines. ,  implementation_dba_data: XLA.XLA_DISTRIBUTION_LINKS

  • Table: XLA_TAB_ACCT_TYPES_B 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_TAB_ACCT_TYPES_B,  object_name:XLA_TAB_ACCT_TYPES_B,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_TAB_ACCT_TYPES_B table stores all Transaction Account Types. ,  implementation_dba_data: XLA.XLA_TAB_ACCT_TYPES_B

  • Table: XLA_UPG_ERRORS 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_UPG_ERRORS,  object_name:XLA_UPG_ERRORS,  status:VALID,  product: XLA - Subledger Accountingdescription: Errors related to upgraded entries ,  implementation_dba_data: XLA.XLA_UPG_ERRORS

  • Table: XLA_ANALYTICAL_DTLS_TL 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_ANALYTICAL_DTLS_TL,  object_name:XLA_ANALYTICAL_DTLS_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_ANALYTICAL_DTLS_TL table stores the detail information for the Analytical Criterion. ,  implementation_dba_data: XLA.XLA_ANALYTICAL_DTLS_TL

  • Table: XLA_TB_WORK_UNITS 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_TB_WORK_UNITS,  object_name:XLA_TB_WORK_UNITS,  status:VALID,  product: XLA - Subledger Accountingdescription: This table serves as a work unit table to process open account balances data in parallel. Accounting entries are split into multiple units based on ledger setups. ,  implementation_dba_data: XLA.XLA_TB_WORK_UNITS

  • Table: XLA_DIAG_SOURCES 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_DIAG_SOURCES,  object_name:XLA_DIAG_SOURCES,  status:VALID,  product: XLA - Subledger Accountingdescription: Source values retrieved by the diagnostic framework from the Transaction Objects. ,  implementation_dba_data: XLA.XLA_DIAG_SOURCES

  • Table: XLA_PRODUCT_RULES_B 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_PRODUCT_RULES_B,  object_name:XLA_PRODUCT_RULES_B,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_PRODUCT_RULES_B table stores the accounting rules for an application. Standard product accounting rules are independent of a chart of .accounts. ,  implementation_dba_data: XLA.XLA_PRODUCT_RULES_B

  • Table: XLA_UPG_BATCHES 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_UPG_BATCHES,  object_name:XLA_UPG_BATCHES,  status:VALID,  product: XLA - Subledger Accountingdescription: Upgrade batch information ,  implementation_dba_data: XLA.XLA_UPG_BATCHES

  • Table: XLA_PROD_SEG_RULES 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_PROD_SEG_RULES,  object_name:XLA_PROD_SEG_RULES,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_PROD_SEG_RULES table stores all account derivation rules attached to an accounting line type and a product rule. ,  implementation_dba_data: XLA.XLA_PROD_SEG_RULES

  • Table: XLA_AE_LINE_ACS 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_AE_LINE_ACS,  object_name:XLA_AE_LINE_ACS,  status:VALID,  product: XLA - Subledger Accountingdescription: This table stores the relationship between the subledger journal entry lines and the analytical detail values. ,  implementation_dba_data: XLA.XLA_AE_LINE_ACS

  • Table: XLA_ANALYTICAL_ASSGNS 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_ANALYTICAL_ASSGNS,  object_name:XLA_ANALYTICAL_ASSGNS,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_ANALYTICAL_ASSGNS table stores the assignment between the Analytical Criteria and the Application Accounting Definition headers or the Application Accounting Definition lines. ,  implementation_dba_data: XLA.XLA_ANALYTICAL_ASSGNS

  • Table: XLA_PRODUCT_RULES_TL 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_PRODUCT_RULES_TL,  object_name:XLA_PRODUCT_RULES_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_PRODUCT_RULES_TL table stores translated information about Application Accounting Definitions. ,  implementation_dba_data: XLA.XLA_PRODUCT_RULES_TL

  • Table: XLA_RULES_T 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_RULES_T,  object_name:XLA_RULES_T,  status:VALID,  product: XLA - Subledger Accountingdescription: Interface table to load ADR rules into SLA. ,  implementation_dba_data: XLA.XLA_RULES_T

  • Table: XLA_ACCT_LINE_TYPES_B 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_ACCT_LINE_TYPES_B,  object_name:XLA_ACCT_LINE_TYPES_B,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_ACCT_LINE_TYPES_B table stores line accounting types for an event class. ,  implementation_dba_data: XLA.XLA_ACCT_LINE_TYPES_B

  • Table: XLA_SUBLEDGERS 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_SUBLEDGERS,  object_name:XLA_SUBLEDGERS,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_SUBLEDGERS stores information that depend on the application. It includes a row for each application, standard or not, supported by XLA. ,  implementation_dba_data: XLA.XLA_SUBLEDGERS

  • Table: XLA_ACCT_LINE_TYPES_TL 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_ACCT_LINE_TYPES_TL,  object_name:XLA_ACCT_LINE_TYPES_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_ACCT_LINE_TYPES_TL table stores translated information about accounting line type definitions. ,  implementation_dba_data: XLA.XLA_ACCT_LINE_TYPES_TL

  • Table: XLA_TRIAL_BALANCES 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_TRIAL_BALANCES,  object_name:XLA_TRIAL_BALANCES,  status:VALID,  product: XLA - Subledger Accountingimplementation_dba_data: XLA.XLA_TRIAL_BALANCES

  • Table: XLA_EVENT_MAPPINGS_B 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_EVENT_MAPPINGS_B,  object_name:XLA_EVENT_MAPPINGS_B,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_EVENT_MAPPINGS_B table stores information to build reports based on information available on the base document.It contains a row for each column name to be printed on these reports. ,  implementation_dba_data: XLA.XLA_EVENT_MAPPINGS_B

  • Table: XLA_POST_ACCT_PROGS_B 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_POST_ACCT_PROGS_B,  object_name:XLA_POST_ACCT_PROGS_B,  status:VALID,  product: XLA - Subledger Accountingdescription: This table stores the Post-Accounting Programs. ,  implementation_dba_data: XLA.XLA_POST_ACCT_PROGS_B

  • Table: XLA_MAPPING_SETS_B 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_MAPPING_SETS_B,  object_name:XLA_MAPPING_SETS_B,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_MAPPING_SETS_B table stores Mapping Sets created by End Users. These mapping sets are then used in the definition of account derivation rules. ,  implementation_dba_data: XLA.XLA_MAPPING_SETS_B

  • Table: XLA_DESCRIPT_DETAILS_TL 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_DESCRIPT_DETAILS_TL,  object_name:XLA_DESCRIPT_DETAILS_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_DESCRIPT_DETAILS_TL table stores the translation details of a description. ,  implementation_dba_data: XLA.XLA_DESCRIPT_DETAILS_TL

  • Table: XLA_PARTIAL_MERGE_TXNS 12.1.1

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_PARTIAL_MERGE_TXNS,  object_name:XLA_PARTIAL_MERGE_TXNS,  status:VALID,  product: XLA - Subledger Accountingdescription: This table stores the transactions to be processed for a partial third party merge ,  implementation_dba_data: XLA.XLA_PARTIAL_MERGE_TXNS

  • Table: XLA_EVENT_CLASSES_TL 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_EVENT_CLASSES_TL,  object_name:XLA_EVENT_CLASSES_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_EVENT_CLASSES table record translated information related to event classes. ,  implementation_dba_data: XLA.XLA_EVENT_CLASSES_TL

  • Table: XLA_ENTITY_ID_MAPPINGS 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_ENTITY_ID_MAPPINGS,  object_name:XLA_ENTITY_ID_MAPPINGS,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_ENTITY_ID_MAPPINGS table stores the mapping of the primary key columns of the entity table of the event table. It contains one row for each entity for which a maximum of four primary keys columns are supported. Each row includes the ,  implementation_dba_data: XLA.XLA_ENTITY_ID_MAPPINGS

  • Table: XLA_ACCTG_METHOD_RULES 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_ACCTG_METHOD_RULES,  object_name:XLA_ACCTG_METHOD_RULES,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_ACCTG_METHODS_RULES table stores the assignments for all Application Accounting Definitions (AAD) within each Subledger Accounting Method. ,  implementation_dba_data: XLA.XLA_ACCTG_METHOD_RULES

  • Table: XLA_LAUNCH_OPTIONS 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_LAUNCH_OPTIONS,  object_name:XLA_LAUNCH_OPTIONS,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_LAUNCH_OPTIONS table stores the defaults for accounting program launch options for an application and a ledger. For applications that support valuation method accounting, these default options are stored for a primary and secondary ,  implementation_dba_data: XLA.XLA_LAUNCH_OPTIONS

  • Table: XLA_UPGRADE_REQUESTS 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_UPGRADE_REQUESTS,  object_name:XLA_UPGRADE_REQUESTS,  status:VALID,  product: XLA - Subledger Accountingdescription: For SLA upgrade: stores the parameters for each post upgrade request. ,  implementation_dba_data: XLA.XLA_UPGRADE_REQUESTS

  • Table: XLA_ACCT_ATTRIBUTES_TL 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_ACCT_ATTRIBUTES_TL,  object_name:XLA_ACCT_ATTRIBUTES_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_ACCT_ATTRIBUTES_TL table captures translated values for the accounting attributes. Accounting attributes are pre-defined by Subledger Accounting. Accounting attributes are necessary to complete specific processing associated with th ,  implementation_dba_data: XLA.XLA_ACCT_ATTRIBUTES_TL

  • Table: XLA_CTRL_BALANCES_INT 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_CTRL_BALANCES_INT,  object_name:XLA_CTRL_BALANCES_INT,  status:VALID,  product: XLA - Subledger Accountingdescription: The temporary table stores the balances for each third party control account. ,  implementation_dba_data: XLA.XLA_CTRL_BALANCES_INT

  • Table: XLA_SOURCES_B 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_SOURCES_B,  object_name:XLA_SOURCES_B,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_SOURCES_B table stores all sub-ledgers sources and sources customized by user. These sources are used to create accounting rules and conditions ,  implementation_dba_data: XLA.XLA_SOURCES_B

  • Table: XLA_TB_USER_TRANS_VIEWS 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_TB_USER_TRANS_VIEWS,  object_name:XLA_TB_USER_TRANS_VIEWS,  status:VALID,  product: XLA - Subledger Accountingdescription: This table stores user transaction view information. ,  implementation_dba_data: XLA.XLA_TB_USER_TRANS_VIEWS

  • Table: XLA_AE_SEGMENT_VALUES 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_AE_SEGMENT_VALUES,  object_name:XLA_AE_SEGMENT_VALUES,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_AE_SEGMENT_VALUES table stores information about the balancing or management segment values associated with the journal entry. ,  implementation_dba_data: XLA.XLA_AE_SEGMENT_VALUES

  • Table: XLA_ANALYTICAL_HDRS_TL 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_ANALYTICAL_HDRS_TL,  object_name:XLA_ANALYTICAL_HDRS_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_ANALYTICAL_HDRS_TL table stores the translated header information (name and description) for the Analytical criteria. ,  implementation_dba_data: XLA.XLA_ANALYTICAL_HDRS_TL

  • Table: XLA_EXTRACT_OBJECTS 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_EXTRACT_OBJECTS,  object_name:XLA_EXTRACT_OBJECTS,  status:VALID,  product: XLA - Subledger Accountingdescription: It stores the extract object name and type used by the Accounting Program to derive sources for an event class. ,  implementation_dba_data: XLA.XLA_EXTRACT_OBJECTS

  • Table: XLA_AAD_SOURCES 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_AAD_SOURCES,  object_name:XLA_AAD_SOURCES,  status:VALID,  product: XLA - Subledger Accountingdescription: XLA_AAD_SOURCES table stores a list of sources used by an Application Accounting Definition. The table captures sources used by each event class within the Application Accounting Definition. ,  implementation_dba_data: XLA.XLA_AAD_SOURCES

  • Table: XLA_TRANSFER_LOGS 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_TRANSFER_LOGS,  object_name:XLA_TRANSFER_LOGS,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_TRANSFER_LOGS table stores the transfer to GL log information. This information is used to recover the failed transfer to GL requests. The log information is deleted once the transfer the batch is recovered or if the transfer requ ,  implementation_dba_data: XLA.XLA_TRANSFER_LOGS

  • Table: XLA_DESCRIPTIONS_TL 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_DESCRIPTIONS_TL,  object_name:XLA_DESCRIPTIONS_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_DESCRIPTIONS_TL table stores translated information about the descriptions. ,  implementation_dba_data: XLA.XLA_DESCRIPTIONS_TL

  • Table: XLA_LINE_ASSGNS_T 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_LINE_ASSGNS_T,  object_name:XLA_LINE_ASSGNS_T,  status:VALID,  product: XLA - Subledger Accountingdescription: Interface table to load the assignments between ADR rules and journal line types. ,  implementation_dba_data: XLA.XLA_LINE_ASSGNS_T

  • Table: XLA_TAB_ACCT_DEFS_TL 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_TAB_ACCT_DEFS_TL,  object_name:XLA_TAB_ACCT_DEFS_TL,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_TAB_ACCT_DEFS_TL table stores translated name and description for Transaction Account Definitions. ,  implementation_dba_data: XLA.XLA_TAB_ACCT_DEFS_TL

  • Table: XLA_EVENT_SOURCES 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_EVENT_SOURCES,  object_name:XLA_EVENT_SOURCES,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_EVENT_SOURCES table stores all sources assigned to an event class or an event entity. ,  implementation_dba_data: XLA.XLA_EVENT_SOURCES

  • Table: XLA_AMB_UPDATED_COMPS 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_AMB_UPDATED_COMPS,  object_name:XLA_AMB_UPDATED_COMPS,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_AMB_UPDATED_COMPS table stores the application accounting definitions and journal entry setups that has been updated. ,  implementation_dba_data: XLA.XLA_AMB_UPDATED_COMPS

  • Table: XLA_TB_BALANCES_GT 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_TB_BALANCES_GT,  object_name:XLA_TB_BALANCES_GT,  status:VALID,  product: XLA - Subledger Accountingdescription: Global temporary table to store the trial balance upgraded balance information. ,  implementation_dba_data: XLA.XLA_TB_BALANCES_GT

  • Table: XLA_AMB_SETUP_ERRORS 12.2.2

    owner:XLA,  object_type:TABLE,  fnd_design_data:XLA.XLA_AMB_SETUP_ERRORS,  object_name:XLA_AMB_SETUP_ERRORS,  status:VALID,  product: XLA - Subledger Accountingdescription: The XLA_AMB_SETUP_ERRORS table stores errors reported by the Create and Assign Source program and the Application Accounting Definition validation program. ,  implementation_dba_data: XLA.XLA_AMB_SETUP_ERRORS