Search Results ozf_reason_codes_all_tl
Overview
The table OZF_REASON_CODES_ALL_TL is a core data object within the Oracle E-Business Suite (EBS) Trade Management module (OZF). It functions as the translation table, storing the multilingual descriptions for reason codes used throughout the application. Its primary role is to support global deployments by enabling the storage of reason code names and descriptions in multiple languages, which are then displayed in the user interface based on the user's session language. This table works in conjunction with its base table, OZF_REASON_CODES_ALL_B, which holds the non-translatable attributes. This separation of translatable and non-translatable data is a standard architectural pattern in Oracle EBS for enabling multilingual capabilities.
Key Information Stored
The table's structure is designed to hold language-specific textual data linked to a unique reason code identifier. While the full column list is not detailed in the provided metadata, the primary key and foreign key relationship reveal its essential components. The critical column is REASON_CODE_ID, which is the primary key for this table and serves as the foreign key linking each translated row to its corresponding master record in the OZF_REASON_CODES_ALL_B table. Typical columns in an EBS translation table include LANGUAGE (e.g., 'US', 'FR', 'DE') and SOURCE_LANG, which identify the language of the translated text. The core content columns would be REASON_CODE_NAME and DESCRIPTION, holding the translated name and explanatory text for the reason code, respectively. These translations are used in setup forms, LOVs, and reports.
Common Use Cases and Queries
The primary use case is retrieving a user-friendly reason code description in the correct language for display in the application's user interface or in localized reports. Developers and report writers commonly join this table with its base table to present complete, language-appropriate information. A standard query pattern involves filtering by the LANGUAGE column, which is automatically populated based on the user's session in application code. For example, to fetch all active reason codes for a French-language session, a query might join OZF_REASON_CODES_ALL_B (for status and code) with OZF_REASON_CODES_ALL_TL (for the French name), using the REASON_CODE_ID as the join condition and filtering the TL table where LANGUAGE = 'F'. Administrators may also query this table directly to audit or manage translations for a specific reason code across all supported languages.
Related Objects
The table has a direct and fundamental relationship with its corresponding base table, as documented in the provided metadata.
- OZF_REASON_CODES_ALL_B: This is the primary related table. The foreign key relationship is defined as OZF_REASON_CODES_ALL_TL.REASON_CODE_ID references OZF_REASON_CODES_ALL_B. All translatable records in the TL table must have a corresponding master record in the _B table. The _B table stores non-translatable attributes such as the active date range, enabled flag, and potentially the reason code itself.
This table is also indirectly related to any application table that uses a reason code as a foreign key (e.g., in transaction headers or lines for adjustments or cancellations). Those tables would typically store the REASON_CODE_ID from the _B table, and the user interface would resolve the display value via the _TL table based on the session language.
-
Table: OZF_REASON_CODES_ALL_TL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_REASON_CODES_ALL_TL, object_name:OZF_REASON_CODES_ALL_TL, status:VALID, product: OZF - Trade Management , description: This Table is used to store Reason Codes (Translatable Codes) , implementation_dba_data: OZF.OZF_REASON_CODES_ALL_TL ,
-
Table: OZF_REASON_CODES_ALL_TL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_REASON_CODES_ALL_TL, object_name:OZF_REASON_CODES_ALL_TL, status:VALID, product: OZF - Trade Management , description: This Table is used to store Reason Codes (Translatable Codes) , implementation_dba_data: OZF.OZF_REASON_CODES_ALL_TL ,
-
APPS.OZF_AR_VALIDATION_PVT dependencies on OZF_REASON_CODES_ALL_TL
12.2.2
-
APPS.OZF_CLAIM_GRP dependencies on OZF_REASON_CODES_ALL_TL
12.1.1
-
APPS.OZF_REASON_CODES_ALL_PKG dependencies on OZF_REASON_CODES_ALL_TL
12.1.1
-
APPS.OZF_REASON_CODES_ALL_PKG dependencies on OZF_REASON_CODES_ALL_TL
12.2.2
-
APPS.OZF_CLAIM_GRP dependencies on OZF_REASON_CODES_ALL_TL
12.2.2
-
APPS.OZF_REASON_CODES_ALL_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.OZF_REASON_CODES_ALL_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.OZF_REASON_CODES_ALL_PKG SQL Statements
12.1.1
-
VIEW: OZF.OZF_REASON_CODES_ALL_TL#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_REASON_CODES_ALL_TL#, status:VALID,
-
SYNONYM: APPS.OZF_REASON_CODES_ALL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_REASON_CODES_ALL_TL, status:VALID,
-
APPS.OZF_REASON_CODES_ALL_PKG SQL Statements
12.2.2
-
VIEW: OZF.OZF_REASON_CODES_ALL_TL#
12.2.2
-
TABLE: OZF.OZF_REASON_CODES_ALL_TL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_REASON_CODES_ALL_TL, object_name:OZF_REASON_CODES_ALL_TL, status:VALID,
-
TABLE: OZF.OZF_REASON_CODES_ALL_TL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_REASON_CODES_ALL_TL, object_name:OZF_REASON_CODES_ALL_TL, status:VALID,
-
SYNONYM: APPS.OZF_REASON_CODES_ALL_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_REASON_CODES_ALL_TL, status:VALID,
-
VIEW: APPS.OZF_REASON_CODES_VL
12.2.2
-
VIEW: APPS.OZF_REASON_CODES_VL
12.1.1
-
VIEW: APPS.OZF_REASON_CODES_ALL_VL
12.1.1
-
PACKAGE BODY: APPS.OZF_REASON_CODES_ALL_PKG
12.1.1
-
VIEW: APPS.OZF_REASON_CODES_ALL_VL
12.2.2
-
PACKAGE BODY: APPS.OZF_REASON_CODES_ALL_PKG
12.2.2
-
PACKAGE BODY: APPS.OZF_REASON_CODES_ALL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_REASON_CODES_ALL_PKG, status:VALID,
-
Table: OZF_REASON_CODES_ALL_B
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_REASON_CODES_ALL_B, object_name:OZF_REASON_CODES_ALL_B, status:VALID, product: OZF - Trade Management , description: This table is used for storing the reasons for a claim , implementation_dba_data: OZF.OZF_REASON_CODES_ALL_B ,
-
Table: OZF_REASON_CODES_ALL_B
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_REASON_CODES_ALL_B, object_name:OZF_REASON_CODES_ALL_B, status:VALID, product: OZF - Trade Management , description: This table is used for storing the reasons for a claim , implementation_dba_data: OZF.OZF_REASON_CODES_ALL_B ,
-
PACKAGE BODY: APPS.OZF_REASON_CODES_ALL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_REASON_CODES_ALL_PKG, status:VALID,
-
PACKAGE BODY: APPS.OZF_AR_VALIDATION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_AR_VALIDATION_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_CLAIM_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_CLAIM_GRP, status:VALID,
-
View: OZF_REASON_CODES_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_REASON_CODES_ALL_VL, object_name:OZF_REASON_CODES_ALL_VL, status:VALID, product: OZF - Trade Management , description: This view is obsoleted , implementation_dba_data: APPS.OZF_REASON_CODES_ALL_VL ,
-
PACKAGE BODY: APPS.OZF_CLAIM_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_CLAIM_GRP, status:VALID,
-
View: OZF_REASON_CODES_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_REASON_CODES_ALL_VL, object_name:OZF_REASON_CODES_ALL_VL, status:VALID, product: OZF - Trade Management , description: This view is obsoleted , implementation_dba_data: APPS.OZF_REASON_CODES_ALL_VL ,
-
View: OZF_REASON_CODES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_REASON_CODES_VL, object_name:OZF_REASON_CODES_VL, status:VALID, product: OZF - Trade Management , description: This view is obsoleted , implementation_dba_data: APPS.OZF_REASON_CODES_VL ,
-
View: OZF_REASON_CODES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_REASON_CODES_VL, object_name:OZF_REASON_CODES_VL, status:VALID, product: OZF - Trade Management , description: This view is obsoleted , implementation_dba_data: APPS.OZF_REASON_CODES_VL ,
-
12.1.1 FND Design Data
12.1.1
-
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 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.OZF_REASON_CODES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_REASON_CODES_VL, object_name:OZF_REASON_CODES_VL, status:VALID,
-
VIEW: APPS.OZF_REASON_CODES_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_REASON_CODES_ALL_VL, object_name:OZF_REASON_CODES_ALL_VL, status:VALID,
-
VIEW: APPS.OZF_REASON_CODES_ALL_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_REASON_CODES_ALL_VL, object_name:OZF_REASON_CODES_ALL_VL, status:VALID,
-
VIEW: APPS.OZF_REASON_CODES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OZF.OZF_REASON_CODES_VL, object_name:OZF_REASON_CODES_VL, status:VALID,
-
APPS.OZF_REASON_CODES_ALL_PKG dependencies on OZF_REASON_CODES_ALL_B
12.2.2
-
APPS.OZF_REASON_CODES_ALL_PKG dependencies on OZF_REASON_CODES_ALL_B
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2