Search Results fa_xla_ext_lines_b_gt
Overview
FA_XLA_EXT_LINES_B_GT is a table owned by the FA (Assets) schema within the Oracle E-Business Suite Release 12.1.1 and 12.2.2 environments. It resides in the OFA – Assets product module and carries a VALID status in the data dictionary. The name and column profile identify it as a global temporary staging table used by the Subledger Accounting (XLA) and Assets transaction-accounting engine. The "_GT" suffix denotes that rows are private to a session or transaction and are typically populated during the accounting-line generation phase of the Asset Additions, Adjustments, Transfers, Retirements, Revaluations, and Depreciation processes. Once the XLA engine reads the staged rows and writes the resulting journal entries to the SLA schemas, the rows are truncated or released on commit.
From a heuristic Data Vault modeling perspective, the FK analysis classifies this object as standalone. Its extraction feed to a warehouse would most naturally be modeled as a satellite, since it holds descriptive transaction-line attributes keyed to an accounting event, ledger, and line number rather than acting as a true hub of business entities.
Key Information Stored
The documented physical schema contains 320 columns and one unique index, FA_XLA_EXT_LINES_B_GT_U1, defined on (EVENT_ID, LINE_NUMBER, LEDGER_ID). This composite unique key is the business-key candidate; it identifies one transaction line within one accounting event for one ledger. There is no documented single-column surrogate primary key, so the unique index functions as the row identifier.
The most significant columns include:
- EVENT_ID, LINE_NUMBER, LEDGER_ID — the accounting event, line sequence, and ledger, forming the unique business key.
- ASSET_ID, ASSET_NUMBER, BOOK_TYPE_CODE — the asset identity and the depreciation book to which the transaction applies.
- TRANSACTION_TYPE_CODE, TRANSACTION_SUBTYPE, TRANSACTION_KEY, TRANSACTION_HEADER_ID — the transaction classification and header linkage.
- ENTERED_AMOUNT, BONUS_ENTERED_AMOUNT, REVAL_ENTERED_AMOUNT — transaction cost amounts in entered currency.
- DISTRIBUTION_ID, GENERATED_CCID, GENERATED_OFFSET_CCID — the distribution and the generated accounting flexfield combinations.
- METHOD_CODE, DEPRN_BASIS_RULE_ID, PRORATE_CONVENTION_CODE, PRORATE_DATE — depreciation method and prorate details.
- DATE_PLACED_IN_SERVICE, PERIOD_COUNTER, DEPRN_RUN_ID — key dates and the depreciation run identifier.
- CAT_ID, CAT_TYPE — asset category attributes.
- TRANSACTION_REFERENCE_ID, SOURCE_TRANSACTION_HEADER_ID — cross-reference to originating transactions.
Common Use Cases and Queries
Consultants and developers inspect this table during periods when XLA has not yet posted, or when troubleshooting asset accounting entries. Because it is a global temporary table, meaningful investigation must occur within the owning session or before commit. A representative diagnostic query reconciles staged lines to the resulting SLA entries:
- SELECT event_id, line_number, ledger_id, asset_number, transaction_type_code, entered_amount FROM fa_xla_ext_lines_b_gt WHERE event_id = :event_id ORDER BY line_number;
- Joining to FA_ADDITIONS_B on ASSET_ID to verify the asset exists for a given accounting event.
- Grouping by BOOK_TYPE_CODE and LEDGER_ID to validate transaction totals against expected batch controls.
- Filtering on DISTRIBUTION_TYPE_CODE and TRANSACTION_TYPE_CODE to isolate depreciation versus addition lines during period close reconciliation.
Related Objects
The FK metadata documents direct parent references that are useful for joining when reconciling staged lines:
- PA_PROJECT_ASSET_LINES_ALL — joined via PROJECT_ASSET_LINE_ID for capitalized project costs.
- FA_GROUP_ASSETS — joined via GROUP_ASSET_ID for grouped asset transactions.
- BEN_TCS_CAT — joined via CAT_ID for category lookups.
- PSB_EMPLOYEES — joined via EMPLOYEE_ID to associate the responsible employee.
- FA_SUPER_GROUPS — joined via SUPER_GROUP_ID for super-group asset definitions.
- FA_DEPRN_BASIS_RULES — joined via DEPRN_BASIS_RULE_ID to resolve depreciation basis rules.
In practice, the table is consumed by the XLA Accounting Program and related SLA APIs, and it feeds the FA_ADDITIONS and FA_TRANSACTION_HEADERS accounting flows that ultimately produce subledger journal entries.
-
Table: FA_XLA_EXT_LINES_B_GT
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_XLA_EXT_LINES_B_GT, object_name:FA_XLA_EXT_LINES_B_GT, status:VALID, product: OFA - Assets , implementation_dba_data: FA.FA_XLA_EXT_LINES_B_GT ,
-
Table: FA_XLA_EXT_LINES_B_GT
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_XLA_EXT_LINES_B_GT, object_name:FA_XLA_EXT_LINES_B_GT, status:VALID, product: OFA - Assets , implementation_dba_data: FA.FA_XLA_EXT_LINES_B_GT ,
-
APPS.XLA_00140_AAD_S_000002_PKG SQL Statements
12.2.2
-
APPS.XLA_00140_AAD_S_000002_PKG SQL Statements
12.1.1
-
APPS.XLA_00140_AAD_S_000018_PKG SQL Statements
12.1.1
-
APPS.XLA_00140_AAD_S_000018_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.FA_XLA_EXT_LINES_B_GT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_XLA_EXT_LINES_B_GT, status:VALID,
-
SYNONYM: APPS.FA_XLA_EXT_LINES_B_GT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_XLA_EXT_LINES_B_GT, status:VALID,
-
APPS.FA_XLA_CMP_CCID_PKG SQL Statements
12.1.1
-
APPS.IGI_IAC_EXTRACT_PKG SQL Statements
12.2.2
-
APPS.IGI_IAC_EXTRACT_PKG SQL Statements
12.1.1
-
APPS.FA_XLA_EXTRACT_DEF_PKG SQL Statements
12.1.1
-
APPS.FA_XLA_CMP_CCID_PKG SQL Statements
12.2.2
-
APPS.FA_XLA_EXTRACT_DEF_PKG SQL Statements
12.2.2
-
APPS.FA_XLA_EXTRACT_DEPRN_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_TRX_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_XLA_EXTRACT_TRX_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_IAC_EXTRACT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_IAC_EXTRACT_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_00140_AAD_S_000002_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00140_AAD_S_000002_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_IAC_EXTRACT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_IAC_EXTRACT_PKG, status:VALID,
-
APPS.FA_XLA_EXTRACT_DEPRN_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IGI_IAC_EXTRACT_PKG
12.2.2
-
APPS.FA_XLA_EXTRACT_TRX_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_DEF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_XLA_EXTRACT_DEF_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_DEPRN_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_XLA_EXTRACT_DEPRN_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_DEF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_XLA_EXTRACT_DEF_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_DEPRN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_XLA_EXTRACT_DEPRN_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_IAC_EXTRACT_PKG
12.1.1
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_TRX_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_XLA_EXTRACT_TRX_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_00140_AAD_S_000018_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00140_AAD_S_000018_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_00140_AAD_S_000002_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00140_AAD_S_000002_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_00140_AAD_S_000018_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00140_AAD_S_000018_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.FA_XLA_EXTRACT_TRX_PKG SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.FA_XLA_CMP_SOURCES_PKG SQL Statements
12.1.1
-
APPS.FA_XLA_CMP_SOURCES_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_DEF_PKG
12.1.1
-
PACKAGE BODY: APPS.FA_XLA_CMP_CCID_PKG
12.1.1
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_TRX_PKG
12.1.1
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_DEF_PKG
12.2.2
-
PACKAGE BODY: APPS.FA_XLA_CMP_CCID_PKG
12.2.2
-
TABLE: FA.FA_XLA_EXT_LINES_B_GT
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_XLA_EXT_LINES_B_GT, object_name:FA_XLA_EXT_LINES_B_GT, status:VALID,
-
TABLE: FA.FA_XLA_EXT_LINES_B_GT
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_XLA_EXT_LINES_B_GT, object_name:FA_XLA_EXT_LINES_B_GT, status:VALID,
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_DEPRN_PKG
12.1.1
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_TRX_PKG
12.2.2
-
PACKAGE BODY: APPS.FA_XLA_EXTRACT_DEPRN_PKG
12.2.2
-
APPS.FA_XLA_EXTRACT_DEF_PKG dependencies on FA_XLA_EXT_LINES_B_GT
12.1.1
-
APPS.XLA_00140_AAD_S_000002_PKG dependencies on FA_XLA_EXT_LINES_B_GT
12.1.1