Search Results ozf_supp_code_conversions_all
Overview
OZF_SUPP_CODE_CONVERSIONS_ALL is a Trade Management (OZF) module table in Oracle E-Business Suite, owned by the OZF schema. It stores the code mapping between the supplier item code and the internal item codes used within Oracle EBS. This object supports supplier-facing trade promotion and procurement workflows by allowing external (supplier-provided) product identifiers to be translated into the standardized internal item codes that downstream applications consume. It is present and documented for both 12.1.1 and 12.2.2 releases, and the ETRM metadata classifies it as VALID.
From a dimensional modeling perspective, the heuristic Data Vault classification mined from the foreign-key structure is standalone. This suggests the table behaves largely as a reference or lookup structure without being a formal hub, link, or satellite within the supplied relationship graph, though the presence of a unique business key and audit columns means it can optionally be treated as a link-like mapping entity if a Data Vault model were derived.
Key Information Stored
The table contains 37 columns. The most operationally significant are:
- CODE_CONVERSION_ID — the primary surrogate identifier and the column backing the unique index OZF_SUPP_CODE_CONV_ALL_U1, making it the documented business-key candidate.
- SUPP_TRADE_PROFILE_ID — references the supplier trade profile that scopes the conversion.
- ORG_ID — the operating unit context, enabling multi-org separation of conversion rules.
- CODE_CONVERSION_TYPE — categorizes the nature of the mapping.
- EXTERNAL_CODE — the supplier-provided item code.
- INTERNAL_CODE — the corresponding internal item code used inside EBS.
- DESCRIPTION — free-text explanation of the conversion.
- START_DATE_ACTIVE and END_DATE_ACTIVE — define the effective period of the mapping.
- SECURITY_GROUP_ID — foreign key to FND_SECURITY_GROUPS, controlling row-level access.
- OBJECT_VERSION_NUMBER — optimistic locking for concurrent updates.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
- REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID — identifies the concurrent program that created or last updated the row.
- ATTRIBUTE1 through ATTRIBUTE15 — descriptive flexfield segments for extensibility.
Common Use Cases and Queries
Typical usage centers on resolving supplier codes to internal items for purchasing, trade promotion settlement, and supplier collaboration reporting. A common query retrieves active mappings for a given supplier profile and operating unit:
- SELECT external_code, internal_code FROM ozf.ozf_supp_code_conversions_all WHERE supp_trade_profile_id = :profile AND org_id = :org AND SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE + 1);
- Join to OZF_CODE_CONVERSIONS_ALL on code_conversion_id to retrieve parent conversion metadata.
- Reporting on conversions created by a specific concurrent program using program_id and request_id.
- Auditing changes by filtering on last_update_date and last_updated_by.
Related Objects
The metadata documents two foreign keys that link this table to related objects:
- OZF_CODE_CONVERSIONS_ALL — referenced via CODE_CONVERSION_ID; the parent conversion definition.
- FND_SECURITY_GROUPS — referenced via SECURITY_GROUP_ID for security group assignment.
Additional related objects logically include supplier trade profile tables referenced by SUPP_TRADE_PROFILE_ID, standard inventory item master tables keyed by the internal code, and the OZF Trade Management concurrent programs that populate REQUEST_ID, PROGRAM_ID, and PROGRAM_APPLICATION_ID. These support the table's role as the supplier-to-internal code translation layer within Oracle Trade Management.
-
Table: OZF_SUPP_CODE_CONVERSIONS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SUPP_CODE_CONVERSIONS_ALL, object_name:OZF_SUPP_CODE_CONVERSIONS_ALL, status:VALID, product: OZF - Trade Management , description: OZF_SUPP_CODE_CONVERSIONS_ALL stores the code mapping between the supplier item code and internal item codes. , implementation_dba_data: OZF.OZF_SUPP_CODE_CONVERSIONS_ALL ,
-
Table: OZF_SUPP_CODE_CONVERSIONS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SUPP_CODE_CONVERSIONS_ALL, object_name:OZF_SUPP_CODE_CONVERSIONS_ALL, status:VALID, product: OZF - Trade Management , description: OZF_SUPP_CODE_CONVERSIONS_ALL stores the code mapping between the supplier item code and internal item codes. , implementation_dba_data: OZF.OZF_SUPP_CODE_CONVERSIONS_ALL ,
-
SYNONYM: APPS.OZF_SUPP_CODE_CONVERSIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_SUPP_CODE_CONVERSIONS_ALL, status:VALID,
-
SYNONYM: APPS.OZF_SUPP_CODE_CONVERSIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_SUPP_CODE_CONVERSIONS_ALL, status:VALID,
-
VIEW: OZF.OZF_SUPP_CODE_CONVERSIONS_ALL#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_SUPP_CODE_CONVERSIONS_ALL#, status:VALID,
-
VIEW: OZF.OZF_SUPP_CODE_CONVERSIONS_ALL#
12.2.2
-
TABLE: OZF.OZF_SUPP_CODE_CONVERSIONS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SUPP_CODE_CONVERSIONS_ALL, object_name:OZF_SUPP_CODE_CONVERSIONS_ALL, status:VALID,
-
TABLE: OZF.OZF_SUPP_CODE_CONVERSIONS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_SUPP_CODE_CONVERSIONS_ALL, object_name:OZF_SUPP_CODE_CONVERSIONS_ALL, status:VALID,
-
PACKAGE BODY: APPS.OZF_CODE_CONVERSION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_CODE_CONVERSION_PKG, status:VALID,
-
SYNONYM: APPS.OZF_SUPP_CODE_CONVERSIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_SUPP_CODE_CONVERSIONS, status:VALID,
-
SYNONYM: APPS.OZF_SUPP_CODE_CONVERSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_SUPP_CODE_CONVERSIONS, status:VALID,
-
PACKAGE BODY: APPS.OZF_SD_BATCH_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_SD_BATCH_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_CODE_CONVERSION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_CODE_CONVERSION_PKG, status:VALID,
-
PACKAGE BODY: APPS.OZF_SUPP_TRADE_PROFILE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_SUPP_TRADE_PROFILE_PUB, status:VALID,
-
PACKAGE BODY: APPS.OZF_CODE_CONVERSION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_CODE_CONVERSION_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_TRANSACTION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_TRANSACTION_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_SD_REQUEST_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_SD_REQUEST_PUB, status:VALID,
-
PACKAGE BODY: APPS.OZF_CODE_CONVERSION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_CODE_CONVERSION_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_UTILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_UTILITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_TRANSACTION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_TRANSACTION_PVT, status:VALID,
-
PACKAGE BODY: APPS.DPP_UTILITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:DPP_UTILITY_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.OZF_SD_BATCH_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_SD_BATCH_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_SD_REQUEST_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_SD_REQUEST_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.OZF_SUPP_TRADE_PROFILE_PUB SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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 FND Design Data
12.2.2
-
APPS.OZF_CODE_CONVERSION_PKG SQL Statements
12.2.2
-
APPS.OZF_CODE_CONVERSION_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.DPP_UTILITY_PVT SQL Statements
12.1.1
-
APPS.DPP_UTILITY_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OZF_CODE_CONVERSION_PKG
12.1.1
-
PACKAGE BODY: APPS.OZF_CODE_CONVERSION_PKG
12.2.2
-
APPS.OZF_CODE_CONVERSION_PVT SQL Statements
12.1.1
-
APPS.OZF_CODE_CONVERSION_PVT SQL Statements
12.2.2
-
APPS.OZF_SD_BATCH_PVT SQL Statements
12.1.1
-
APPS.OZF_CODE_CONVERSION_PKG dependencies on OZF_SUPP_CODE_CONVERSIONS_ALL
12.1.1
-
APPS.OZF_SD_BATCH_PVT dependencies on OZF_SUPP_CODE_CONVERSIONS_ALL
12.2.2
-
APPS.OZF_SD_BATCH_PVT dependencies on OZF_SUPP_CODE_CONVERSIONS_ALL
12.1.1
-
APPS.DPP_TRANSACTION_PVT SQL Statements
12.2.2
-
APPS.OZF_SUPP_TRADE_PROFILE_PUB dependencies on OZF_SUPP_CODE_CONVERSIONS_ALL
12.2.2
-
APPS.OZF_CODE_CONVERSION_PVT dependencies on OZF_SUPP_CODE_CONVERSIONS_ALL
12.1.1
-
APPS.DPP_UTILITY_PVT dependencies on OZF_SUPP_CODE_CONVERSIONS_ALL
12.2.2