Search Results dpp_xla_inv_lines_v
Overview
The DPP_XLA_INV_LINES_V view is an Oracle E-Business Suite dictionary object owned by the APPS schema and classified under the DPP – Oracle Price Protection product. Its documented description, "Dpp SLA Cost Update Lines View," identifies it as a reporting and integration interface that presents inventory cost update transaction lines to the Subledger Accounting (SLA) engine. The view is marked VALID in ETRM metadata for the 12.1.1 and 12.2.2 releases.
The view translates raw inventory valuation activity into line-level accounting candidates. Each row represents a single cost adjustment line, combining the transaction context from MTL_MATERIAL_TRANSACTIONS, the corresponding Price Protection transaction line, ledger and currency information from GL_LEDGERS, and the descriptive attributes carried on DPP_TRANSACTION_LINES_ALL. Because it exposes the accounting amount, the ledger, the distribution identifier, and the full attribute column set, it functions as the source for creating journal entries and for reconciliation reporting. The presence of DPP_XLA_EVENT_PUB among the referenced objects confirms that the view participates in the Price Protection SLA event publication flow.
Underlying Base Objects
The view is defined over the following documented base objects and synonyms:
MTL_MATERIAL_TRANSACTIONS(synonym) — supplies the inventory transaction: prior cost, new cost, quantity adjusted, transaction identifiers, item, organization, date, and cost group.DPP_XLA_INV_HEADERS_V(view) — the header-level counterpart, providingEVENT_ID,TRANSACTION_HEADER_ID,BASE_TRANSACTION_HEADER_ID, andORG_ID.DPP_XLA_LINES(synonym) — links the DPP transaction header to the base inventory transaction line and header.DPP_TRANSACTION_HEADERS_ALLandDPP_TRANSACTION_LINES_ALL(synonyms) — the Price Protection transaction header and line tables, which contributeATTRIBUTE_CATEGORY,ATTRIBUTE1throughATTRIBUTE30,SUPPLIER_PART_NUM,PRIOR_PRICE,CHANGE_TYPE, andCHANGE_VALUE.GL_LEDGERS(synonym) — suppliesLEDGER_IDandCURRENCY_CODE, joined throughHR_OPERATING_UNITS(view) onSET_OF_BOOKS_ID.MTL_SYSTEM_ITEMS_B(synonym) — providesSEGMENT1asITEM_NUMBERandCOST_OF_SALES_ACCOUNTasCOGS_CCID.DPP_XLA_EVENT_PUB(package) — the SLA event publication program associated with this view's data.
The joins tie each material transaction to its DPP line, its ledger and operating unit, and its item definition, producing one accounting line per cost update event.
Key Columns
EVENT_IDandLINE_NUMBER— the SLA event identifier and a row number generated byROW_NUMBER() OVER(PARTITION BY EVENT_ID ORDER BY EVENT_ID), giving each line a sequential position within its event.ENTERED_AMOUNTandACCOUNTED_AMOUNT— both computed as(MMT.PRIOR_COST - MMT.NEW_COST) * MMT.QUANTITY_ADJUSTED, representing the cost variance to be posted.CURRENCY_CODEandLEDGER_ID— the ledger and currency of the accounting entry.DISTRIBUTION_IDENTIFIER,TRANSACTION_ID,TRANSACTION_TYPE_ID,TRANSACTION_SOURCE_TYPE_ID, andTRANSACTION_ACTION_ID— the inventory transaction identity chain.ORGANIZATION_ID,INVENTORY_ITEM_ID,ITEM_NUMBER,SUBINVENTORY_CODE,LOCATOR_ID,COST_GROUP_ID, andTRANSACTION_DATE— inventory and cost context.PRIMARY_QUANTITYandCOGS_CCID— the transaction quantity and the cost-of-sales accounting flexfield.ATTRIBUTE_CATEGORYandATTRIBUTE1–ATTRIBUTE30— descriptive flexfield context and values, the most commonly referenced beingATTRIBUTE_CATEGORY, together withSUPPLIER_PART_NUM,PRIOR_PRICE,CHANGE_TYPE, andCHANGE_VALUEfrom the DPP line.
Common Use Cases and Queries
Typical uses include verifying the amounts fed to SLA, reconciling Price Protection cost changes to inventory valuation, and extracting DFF attributes for analysis. A representative query:
SELECT event_id, line_number, transaction_id, item_number, entered_amount, accounted_amount, currency_code, ledger_id, attribute_category FROM dpp_xla_inv_lines_v WHERE event_id = :p_event_id ORDER BY line_number;- Filtering by
attribute_categoryto isolate lines carrying a specific descriptive flexfield context for reporting. - Joining
event_idback to SLA tables to confirm that posted journal lines match the amounts presented here.
-
View: DPP_XLA_INV_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:DPP.DPP_XLA_INV_LINES_V, object_name:DPP_XLA_INV_LINES_V, status:VALID, product: DPP - Oracle Price Protection , description: Dpp SLA Cost Update Lines View , implementation_dba_data: APPS.DPP_XLA_INV_LINES_V ,
-
PACKAGE: APPS.DPP_XLA_EVENT_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:DPP_XLA_EVENT_PUB, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.DPP_XLA_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:DPP_XLA_LINES, status:VALID,
-
PACKAGE BODY: APPS.XLA_09000_AAD_S_000015_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_09000_AAD_S_000015_PKG, status:VALID,
-
SYNONYM: APPS.DPP_XLA_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:DPP_XLA_LINES, status:VALID,
-
PACKAGE: APPS.DPP_XLA_EVENT_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:DPP_XLA_EVENT_PUB, status:VALID,
-
SYNONYM: APPS.DPP_TRANSACTION_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:DPP_TRANSACTION_LINES_ALL, status:VALID,
-
SYNONYM: APPS.DPP_TRANSACTION_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:DPP_TRANSACTION_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.DPP_TRANSACTION_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:DPP_TRANSACTION_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.DPP_TRANSACTION_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:DPP_TRANSACTION_LINES_ALL, status:VALID,
-
PACKAGE BODY: APPS.XLA_09000_AAD_S_000015_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_09000_AAD_S_000015_PKG, status:VALID,
-
APPS.XLA_09000_AAD_S_000015_PKG SQL Statements
12.1.1
-
APPS.XLA_09000_AAD_S_000015_PKG SQL Statements
12.2.2
-
VIEW: APPS.DPP_XLA_INV_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:DPP.DPP_XLA_INV_HEADERS_V, object_name:DPP_XLA_INV_HEADERS_V, status:VALID,
-
VIEW: APPS.DPP_XLA_INV_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:DPP_XLA_INV_HEADERS_V, status:VALID,
-
VIEW: APPS.DPP_XLA_INV_LINES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:DPP_XLA_INV_LINES_V, status:VALID,
-
VIEW: APPS.DPP_XLA_INV_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:DPP.DPP_XLA_INV_LINES_V, object_name:DPP_XLA_INV_LINES_V, status:VALID,
-
eTRM - DPP Tables and Views
12.2.2
description: This table will be used to store transaction extract lines information ,
-
APPS.XLA_09000_AAD_S_000015_PKG dependencies on DPP_XLA_INV_LINES_V
12.1.1
-
APPS.XLA_09000_AAD_S_000015_PKG dependencies on DPP_XLA_INV_LINES_V
12.2.2
-
VIEW: APPS.HR_OPERATING_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_OPERATING_UNITS, object_name:HR_OPERATING_UNITS, status:VALID,
-
SYNONYM: APPS.MTL_MATERIAL_TRANSACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_MATERIAL_TRANSACTIONS, status:VALID,
-
SYNONYM: APPS.MTL_MATERIAL_TRANSACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_MATERIAL_TRANSACTIONS, status:VALID,
-
SYNONYM: APPS.GL_LEDGERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGERS, status:VALID,
-
VIEW: APPS.HR_OPERATING_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_OPERATING_UNITS, object_name:HR_OPERATING_UNITS, status:VALID,
-
SYNONYM: APPS.GL_LEDGERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGERS, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_B, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_B, status:VALID,
-
APPS.XLA_09000_AAD_S_000015_PKG dependencies on ALL_OBJECTS
12.2.2
-
APPS.XLA_09000_AAD_S_000015_PKG dependencies on XLA_EVENTS_GT
12.1.1
-
APPS.XLA_09000_AAD_S_000015_PKG dependencies on XLA_EVENTS_GT
12.2.2
-
APPS.XLA_09000_AAD_S_000015_PKG dependencies on ALL_OBJECTS
12.1.1
-
PACKAGE BODY: APPS.XLA_09000_AAD_S_000015_PKG
12.1.1
-
PACKAGE BODY: APPS.XLA_09000_AAD_S_000015_PKG
12.2.2
-
eTRM - DPP Tables and Views
12.2.2
description: This table will be used to store transaction extract lines information ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,