Search Results umx_reg_services_tl
Overview
The UMX_REG_SERVICES_TL table is a core translation table within the Oracle E-Business Suite (EBS) Application Object Library (FND) module. It functions as the language-specific repository for user-facing text associated with registration services defined in the base table, UMX_REG_SERVICES_B. This table is essential for supporting the multi-language capabilities of the User Management (UMX) framework, enabling the display of service names and descriptions in the language preference of the end-user. Its role is critical for maintaining a localized user experience during self-service registration and provisioning workflows in global EBS deployments.
Key Information Stored
As a standard translation table, UMX_REG_SERVICES_TL stores the translated attributes for each registration service code across multiple installed languages. The primary columns include the REG_SERVICE_CODE, which is the foreign key linking to the base table, and the LANGUAGE column, which identifies the translation language (e.g., 'US' for American English). The table typically contains columns for the translated name (SERVICE_NAME) and description (SERVICE_DESCRIPTION) of the registration service. The combination of REG_SERVICE_CODE and LANGUAGE forms the table's primary key (UMX_REG_SERVICES_TL_PK), ensuring a unique translation entry per service per language.
Common Use Cases and Queries
This table is primarily accessed by the Oracle Applications framework to retrieve localized labels for registration services rendered in the UI. Common operational and reporting queries include retrieving all translations for a specific service to audit localization completeness or fetching the service name in a user's session language for dynamic display. A typical query pattern joins the translation table with its base table to get a comprehensive view.
- Sample Query: SELECT b.reg_service_code, tl.language, tl.service_name, tl.service_description FROM apps.umx_reg_services_b b, apps.umx_reg_services_tl tl WHERE b.reg_service_code = tl.reg_service_code AND tl.language = USERENV('LANG');
- Use Case: Developers and functional consultants reference this table when implementing or customizing registration flows that require new or modified service descriptions presented to users in multiple languages.
Related Objects
UMX_REG_SERVICES_TL has a direct and dependent relationship with its base table, as documented in the provided ETRM metadata.
- Primary Base Table (Foreign Key Relationship): The table UMX_REG_SERVICES_B is the primary related object. The foreign key constraint on the column UMX_REG_SERVICES_TL.REG_SERVICE_CODE references the corresponding column in UMX_REG_SERVICES_B. This enforces referential integrity, ensuring every translation record is linked to a valid base registration service.
- Dependency: UMX_REG_SERVICES_TL is a child table of UMX_REG_SERVICES_B. All service codes present in the translation table must first exist in the base table. The base table holds the non-translatable, functional attributes of the registration service.
-
Table: UMX_REG_SERVICES_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.UMX_REG_SERVICES_TL, object_name:UMX_REG_SERVICES_TL, status:VALID, product: FND - Application Object Library , description: Translation table for UMX_REG_SERVICES_B , implementation_dba_data: APPLSYS.UMX_REG_SERVICES_TL ,
-
Table: UMX_REG_SERVICES_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.UMX_REG_SERVICES_TL, object_name:UMX_REG_SERVICES_TL, status:VALID, product: FND - Application Object Library , description: Translation table for UMX_REG_SERVICES_B , implementation_dba_data: APPLSYS.UMX_REG_SERVICES_TL ,
-
APPS.UMX_REGISTRATION_UTIL dependencies on UMX_REG_SERVICES_TL
12.2.2
-
APPS.UMX_REG_SERVICES_PKG dependencies on UMX_REG_SERVICES_TL
12.2.2
-
APPS.UMX_REG_SERVICES_PKG dependencies on UMX_REG_SERVICES_TL
12.1.1
-
APPS.UMX_REGISTRATION_UTIL dependencies on UMX_REG_SERVICES_TL
12.1.1
-
APPS.UMX_REG_SERVICES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.UMX_REG_SERVICES_PKG dependencies on FND_LANGUAGES
12.2.2
-
TRIGGER: APPS.UMX_REG_SERVICES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:UMX_REG_SERVICES_TL+, status:VALID,
-
SYNONYM: APPS.UMX_REG_SERVICES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:UMX_REG_SERVICES_TL, status:VALID,
-
APPS.UMX_REG_SERVICES_PKG SQL Statements
12.1.1
-
VIEW: APPLSYS.UMX_REG_SERVICES_TL#
12.2.2
-
VIEW: APPLSYS.UMX_REG_SERVICES_TL#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:UMX_REG_SERVICES_TL#, status:VALID,
-
APPS.UMX_REG_SERVICES_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.UMX_REG_SERVICES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:UMX_REG_SERVICES_TL, status:VALID,
-
VIEW: APPS.UMX_REG_SERVICES_VL
12.1.1
-
VIEW: APPS.UMX_REG_SERVICES_VL
12.2.2
-
PACKAGE BODY: APPS.UMX_REG_SERVICES_PKG
12.1.1
-
TRIGGER: APPS.UMX_REG_SERVICES_TL+
12.2.2
-
APPS.UMX_REG_SERVICES_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
APPS.UMX_REG_SERVICES_PKG dependencies on FND_LOAD_UTIL
12.2.2
-
TABLE: APPLSYS.UMX_REG_SERVICES_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.UMX_REG_SERVICES_TL, object_name:UMX_REG_SERVICES_TL, status:VALID,
-
PACKAGE BODY: APPS.UMX_REG_SERVICES_PKG
12.2.2
-
FUNCTION: APPS.UMX_REG_SERVICES_TL=
12.2.2
-
APPS.UMX_REG_SERVICES_PKG dependencies on UMX_REG_SERVICES_B
12.1.1
-
APPS.UMX_REG_SERVICES_PKG dependencies on UMX_REG_SERVICES_B
12.2.2
-
FUNCTION: APPS.UMX_REG_SERVICES_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:UMX_REG_SERVICES_TL=, status:VALID,
-
TABLE: APPLSYS.UMX_REG_SERVICES_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.UMX_REG_SERVICES_TL, object_name:UMX_REG_SERVICES_TL, status:VALID,
-
Table: UMX_REG_SERVICES_B
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.UMX_REG_SERVICES_B, object_name:UMX_REG_SERVICES_B, status:VALID, product: FND - Application Object Library , description: Stores metadata for various registration processes available through the Oracle User Management module. , implementation_dba_data: APPLSYS.UMX_REG_SERVICES_B ,
-
PACKAGE BODY: APPS.UMX_REG_SERVICES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:UMX_REG_SERVICES_PKG, status:VALID,
-
Table: UMX_REG_SERVICES_B
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.UMX_REG_SERVICES_B, object_name:UMX_REG_SERVICES_B, status:VALID, product: FND - Application Object Library , description: Stores metadata for various registration processes available through the Oracle User Management module. , implementation_dba_data: APPLSYS.UMX_REG_SERVICES_B ,
-
PACKAGE BODY: APPS.UMX_REG_SERVICES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:UMX_REG_SERVICES_PKG, status:VALID,
-
View: UMX_REG_SERVICES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_REG_SERVICES_VL, object_name:UMX_REG_SERVICES_VL, status:VALID, product: FND - Application Object Library , description: VL view for registration processes , implementation_dba_data: APPS.UMX_REG_SERVICES_VL ,
-
View: UMX_REG_SERVICES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_REG_SERVICES_VL, object_name:UMX_REG_SERVICES_VL, status:VALID, product: FND - Application Object Library , description: VL view for registration processes , implementation_dba_data: APPS.UMX_REG_SERVICES_VL ,
-
PACKAGE BODY: APPS.UMX_REGISTRATION_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:UMX_REGISTRATION_UTIL, status:VALID,
-
PACKAGE BODY: APPS.UMX_REGISTRATION_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:UMX_REGISTRATION_UTIL, status:VALID,
-
VIEW: APPS.UMX_REG_SERVICES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_REG_SERVICES_VL, object_name:UMX_REG_SERVICES_VL, status:VALID,
-
VIEW: APPS.UMX_REG_SERVICES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.UMX_REG_SERVICES_VL, object_name:UMX_REG_SERVICES_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
12.2.2 DBA Data
12.2.2