Search Results xla_gl_sl_link_id_s
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
APPS.CST_UPD_GIR_MTA_WTA is a PL/SQL package body in the Oracle E-Business Suite Cost Management (CST) module. Its name reflects its purpose: updating Goods Issued/Received (GIR) data across Material Transaction Accounts (MTA) and Work in Process Transaction Accounts (WTA). The package reconciles cost accounting records against the subledger accounting (XLA) and general ledger (GL) tables, ensuring that the linkage between transactional accounting entries and their corresponding GL journal lines is correctly populated.
This package is most closely associated with the migration and upgrade of the XLA_GL_SL_LINK_ID_S column — the sequence-generated link identifier that ties XLA distribution lines to their GL subledger references. This is consistent with the user's search for "xla_gl_sl_link_id_s," which is both a referenced table and the central theme of the package's logic. In EBS 12.1.1 and 12.2.2, this package supports the upgrade of historical transactions so that prior accounting entries conform to the current Subledger Accounting model.
Key Procedures and Functions
- CST_SL_LINK_UPG_MTA — Handles the upgrade of the subledger link identifier for Material Transaction Accounts records. It identifies MTA rows that require a link ID and updates them against GL and XLA reference data.
- CST_SL_LINK_UPG_WTA — Performs the equivalent upgrade for WIP Transaction Accounts records, applying the same reconciliation logic to work-in-process accounting entries.
- UPDATE_MTA_WTA — The driving orchestration procedure that coordinates the updates across both MTA and WTA populations, likely invoking the two specialized routines above and managing batch processing.
The ETRM documentation does not enumerate parameter lists for these procedures; only their names and functional purpose are documented.
Tables Accessed
The package reads and writes a defined set of cost, subledger, and GL tables:
- MTL_TRANSACTION_ACCOUNTS and WIP_TRANSACTION_ACCOUNTS — the transactional accounting records whose link identifiers are being upgraded.
- XLA_GL_SL_LINK_ID_S — supplies the sequence-generated GL subledger link identifiers assigned during upgrade.
- XLA_DISTRIBUTION_LINKS and XLA_AE_LINES — the subledger distribution and journal entry lines that must be matched to transactional records.
- GL_IMPORT_REFERENCES, GL_JE_HEADERS, GL_JE_LINES, and GL_JE_BATCHES — the GL journal tables used to validate and resolve the correct references.
- GL_PERIOD_STATUSES — used to constrain processing to valid, open accounting periods.
- CST_LISTS_TEMP (and the documented CST_GL_SUMMARY_LINKS_TEMP) — intermediate working tables for batch processing.
- FND_LOG and FND_PROFILE — logging and profile option resolution. DBMS_SQL and PLITBLM provide dynamic SQL and PL/SQL table utilities.
Usage Notes
CST_UPD_GIR_MTA_WTA is an internal, upgrade-oriented utility rather than a user-facing API. It is not referenced by any other database object, confirming that it is invoked directly — typically by a concurrent program, patch script, or one-time upgrade driver during the 12.1.1 to 12.2.2 transition. It is not intended for routine transaction processing and should not be called from custom code under normal operating conditions. The package relies on profile options and FND logging, so administrators should ensure logging is configured when diagnosing its execution. Because it modifies GL-linkage data, it should be run only within a controlled upgrade or data-fix context with a validated backup.
-
SEQUENCE: XLA.XLA_GL_SL_LINK_ID_S
12.1.1
owner:XLA, object_type:SEQUENCE, object_name:XLA_GL_SL_LINK_ID_S, status:VALID,
-
SEQUENCE: XLA.XLA_GL_SL_LINK_ID_S
12.2.2
owner:XLA, object_type:SEQUENCE, object_name:XLA_GL_SL_LINK_ID_S, status:VALID,
-
SYNONYM: APPS.XLA_GL_SL_LINK_ID_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLA_GL_SL_LINK_ID_S, status:VALID,
-
SYNONYM: APPS.XLA_GL_SL_LINK_ID_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLA_GL_SL_LINK_ID_S, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CST_UPD_GIR_MTA_WTA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CST_UPD_GIR_MTA_WTA, status:VALID,
-
PACKAGE BODY: APPS.PA_BILL_REV_XLA_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_BILL_REV_XLA_UPGRADE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.FA_SLA_EVENTS_UPG_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_SLA_EVENTS_UPG_PKG, status:VALID,
-
PACKAGE BODY: APPS.ARP_MRC_XLA_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_MRC_XLA_UPGRADE, status:VALID,
-
PACKAGE BODY: APPS.ARP_MRC_XLA_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_MRC_XLA_UPGRADE, status:VALID,
-
PACKAGE BODY: APPS.FA_SLA_EVENTS_UPG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_SLA_EVENTS_UPG_PKG, status:VALID,
-
PACKAGE BODY: APPS.ARP_XLA_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_XLA_UPGRADE, status:VALID,
-
PACKAGE BODY: APPS.CST_UPD_GIR_MTA_WTA
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CST_UPD_GIR_MTA_WTA, status:VALID,
-
PACKAGE BODY: APPS.ARP_XLA_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_XLA_UPGRADE, status:VALID,
-
PACKAGE BODY: APPS.PA_BILL_REV_XLA_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_BILL_REV_XLA_UPGRADE, status:VALID,
-
PACKAGE BODY: APPS.PAY_SLA_UPDATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_SLA_UPDATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_AE_JOURNAL_ENTRY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AE_JOURNAL_ENTRY_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_BALANCES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_BALANCES_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_BALANCES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_BALANCES_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_REVERSE_EVENTS_PVT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_REVERSE_EVENTS_PVT_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_SLA_UPDATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_SLA_UPDATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_AE_JOURNAL_ENTRY_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_AE_JOURNAL_ENTRY_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_FSAH_INT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_FSAH_INT_PVT, status:VALID,
-
PACKAGE BODY: APPS.XLA_THIRD_PARTY_MERGE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_THIRD_PARTY_MERGE, status:VALID,
-
PACKAGE BODY: APPS.XLA_JE_VALIDATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_JE_VALIDATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_THIRD_PARTY_MERGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_THIRD_PARTY_MERGE, status:VALID,
-
PACKAGE BODY: APPS.XLA_JOURNAL_ENTRIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_JOURNAL_ENTRIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_JOURNAL_ENTRIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_JOURNAL_ENTRIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_JE_VALIDATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_JE_VALIDATION_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.FA_SLA_EVENTS_UPG_PKG dependencies on XLA_GL_SL_LINK_ID_S
12.1.1
-
APPS.PAY_SLA_UPDATE_PKG dependencies on XLA_GL_SL_LINK_ID_S
12.2.2
-
APPS.CST_UPD_GIR_MTA_WTA dependencies on XLA_GL_SL_LINK_ID_S
12.1.1
-
APPS.ARP_XLA_UPGRADE dependencies on XLA_GL_SL_LINK_ID_S
12.1.1
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on XLA_GL_SL_LINK_ID_S
12.2.2
-
APPS.XLA_FSAH_INT_PVT dependencies on XLA_GL_SL_LINK_ID_S
12.2.2
-
APPS.CST_UPD_GIR_MTA_WTA dependencies on XLA_GL_SL_LINK_ID_S
12.2.2
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_GL_SL_LINK_ID_S
12.1.1
-
APPS.XLA_BALANCES_PKG dependencies on XLA_GL_SL_LINK_ID_S
12.1.1
-
APPS.XLA_THIRD_PARTY_MERGE dependencies on XLA_GL_SL_LINK_ID_S
12.1.1
-
APPS.XLA_BALANCES_PKG dependencies on XLA_GL_SL_LINK_ID_S
12.2.2
-
APPS.XLA_JOURNAL_ENTRIES_PKG dependencies on XLA_GL_SL_LINK_ID_S
12.1.1
-
APPS.XLA_JE_VALIDATION_PKG dependencies on XLA_GL_SL_LINK_ID_S
12.1.1
-
APPS.ARP_MRC_XLA_UPGRADE dependencies on XLA_GL_SL_LINK_ID_S
12.2.2
-
APPS.XLA_JE_VALIDATION_PKG dependencies on XLA_GL_SL_LINK_ID_S
12.2.2
-
APPS.PA_BILL_REV_XLA_UPGRADE dependencies on XLA_GL_SL_LINK_ID_S
12.1.1