Search Results oe_pc_rsets_tl
Overview
The OE_PC_RSETS_TL table is a core data object within the Oracle E-Business Suite (EBS) Order Management (ONT) module, specifically for versions 12.1.1 and 12.2.2. As a translation table (denoted by the '_TL' suffix), its primary role is to store multilingual data for record sets used in constraints. This table enables the application to present user-facing text, such as record set names and descriptions, in the language of the user's session, thereby supporting global deployments. It functions as a child table to OE_PC_RSETS, which stores the base, non-translatable information for these constraint record sets.
Key Information Stored
The table's structure is designed to manage translated content through a composite primary key and language-specific columns. The most critical columns include RECORD_SET_ID, which is the foreign key linking each translation row to its base record in the OE_PC_RSETS table, and LANGUAGE, which identifies the language code (e.g., 'US' for American English) for the translated text. The table also contains standard translation columns such as SOURCE_LANG. While the specific descriptive columns (like NAME, DESCRIPTION) are not detailed in the provided metadata, typical '_TL' tables in Oracle EBS include columns to hold the translated text for the corresponding base table's descriptive fields. These translated columns are populated and maintained through the application's translation forms.
Common Use Cases and Queries
This table is primarily accessed by the Oracle application engine to display localized interface text. Common practical scenarios include generating user reports in a specific language or troubleshooting data discrepancies in multi-language environments. A fundamental query involves joining the translation table with its base table to retrieve a comprehensible record set list for a session's language. For example, to see all record set names in the current session language, one might use:
- SELECT rs.RECORD_SET_ID, tl.NAME FROM ONT.OE_PC_RSETS rs, ONT.OE_PC_RSETS_TL tl WHERE rs.RECORD_SET_ID = tl.RECORD_SET_ID AND tl.LANGUAGE = userenv('LANG');
Another common use case is verifying the existence of translations for a critical record set across all installed languages, which is essential for implementation support.
Related Objects
OE_PC_RSETS_TL has a direct and singular foreign key relationship, as documented in the provided metadata. The table is intrinsically linked to its parent base table.
- OE_PC_RSETS: This is the primary related table. The foreign key in OE_PC_RSETS_TL (RECORD_SET_ID) references the primary key of OE_PC_RSETS. All translations stored in OE_PC_RSETS_TL must correspond to a valid base record in this table. The standard join condition is ON OE_PC_RSETS_TL.RECORD_SET_ID = OE_PC_RSETS.RECORD_SET_ID.
-
Table: OE_PC_RSETS_TL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_RSETS_TL, object_name:OE_PC_RSETS_TL, status:VALID, product: ONT - Order Management , description: OE_PC_RSETS_TL stores the translated columns for record sets for constraints. , implementation_dba_data: ONT.OE_PC_RSETS_TL ,
-
Table: OE_PC_RSETS_TL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_RSETS_TL, object_name:OE_PC_RSETS_TL, status:VALID, product: ONT - Order Management , description: OE_PC_RSETS_TL stores the translated columns for record sets for constraints. , implementation_dba_data: ONT.OE_PC_RSETS_TL ,
-
APPS.OE_PC_RSETS_PKG dependencies on OE_PC_RSETS_TL
12.1.1
-
APPS.OE_PC_RSETS_PKG dependencies on OE_PC_RSETS_TL
12.2.2
-
APPS.OE_PC_RSETS_PKG dependencies on OE_PC_RSETS
12.2.2
-
APPS.OE_PC_RSETS_PKG dependencies on OE_PC_RSETS
12.1.1
-
VIEW: ONT.OE_PC_RSETS_TL#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_PC_RSETS_TL#, status:VALID,
-
APPS.OE_PC_RSETS_PKG dependencies on FND_LANGUAGES
12.2.2
-
TABLE: ONT.OE_PC_RSETS_TL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_RSETS_TL, object_name:OE_PC_RSETS_TL, status:VALID,
-
SYNONYM: APPS.OE_PC_RSETS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_PC_RSETS_TL, status:VALID,
-
SYNONYM: APPS.OE_PC_RSETS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_PC_RSETS_TL, status:VALID,
-
APPS.OE_PC_RSETS_PKG SQL Statements
12.1.1
-
TABLE: ONT.OE_PC_RSETS_TL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_RSETS_TL, object_name:OE_PC_RSETS_TL, status:VALID,
-
APPS.OE_PC_RSETS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.OE_PC_RSETS_PKG SQL Statements
12.2.2
-
TRIGGER: APPS.OE_PC_RSETS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:OE_PC_RSETS_TL+, status:VALID,
-
VIEW: ONT.OE_PC_RSETS_TL#
12.2.2
-
TRIGGER: APPS.OE_PC_RSETS_TL+
12.2.2
-
VIEW: APPS.OE_PC_RSETS_VL
12.2.2
-
VIEW: APPS.OE_PC_RSETS_V
12.1.1
-
VIEW: APPS.OE_PC_RSETS_VL
12.1.1
-
PACKAGE BODY: APPS.OE_PC_RSETS_PKG
12.2.2
-
VIEW: APPS.OE_PC_RSETS_V
12.2.2
-
PACKAGE BODY: APPS.OE_PC_RSETS_PKG
12.1.1
-
FUNCTION: APPS.OE_PC_RSETS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:OE_PC_RSETS_TL=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
INDEX: ONT.OE_PC_RSETS_TL
12.2.2
owner:ONT, object_type:INDEX, object_name:OE_PC_RSETS_TL, status:VALID,
-
FUNCTION: APPS.OE_PC_RSETS_TL=
12.2.2
-
Table: OE_PC_RSETS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_RSETS, object_name:OE_PC_RSETS, status:VALID, product: ONT - Order Management , description: This table store the constraint record sets and the constraint conditions can be built to validate against any or all the records in this record set. , implementation_dba_data: ONT.OE_PC_RSETS ,
-
INDEX: ONT.OE_PC_RSETS_TL
12.1.1
owner:ONT, object_type:INDEX, object_name:OE_PC_RSETS_TL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.OE_PC_RSETS_PKG dependencies on FND_LOAD_UTIL
12.2.2
-
View: OE_PC_RSETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_RSETS_VL, object_name:OE_PC_RSETS_VL, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_PC_RSETS_VL ,
-
APPS.OE_PC_RSETS_PKG dependencies on OE_PC_VALIDATION_PKGS
12.2.2
-
Table: OE_PC_RSETS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_RSETS, object_name:OE_PC_RSETS, status:VALID, product: ONT - Order Management , description: This table store the constraint record sets and the constraint conditions can be built to validate against any or all the records in this record set. , implementation_dba_data: ONT.OE_PC_RSETS ,
-
PACKAGE BODY: APPS.OE_PC_RSETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_PC_RSETS_PKG, status:VALID,
-
APPS.OE_PC_RSETS_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
View: OE_PC_RSETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_RSETS_VL, object_name:OE_PC_RSETS_VL, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_PC_RSETS_VL ,
-
PACKAGE BODY: APPS.OE_PC_RSETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_PC_RSETS_PKG, status:VALID,
-
View: OE_PC_RSETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_RSETS_V, object_name:OE_PC_RSETS_V, status:VALID, product: ONT - Order Management , description: This view stores the processing constraints record sets. , implementation_dba_data: APPS.OE_PC_RSETS_V ,
-
APPS.OE_PC_RSETS_PKG dependencies on OE_PC_VALIDATION_PKGS
12.1.1
-
View: OE_PC_RSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_RSETS_V, object_name:OE_PC_RSETS_V, status:VALID, product: ONT - Order Management , description: This view stores the processing constraints record sets. , implementation_dba_data: APPS.OE_PC_RSETS_V ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
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 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2