Search Results jtf_perz_lf_value
Overview
The JTF_PERZ_LF_VALUE table is a core data structure within the Oracle E-Business Suite (EBS) CRM Foundation (JTF) module. It functions as the repository for storing the specific values assigned to the attributes of a personalized "look and feel" object instance. In the context of Oracle EBS, look and feel personalization allows users or administrators to customize the visual presentation and behavior of application pages, such as the layout of fields, colors, or which UI components are displayed. This table is essential for persisting these user-specific or profile-specific customizations, enabling the system to render the application interface according to saved preferences. Its role is to link a defined look and feel attribute to a concrete value for a particular user or profile instance.
Key Information Stored
The table's primary purpose is to store attribute-value pairs for look and feel objects. While the full column list is not detailed in the provided metadata, the documented foreign keys and primary key reveal its critical structure. The PERZ_LF_VALUE_ID column serves as the unique primary key identifier for each stored value record. The OBJ_MAP_ID column is a foreign key that links the value to a specific look and feel object instance defined in the JTF_PERZ_OBJ_MAP table. The PROFILE_ID column is a foreign key that links the value to a specific personalization profile in the JTF_PERZ_PROFILE table, which defines the context (e.g., a specific user, responsibility, or site). Additional columns, implied by the table's description, would typically store the attribute name or identifier and the corresponding value (which could be a string, number, or other data type).
Common Use Cases and Queries
A primary use case is querying the personalized settings for a user to apply during application runtime. System processes join this table with profile and object mapping tables to retrieve the customized attribute values for a given session. Administrators may run diagnostic or cleanup queries to audit or manage personalization data. A common SQL pattern involves joining to the related profile and object map tables:
- Retrieving values for a profile:
SELECT v.* FROM jtf.jtf_perz_lf_value v, jtf.jtf_perz_profile p WHERE v.profile_id = p.profile_id AND p.profile_name = '&PROFILE_NAME'; - Finding all values for an object instance:
SELECT * FROM jtf.jtf_perz_lf_value WHERE obj_map_id = &OBJECT_MAP_ID;
Reporting use cases include analyzing personalization adoption or troubleshooting interface display issues by examining the stored values.
Related Objects
The JTF_PERZ_LF_VALUE table has documented foreign key relationships with two other core personalization tables, forming a key part of the data model:
- JTF_PERZ_OBJ_MAP: The
JTF_PERZ_LF_VALUE.OBJ_MAP_IDcolumn references this table. It maps look and feel objects to specific application entities or pages. - JTF_PERZ_PROFILE: The
JTF_PERZ_LF_VALUE.PROFILE_IDcolumn references this table. It defines the profile (context) for which the personalization values are set, such as a user, responsibility, or site level.
These relationships indicate that a complete personalization record requires joining these three tables: the PROFILE defines who/what it's for, the OBJ_MAP defines what is being customized, and the LF_VALUE stores the specific customizations.
-
Table: JTF_PERZ_LF_VALUE
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_VALUE, object_name:JTF_PERZ_LF_VALUE, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_LF_VALUE store the values associated with the attributes of a look and feel object instance. , implementation_dba_data: JTF.JTF_PERZ_LF_VALUE ,
-
Table: JTF_PERZ_LF_VALUE
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_VALUE, object_name:JTF_PERZ_LF_VALUE, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_LF_VALUE store the values associated with the attributes of a look and feel object instance. , implementation_dba_data: JTF.JTF_PERZ_LF_VALUE ,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_VALUE
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_VALUE
12.2.2
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_ATTRIB
12.2.2
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_ATTRIB
12.1.1
-
VIEW: JTF.JTF_PERZ_LF_VALUE#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_PERZ_LF_VALUE#, status:VALID,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_OBJ_MAP
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_OBJ_MAP
12.2.2
-
SYNONYM: APPS.JTF_PERZ_LF_VALUE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_PERZ_LF_VALUE, status:VALID,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_OBJECT_TYPE
12.2.2
-
SYNONYM: APPS.JTF_PERZ_LF_VALUE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_PERZ_LF_VALUE, status:VALID,
-
TRIGGER: APPS.JTF_PERZ_LF_VALUE+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:JTF_PERZ_LF_VALUE+, status:VALID,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_OBJECT_TYPE
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_OBJ_TYPE_MAP
12.1.1
-
VIEW: JTF.JTF_PERZ_LF_VALUE#
12.2.2
-
TRIGGER: APPS.JTF_PERZ_LF_VALUE+
12.2.2
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_OBJ_TYPE_MAP
12.2.2
-
TABLE: JTF.JTF_PERZ_LF_VALUE
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_VALUE, object_name:JTF_PERZ_LF_VALUE, status:VALID,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_PROFILE
12.2.2
-
TABLE: JTF.JTF_PERZ_LF_VALUE
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_VALUE, object_name:JTF_PERZ_LF_VALUE, status:VALID,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_OBJECT
12.2.2
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_PROFILE
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_OBJECT
12.1.1
-
APPS.JTF_PERZ_LF_PVT SQL Statements
12.1.1
-
APPS.JTF_PERZ_LF_PVT SQL Statements
12.2.2
-
FUNCTION: APPS.JTF_PERZ_LF_VALUE=
12.2.2
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_VALUE_S
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_VALUE_S
12.2.2
-
FUNCTION: APPS.JTF_PERZ_LF_VALUE=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:JTF_PERZ_LF_VALUE=, status:VALID,
-
Table: JTF_PERZ_OBJ_MAP
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_OBJ_MAP, object_name:JTF_PERZ_OBJ_MAP, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_OBJ_MAP stores the mapping between the look and feel object instance and the actual values for the attributes. , implementation_dba_data: JTF.JTF_PERZ_OBJ_MAP ,
-
Table: JTF_PERZ_OBJ_MAP
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_OBJ_MAP, object_name:JTF_PERZ_OBJ_MAP, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_OBJ_MAP stores the mapping between the look and feel object instance and the actual values for the attributes. , implementation_dba_data: JTF.JTF_PERZ_OBJ_MAP ,
-
Table: JTF_PERZ_PROFILE
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_PROFILE, object_name:JTF_PERZ_PROFILE, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_PROFILE stores the personalization tag or profile for an entity. The entity could be a user, an object, a group etc. , implementation_dba_data: JTF.JTF_PERZ_PROFILE ,
-
Table: JTF_PERZ_PROFILE
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_PROFILE, object_name:JTF_PERZ_PROFILE, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_PROFILE stores the personalization tag or profile for an entity. The entity could be a user, an object, a group etc. , implementation_dba_data: JTF.JTF_PERZ_PROFILE ,
-
PACKAGE BODY: APPS.JTF_PERZ_LF_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_PERZ_LF_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_PERZ_LF_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_PERZ_LF_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.JTF_PERZ_LF_PVT dependencies on DUAL
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on DUAL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.JTF_PERZ_LF_PVT
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JTF_PERZ_LF_PVT
12.1.1