Search Results opi_edw_cogs_fcv
Overview
EDW_LOOKUP_PKG is an Oracle E-Business Suite PL/SQL package owned by the APPS schema and classified under the ETRM registry as an "OTHER" API type. Its name associates it with the Enterprise Data Warehouse (EDW) layer of EBS, where PL/SQL packages prefixed with EDW are used to resolve and standardise reference data before it is presented to downstream reporting and analytics objects. In practice, the package serves as a centralised lookup resolution utility: it abstracts the mechanics of retrieving codes and meanings from EBS lookup types so that consuming packages do not embed their own decoding logic. Status is documented as VALID, confirming the package compiles cleanly and is available at runtime.
The user search term "opi_edw_cogs_fcv" is directly relevant here. OPI_EDW_COGS_FCV is one of five documented dependents of EDW_LOOKUP_PKG, indicating that the COGS (Cost of Goods Sold) fact collection view relies on this package for lookup translation.
Key Procedures and Functions
The ETRM documentation records two procedures or functions for this package, of which the named member is LOOKUP_CODE_FK. The "FK" suffix conventionally denotes a foreign-key style resolver, and the naming pattern indicates the routine accepts a lookup type and lookup code and returns the corresponding decoded value or surrogate key. A second documented member exists but is not individually named in the available excerpt; its existence indicates the package exposes at least one companion utility alongside LOOKUP_CODE_FK.
It must be emphasised that the ETRM metadata does not publish parameter lists, return types, or datatype signatures for these members. Consequently, no parameter signature is asserted here. Consumers should inspect the package source directly, or query ALL_ARGUMENTS filtered on package_name = 'EDW_LOOKUP_PKG', before invoking any member from custom code.
Tables Accessed
The ETRM metadata records no tables referenced via APPS synonyms for EDW_LOOKUP_PKG. This is a notable characteristic. When a PL/SQL unit lists no synonym-based table dependencies, the routine commonly operates purely on its input arguments, on PL/SQL constructs such as collections or records, or on SYS-owned dictionary views and STANDARD-supplied built-ins. The documented dependency list explicitly names SYS and STANDARD, which corroborates this: SYS provides the data dictionary infrastructure, while STANDARD provides the base PL/SQL environment functions. Any underlying lookup table access may therefore occur indirectly, for example through an intermediate view or a dynamically referenced object not surfaced in the dependency listing.
Usage Notes
EDW_LOOKUP_PKG is referenced by five packages, all of which are EDW fact collection views (FCVs): OPI_EDW_COGS_FCV, POABV_EDW_RECEIVING_TXN_FCV, POABV_EDW_SUPPLIER_PERFORM_FCV, POA_EDW_RECEIVING_TXN_FCV, and POA_EDW_SUPPLIER_PERFORM_FCV. It is also referenced by itself, indicating internal recursive calls between its own members.
Typical invocation is therefore not from an Oracle Forms screen or a standard concurrent program, but from within the PL/SQL bodies of these EDW collection views during data extraction, transformation, and load processing. Analysts querying or customising OPI_EDW_COGS_FCV, or the supplier performance and receiving transaction FCVs, will encounter this package one level beneath the surface. Because the package is an internal EDW utility rather than a supported public API, customer extensions should avoid direct dependency on its members; instead, replicate the lookup resolution logic locally or use supported public lookup APIs, so that future EBS patching does not break custom code.
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.OPI_EDW_COGS_INC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OPI_EDW_COGS_INC, status:VALID,
-
PACKAGE: APPS.EDW_LOOKUP_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_LOOKUP_PKG, status:VALID,
-
PACKAGE: APPS.EDW_GEOGRAPHY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_GEOGRAPHY_PKG, status:VALID,
-
PACKAGE: APPS.EDW_TIME_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_TIME_PKG, status:VALID,
-
PACKAGE: APPS.EDW_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_UTIL, status:VALID,
-
SYNONYM: APPS.SO_ORDER_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_ORDER_TYPES_ALL, status:VALID,
-
PACKAGE BODY: APPS.OPI_EDW_COGS_F_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OPI_EDW_COGS_F_C, status:VALID,
-
PACKAGE: APPS.EDW_CURRENCY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_CURRENCY, status:VALID,
-
SYNONYM: APPS.MTL_TRANSACTION_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_TRANSACTION_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.FND_PRODUCT_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_PRODUCT_GROUPS, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.RA_CUSTOMER_TRX_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID,
-
SYNONYM: APPS.EDW_LOCAL_INSTANCE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_LOCAL_INSTANCE, status:VALID,
-
SYNONYM: APPS.FINANCIALS_SYSTEM_PARAMS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FINANCIALS_SYSTEM_PARAMS_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.WSH_NEW_DELIVERIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_NEW_DELIVERIES, status:VALID,
-
VIEW: APPS.OPI_EDW_COGS_FCV
12.1.1
owner:APPS, object_type:VIEW, object_name:OPI_EDW_COGS_FCV, status:VALID,
-
APPS.OPI_EDW_COGS_F_C SQL Statements
12.1.1
-
SYNONYM: APPS.AP_INVOICES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICES_ALL, status:VALID,
-
APPS.OPI_EDW_COGS_F_C dependencies on OPI_EDW_COGS_FCV
12.1.1
-
SYNONYM: APPS.WSH_DELIVERY_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_DETAILS, status:VALID,
-
SYNONYM: APPS.MTL_MATERIAL_TRANSACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_MATERIAL_TRANSACTIONS, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_ALL, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
PACKAGE BODY: APPS.OPI_EDW_COGS_F_C
12.1.1
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.HR_ORGANIZATION_INFORMATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ORGANIZATION_INFORMATION, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,