Search Results cst_encumbrance_lines
Overview
CST_ENCUMBRANCE_LINES is an Oracle E-Business Suite table owned by the BOM schema (Bills of Material) that stores encumbrance account distributions generated during periodic costing. In Oracle EBS 12.1.1 and 12.2.2, it acts as the costing-side staging and reference table for encumbrance entries that are subsequently transferred to the General Ledger via the Subledger Accounting (SLA) architecture. Each row represents a single encumbrance distribution line tied to a cost element, resource, activity, or repetitive schedule, expressed in both entered and accounted amounts.
From a Data Vault modeling perspective, the metadata mines this table as standalone (no dependent children). Given its 52 columns, surrogate key, and multiple foreign keys (to AP_ENCUMBRANCE_LINES_ALL, WIP_REPETITIVE_SCHEDULES, and GL_ENCUMBRANCE_TYPES), it is best modeled as a satellite attached to a costing encumbrance transaction hub, with the FK columns serving as links to the upstream source entities. This is a heuristic suggestion only; Oracle does not enforce Data Vault semantics.
Key Information Stored
The table is keyed by the surrogate primary key ENCUMBRANCE_LINE_ID, a system-generated identifier. Business-key candidates include the combination of AE_HEADER_ID and AE_LINE_NUMBER, which together identify the encumbrance line within its accounting header, and GL_SL_LINK_ID, which links the distribution back to the SLA journal.
AE_HEADER_ID/AE_LINE_NUMBER/AE_LINE_TYPE_CODE— identify the parent accounting entry and its line classification.CODE_COMBINATION_ID— the accounting flexfield to which the encumbrance is posted.ENTERED_DR/ENTERED_CR/ACCOUNTED_DR/ACCOUNTED_CR— entered and accounted debit/credit amounts.CURRENCY_CODE,CURRENCY_CONVERSION_RATE,CURRENCY_CONVERSION_TYPE,CURRENCY_CONVERSION_DATE— currency and conversion attributes.SOURCE_TABLE/SOURCE_ID— the originating transaction that created the encumbrance.COST_ELEMENT_ID/RESOURCE_ID/ACTIVITY_ID— the costing dimensions of the distribution.REPETITIVE_SCHEDULE_ID— links to the WIP repetitive schedule when applicable.PO_DISTRIBUTION_ID— links the encumbrance to its purchase order distribution.ENCUMBRANCE_TYPE_ID— references the GL encumbrance type definition.GL_SL_LINK_ID— the SLA subledger link for the resulting GL journal.- Audit columns:
CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,PROGRAM_ID,REQUEST_ID.
Common Use Cases and Queries
Typical scenarios include reconciling periodic costing encumbrances to the GL, auditing purchase order encumbrances generated by Bills of Material, and reporting encumbrance balances by cost element or accounting flexfield.
- Reconcile a costing encumbrance to its GL journal via
GL_SL_LINK_ID. - Report encumbrances by
CODE_COMBINATION_IDandCOST_ELEMENT_ID. - Trace encumbrances back to purchase order distributions using
PO_DISTRIBUTION_ID. - Investigate unaccounted or errored lines via
ACCOUNTING_ERROR_CODEandGL_TRANSFER_ERROR_CODE.
A representative query joining to GL encumbrance types:
SELECT c.ENCUMBRANCE_LINE_ID, c.SOURCE_ID, c.ENTERED_DR, c.ENTERED_CR, g.ENCUMBRANCE_TYPE
FROM BOM.CST_ENCUMBRANCE_LINES c, GL_ENCUMBRANCE_TYPES g
WHERE c.ENCUMBRANCE_TYPE_ID = g.ENCUMBRANCE_TYPE_ID
AND c.CREATION_DATE >= :p_start_date;
Related Objects
AP_ENCUMBRANCE_LINES_ALL— referenced viaENCUMBRANCE_LINE_ID.WIP_REPETITIVE_SCHEDULES— referenced viaREPETITIVE_SCHEDULE_ID.GL_ENCUMBRANCE_TYPES— referenced viaENCUMBRANCE_TYPE_ID.GL_CODE_COMBINATIONS— joined onCODE_COMBINATION_IDto resolve accounts.PO_DISTRIBUTIONS_ALL— joined onPO_DISTRIBUTION_ID.GL_IMPORT_REFERENCES/ SLA journal tables — joined onGL_SL_LINK_IDto trace postings.
-
Table: CST_ENCUMBRANCE_LINES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ENCUMBRANCE_LINES, object_name:CST_ENCUMBRANCE_LINES, status:VALID, product: BOM - Bills of Material , description: Stores encumbrance account distributions for periodic costing , implementation_dba_data: BOM.CST_ENCUMBRANCE_LINES ,
-
Table: CST_ENCUMBRANCE_LINES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ENCUMBRANCE_LINES, object_name:CST_ENCUMBRANCE_LINES, status:VALID, product: BOM - Bills of Material , description: Stores encumbrance account distributions for periodic costing , implementation_dba_data: BOM.CST_ENCUMBRANCE_LINES ,
-
SYNONYM: APPS.CST_ENCUMBRANCE_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_ENCUMBRANCE_LINES, status:VALID,
-
SYNONYM: APPS.CST_ENCUMBRANCE_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_ENCUMBRANCE_LINES, status:VALID,
-
VIEW: BOM.CST_ENCUMBRANCE_LINES#
12.2.2
owner:BOM, object_type:VIEW, object_name:CST_ENCUMBRANCE_LINES#, status:VALID,
-
VIEW: APPS.CST_PAC_AE_LINES_V
12.2.2
-
VIEW: BOM.CST_ENCUMBRANCE_LINES#
12.2.2
-
TABLE: BOM.CST_ENCUMBRANCE_LINES
12.1.1
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ENCUMBRANCE_LINES, object_name:CST_ENCUMBRANCE_LINES, status:VALID,
-
TABLE: BOM.CST_ENCUMBRANCE_LINES
12.2.2
owner:BOM, object_type:TABLE, fnd_design_data:BOM.CST_ENCUMBRANCE_LINES, object_name:CST_ENCUMBRANCE_LINES, status:VALID,
-
PACKAGE BODY: APPS.CSTPPPUR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPPUR, status:VALID,
-
PACKAGE BODY: APPS.CSTPALBR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPALBR, status:VALID,
-
PACKAGE BODY: APPS.CSTPALPC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPALPC, status:VALID,
-
PACKAGE BODY: APPS.CSTPALPC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPALPC, status:VALID,
-
PACKAGE BODY: APPS.CSTPPPUR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPPPUR, status:VALID,
-
PACKAGE BODY: APPS.CSTPALBR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSTPALBR, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: CST_PAC_AE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PAC_AE_LINES_V, object_name:CST_PAC_AE_LINES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_PAC_AE_LINES_V ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.CSTPPPUR SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.CST_PAC_AE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_PAC_AE_LINES_V, object_name:CST_PAC_AE_LINES_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.CSTPPPUR SQL Statements
12.2.2
-
APPS.CSTPALPC dependencies on CST_ENCUMBRANCE_LINES
12.2.2
-
APPS.CSTPALPC dependencies on CST_ENCUMBRANCE_LINES
12.1.1
-
APPS.CSTPALBR SQL Statements
12.2.2
-
APPS.CSTPALBR dependencies on CST_ENCUMBRANCE_LINES
12.1.1
-
APPS.CSTPPPUR dependencies on CST_ENCUMBRANCE_LINES
12.2.2
-
APPS.CSTPALBR SQL Statements
12.1.1
-
APPS.CSTPALBR dependencies on CST_ENCUMBRANCE_LINES
12.2.2
-
APPS.CSTPPPUR dependencies on CST_ENCUMBRANCE_LINES
12.1.1
-
PACKAGE BODY: APPS.CSTPPPUR
12.1.1
-
PACKAGE BODY: APPS.CSTPPPUR
12.2.2
-
APPS.CSTPALPC SQL Statements
12.2.2
-
APPS.CSTPALPC SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CSTPALBR
12.2.2
-
PACKAGE BODY: APPS.CSTPALBR
12.1.1
-
APPS.CSTPPPUR dependencies on CST_AE_HEADERS
12.1.1
-
APPS.CSTPPPUR dependencies on CST_AE_HEADERS
12.2.2
-
PACKAGE BODY: APPS.CSTPALPC
12.2.2
-
PACKAGE BODY: APPS.CSTPALPC
12.1.1
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
12.2.2 DBA Data
12.2.2