Search Results product_rule_code
Overview
XLA_ACCTG_METHOD_RULES is a Subledger Accounting (XLA) configuration table in the Oracle E-Business Suite database. It stores the assignment of Application Accounting Definitions (AADs) to Subledger Accounting Methods. An Accounting Method represents a complete accounting policy — for example, a corporate or local statutory method — and each method is composed of one AAD per application (Payables, Receivables, Assets, and so on). This table records those method-to-AAD associations, acting as the glue between a named accounting method and the AADs that generate the actual journal entries for each subledger.
Functionally, the table is a configuration repository rather than a transaction or accounting-entry table. Rows are created when an Accounting Method is defined or updated through the Subledger Accounting Method setup in the EBS user interface. Because the setup can be changed over time, the table includes effective-dating columns so that historical assignments remain intact for audit and re-processing purposes.
From a Data Vault modeling perspective the ETRM metadata classifies this object heuristically as standalone. In practical terms it behaves most like a link or reference table: it relates an accounting method (identified by ACCOUNTING_METHOD_TYPE_CODE and ACCOUNTING_METHOD_CODE) to a product-level accounting definition rule within a given APPLICATION_ID.
Key Information Stored
The documented physical schema contains 15 columns. The most significant are:
- ACCTG_METHOD_RULE_ID — Surrogate identifier for each method-to-rule association row; part of the unique index XLA_ACCTG_METHOD_RULES_U1.
- ACCOUNTING_METHOD_TYPE_CODE — Classifies the method (for example, standard versus custom); part of the primary key.
- ACCOUNTING_METHOD_CODE — The short name of the Subledger Accounting Method to which the definition is assigned; part of the primary key.
- APPLICATION_ID — Identifies the subledger application (Payables, Receivables, Assets, etc.) whose AAD is being assigned; part of the primary key.
- AMB_CONTEXT_CODE — The Application Message Board context under which the accounting definition was created, linking the rule to its owning context.
- PRODUCT_RULE_TYPE_CODE and PRODUCT_RULE_CODE — Identify the product-level rule (the Application Accounting Definition) assigned within the method, at the level of detail appropriate to the application.
- START_DATE_ACTIVE and END_DATE_ACTIVE — Effective-date range during which the assignment is active, supporting date-tracked change history.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard EBS audit columns.
- ZD_EDITION_NAME — The edition identifier used by the EBS online patching (Editioning) architecture in Release 12.2; it distinguishes rows across editions and appears in the unique index.
The primary key is XLA_ACCTG_METHOD_RULES_PK (ACCOUNTING_METHOD_TYPE_CODE, ACCOUNTING_METHOD_CODE, APPLICATION_ID, ACCTG_METHOD_RULE_ID).
Common Use Cases and Queries
Typical uses include auditing which AAD is assigned to a given accounting method, comparing methods across environments after a clone or patch, and diagnosing why journal entries are generated differently between two methods. A common query lists active assignments for a method:
SELECT accounting_method_code, application_id, product_rule_type_code, product_rule_code, start_date_active, end_date_active FROM xla_acctg_method_rules WHERE accounting_method_code = :method AND sysdate BETWEEN start_date_active AND nvl(end_date_active, sysdate);- Join to XLA_ACCTG_METHODS on ACCOUNTING_METHOD_TYPE_CODE and ACCOUNTING_METHOD_CODE to retrieve descriptive method attributes.
- Join to FND_APPLICATION on APPLICATION_ID to resolve application names for reporting.
- Compare row counts and rule assignments between a production instance and a test instance to validate a configuration migration.
Because the table is effective-dated, date-range predicates should always be applied when determining the currently active configuration.
Related Objects
- XLA_ACCTG_METHODS — The parent Accounting Methods table; joins on ACCOUNTING_METHOD_TYPE_CODE and ACCOUNTING_METHOD_CODE.
- XLA_ACCT_DEFINITIONS / XLA_APPLICATION_ACCOUNTING_DEFS — The Application Accounting Definitions referenced by PRODUCT_RULE_CODE and PRODUCT_RULE_TYPE_CODE.
- FND_APPLICATION — Resolves APPLICATION_ID to the subledger product name.
- XLA_LEDGER_ACCTG_METHODS — Associates a ledger with its accounting method, forming the chain ledger → method → AAD.
- XLA_ACCTG_METHOD_RULES_U1 — Unique index enforcing the ACCTG_METHOD_RULE_ID/ZD_EDITION_NAME key.
- XLA_ACCT_PROG_ASSIGNMENTS — Program assignments that consume the AAD defined by these rules.
-
Table: XLA_ACCTG_METHOD_RULES
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ACCTG_METHOD_RULES, object_name:XLA_ACCTG_METHOD_RULES, status:VALID, product: XLA - Subledger Accounting , description: 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_AAD_LINE_DEFN_ASSGNS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_LINE_DEFN_ASSGNS, object_name:XLA_AAD_LINE_DEFN_ASSGNS, status:VALID, product: XLA - Subledger Accounting , description: This table stores the journal lines definitions for the application accounting definitions. , implementation_dba_data: XLA.XLA_AAD_LINE_DEFN_ASSGNS ,
-
Table: XLA_AAD_LINE_DEFN_ASSGNS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_LINE_DEFN_ASSGNS, object_name:XLA_AAD_LINE_DEFN_ASSGNS, status:VALID, product: XLA - Subledger Accounting , description: This table stores the journal lines definitions for the application accounting definitions. , implementation_dba_data: XLA.XLA_AAD_LINE_DEFN_ASSGNS ,
-
Table: XLA_PROD_ACCT_HEADERS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_PROD_ACCT_HEADERS, object_name:XLA_PROD_ACCT_HEADERS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_PROD_ACCT_HEADERS table optionally stores the accounting headers types for a Application Accounting Definition and event class or type. If not specified, a flag must be set to indicate that no accounting is required for the combinat , implementation_dba_data: XLA.XLA_PROD_ACCT_HEADERS ,
-
Table: XLA_PROD_SEG_RULES
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_PROD_SEG_RULES, object_name:XLA_PROD_SEG_RULES, status:VALID, product: XLA - Subledger Accounting , description: 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_AAD_HDR_ACCT_ATTRS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_HDR_ACCT_ATTRS, object_name:XLA_AAD_HDR_ACCT_ATTRS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AAD_HDR_ACCT_ATTRS stores standard, system and custom sources assigned to an accounting attribute at the AAD level. , implementation_dba_data: XLA.XLA_AAD_HDR_ACCT_ATTRS ,
-
Table: XLA_PROD_ACCT_LINES
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_PROD_ACCT_LINES, object_name:XLA_PROD_ACCT_LINES, status:VALID, product: XLA - Subledger Accounting , description: The XLA_PROD_ACCT_LINES table stores all accounting line types for Application Accounting Definition and event type or class combinations. , implementation_dba_data: XLA.XLA_PROD_ACCT_LINES ,
-
Table: XLA_ANALYTICAL_ASSGNS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ANALYTICAL_ASSGNS, object_name:XLA_ANALYTICAL_ASSGNS, status:VALID, product: XLA - Subledger Accounting , description: 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_PROD_ACCT_LINES
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_PROD_ACCT_LINES, object_name:XLA_PROD_ACCT_LINES, status:VALID, product: XLA - Subledger Accounting , description: The XLA_PROD_ACCT_LINES table stores all accounting line types for Application Accounting Definition and event type or class combinations. , implementation_dba_data: XLA.XLA_PROD_ACCT_LINES ,
-
Table: XLA_AADS_H
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AADS_H, object_name:XLA_AADS_H, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AADS_H table stores the history of the application accounting definitions. The history is updated when the application accounting definitions are exported. , implementation_dba_data: XLA.XLA_AADS_H ,
-
Table: XLA_AADS_H
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AADS_H, object_name:XLA_AADS_H, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AADS_H table stores the history of the application accounting definitions. The history is updated when the application accounting definitions are exported. , implementation_dba_data: XLA.XLA_AADS_H ,
-
Table: XLA_AAD_HEADER_AC_ASSGNS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_HEADER_AC_ASSGNS, object_name:XLA_AAD_HEADER_AC_ASSGNS, status:VALID, product: XLA - Subledger Accounting , description: Store the analytical criteria for the application accounting definitions. , implementation_dba_data: XLA.XLA_AAD_HEADER_AC_ASSGNS ,
-
Table: XLA_AAD_GROUPS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_GROUPS, object_name:XLA_AAD_GROUPS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AAD_GROUPS table stores the merge dependencies analyzed during the merge analysis. All application accounting definitions with the same GROUP_NUM must be merged together. , implementation_dba_data: XLA.XLA_AAD_GROUPS ,
-
Table: XLA_AAD_GROUPS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_GROUPS, object_name:XLA_AAD_GROUPS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AAD_GROUPS table stores the merge dependencies analyzed during the merge analysis. All application accounting definitions with the same GROUP_NUM must be merged together. , implementation_dba_data: XLA.XLA_AAD_GROUPS ,
-
Table: XLA_PROD_ACCT_HEADERS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_PROD_ACCT_HEADERS, object_name:XLA_PROD_ACCT_HEADERS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_PROD_ACCT_HEADERS table optionally stores the accounting headers types for a Application Accounting Definition and event class or type. If not specified, a flag must be set to indicate that no accounting is required for the combinat , implementation_dba_data: XLA.XLA_PROD_ACCT_HEADERS ,
-
Table: XLA_AAD_SOURCES
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_SOURCES, object_name:XLA_AAD_SOURCES, status:VALID, product: XLA - Subledger Accounting , description: 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_DIAG_LEDGERS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_DIAG_LEDGERS, object_name:XLA_DIAG_LEDGERS, status:VALID, product: XLA - Subledger Accounting , description: Ledgers processed by the diagnostic framework. , implementation_dba_data: XLA.XLA_DIAG_LEDGERS ,
-
Table: XLA_PRODUCT_RULES_TL
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_PRODUCT_RULES_TL, object_name:XLA_PRODUCT_RULES_TL, status:VALID, product: XLA - Subledger Accounting , description: The XLA_PRODUCT_RULES_TL table stores translated information about Application Accounting Definitions. , implementation_dba_data: XLA.XLA_PRODUCT_RULES_TL ,
-
Table: XLA_PRODUCT_RULES_B
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_PRODUCT_RULES_B, object_name:XLA_PRODUCT_RULES_B, status:VALID, product: XLA - Subledger Accounting , description: 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_AADS_GT
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AADS_GT, object_name:XLA_AADS_GT, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AADS_GT table stores modified AMB Components. , implementation_dba_data: XLA.XLA_AADS_GT ,
-
Table: XLA_AAD_HEADER_AC_ASSGNS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_HEADER_AC_ASSGNS, object_name:XLA_AAD_HEADER_AC_ASSGNS, status:VALID, product: XLA - Subledger Accounting , description: Store the analytical criteria for the application accounting definitions. , implementation_dba_data: XLA.XLA_AAD_HEADER_AC_ASSGNS ,
-
Table: XLA_AAD_HDR_ACCT_ATTRS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_HDR_ACCT_ATTRS, object_name:XLA_AAD_HDR_ACCT_ATTRS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AAD_HDR_ACCT_ATTRS stores standard, system and custom sources assigned to an accounting attribute at the AAD level. , implementation_dba_data: XLA.XLA_AAD_HDR_ACCT_ATTRS ,
-
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 Accounting , description: The XLA_PRODUCT_RULES_TL table stores translated information about Application Accounting Definitions. , implementation_dba_data: XLA.XLA_PRODUCT_RULES_TL ,
-
Table: XLA_AAD_LOADER_LOGS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_LOADER_LOGS, object_name:XLA_AAD_LOADER_LOGS, status:VALID, product: XLA - Subledger Accounting , description: 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_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 Accounting , description: 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_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 Accounting , description: 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_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 Accounting , description: 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_DIAG_LEDGERS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_DIAG_LEDGERS, object_name:XLA_DIAG_LEDGERS, status:VALID, product: XLA - Subledger Accounting , description: Ledgers processed by the diagnostic framework. , implementation_dba_data: XLA.XLA_DIAG_LEDGERS ,
-
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 Accounting , description: 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_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 Accounting , description: 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_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 Accounting , description: 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_AE_HEADERS
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AE_HEADERS, object_name:XLA_AE_HEADERS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AE_HEADERS table stores subledger journal entries. There is a one-to-many relationship between accounting events and journal entry headers. , implementation_dba_data: XLA.XLA_AE_HEADERS ,
-
Table: XLA_AMB_SETUP_ERRORS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AMB_SETUP_ERRORS, object_name:XLA_AMB_SETUP_ERRORS, status:VALID, product: XLA - Subledger Accounting , description: 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 ,
-
Table: XLA_AMB_UPDATED_COMPS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AMB_UPDATED_COMPS, object_name:XLA_AMB_UPDATED_COMPS, status:VALID, product: XLA - Subledger Accounting , description: 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_VALIDATION_LINES_GT
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_VALIDATION_LINES_GT, object_name:XLA_VALIDATION_LINES_GT, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: XLA.XLA_VALIDATION_LINES_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 Accounting , description: 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 ,
-
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 Accounting , description: 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_AE_HEADERS
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AE_HEADERS, object_name:XLA_AE_HEADERS, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AE_HEADERS table stores subledger journal entries. There is a one-to-many relationship between accounting events and journal entry headers. , implementation_dba_data: XLA.XLA_AE_HEADERS ,
-
Table: XLA_AAD_LOADER_DEFNS_T
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_LOADER_DEFNS_T, object_name:XLA_AAD_LOADER_DEFNS_T, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AAD_LOADER_DEFNS_T table is the interface table that facilitates the data transfer from data files and the database. , implementation_dba_data: XLA.XLA_AAD_LOADER_DEFNS_T ,
-
Table: XLA_VALIDATION_LINES_GT
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_VALIDATION_LINES_GT, object_name:XLA_VALIDATION_LINES_GT, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: XLA.XLA_VALIDATION_LINES_GT ,
-
Table: XLA_AE_HEADERS_GT
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AE_HEADERS_GT, object_name:XLA_AE_HEADERS_GT, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: XLA.XLA_AE_HEADERS_GT ,
-
Table: XLA_AAD_LOADER_DEFNS_T
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AAD_LOADER_DEFNS_T, object_name:XLA_AAD_LOADER_DEFNS_T, status:VALID, product: XLA - Subledger Accounting , description: The XLA_AAD_LOADER_DEFNS_T table is the interface table that facilitates the data transfer from data files and the database. , implementation_dba_data: XLA.XLA_AAD_LOADER_DEFNS_T ,
-
Table: XLA_AE_HEADERS_GT
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_AE_HEADERS_GT, object_name:XLA_AE_HEADERS_GT, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: XLA.XLA_AE_HEADERS_GT ,
-
View: XLA_PAD_INQ_LINES_AF_SD_FVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PAD_INQ_LINES_AF_SD_FVL, object_name:XLA_PAD_INQ_LINES_AF_SD_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PAD_INQ_LINES_AF_SD_FVL ,
-
View: XLA_PAD_INQ_LINES_AF_SD_FVL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PAD_INQ_LINES_AF_SD_FVL, object_name:XLA_PAD_INQ_LINES_AF_SD_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PAD_INQ_LINES_AF_SD_FVL ,
-
View: XLA_PROD_HEADER_DESC_FVL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PROD_HEADER_DESC_FVL, object_name:XLA_PROD_HEADER_DESC_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PROD_HEADER_DESC_FVL ,
-
View: XLA_PROD_HEADER_DESC_FVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PROD_HEADER_DESC_FVL, object_name:XLA_PROD_HEADER_DESC_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PROD_HEADER_DESC_FVL ,
-
View: XLA_ANALYTICAL_ASSGNS_FVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ANALYTICAL_ASSGNS_FVL, object_name:XLA_ANALYTICAL_ASSGNS_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_ANALYTICAL_ASSGNS_FVL ,
-
View: XLA_ANALYTICAL_ASSGNS_FVL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ANALYTICAL_ASSGNS_FVL, object_name:XLA_ANALYTICAL_ASSGNS_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_ANALYTICAL_ASSGNS_FVL ,
-
View: XLA_PROD_SEG_RULES_FVL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PROD_SEG_RULES_FVL, object_name:XLA_PROD_SEG_RULES_FVL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PROD_SEG_RULES_FVL ,