Search Results jtf_perz_lf_object_type
Overview
The JTF_PERZ_LF_OBJECT_TYPE table is a core metadata repository within the Oracle E-Business Suite CRM Foundation (JTF) module. It functions as a master definition table for look and feel (UI) object types that can be personalized within the application. Its primary role is to provide a centralized, controlled list of UI components—such as regions, items, or blocks—that are eligible for user-level or responsibility-level personalization. This enables the system to manage and validate personalization rules and mappings consistently across the CRM suite, ensuring that UI customizations are applied to valid, registered objects.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the table's primary key and description indicate its critical data elements. The central column is OBJECT_TYPE_ID, which serves as the unique identifier (primary key) for each distinct look and feel object type. Based on its described purpose, the table likely stores descriptive metadata for each type, which could include columns for an internal name, a user-facing description, the application module it belongs to, and potentially flags controlling its personalization behavior. The integrity of the OBJECT_TYPE_ID is paramount, as it is referenced by other tables to associate specific personalization rules with their target UI objects.
Common Use Cases and Queries
This table is primarily accessed for setup, validation, and reporting on personalizable UI components. A common administrative use case is querying all registered object types to audit or manage the personalization framework. For instance, a support query might join this table with mapping tables to diagnose why a personalization rule is not applying. A typical reporting query would retrieve the master list of object types:
SELECT object_type_id, <descriptive_columns> FROM jtf.jtf_perz_lf_object_type ORDER BY object_type_id;
In a troubleshooting scenario, one might join it with the related mapping table to find all rules for a specific object type:
SELECT m.* FROM jtf.jtf_perz_obj_type_map m, jtf.jtf_perz_lf_object_type o WHERE m.object_type_id = o.object_type_id AND o.object_type_id = :obj_type;
Related Objects
The table has a documented foreign key relationship, establishing it as a parent table in the personalization data model. The related object is:
- Table: JTF_PERZ_OBJ_TYPE_MAP - This child table references JTF_PERZ_LF_OBJECT_TYPE via the column JTF_PERZ_OBJ_TYPE_MAP.OBJECT_TYPE_ID. This relationship is crucial, as it ties specific personalization mapping records to a valid, predefined object type from the master list. Any personalization rule stored in the mapping table must correspond to an OBJECT_TYPE_ID that exists in JTF_PERZ_LF_OBJECT_TYPE, enforcing referential integrity.
-
Table: JTF_PERZ_LF_OBJECT_TYPE
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_OBJECT_TYPE, object_name:JTF_PERZ_LF_OBJECT_TYPE, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_LF_OBJECT_TYPE stores the meta data for a look and feel object. , implementation_dba_data: JTF.JTF_PERZ_LF_OBJECT_TYPE ,
-
Table: JTF_PERZ_LF_OBJECT_TYPE
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_OBJECT_TYPE, object_name:JTF_PERZ_LF_OBJECT_TYPE, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_LF_OBJECT_TYPE stores the meta data for a look and feel object. , implementation_dba_data: JTF.JTF_PERZ_LF_OBJECT_TYPE ,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_OBJECT_TYPE
12.2.2
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_OBJECT_TYPE
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_OBJECT
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_OBJECT
12.2.2
-
VIEW: JTF.JTF_PERZ_LF_OBJECT_TYPE#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_PERZ_LF_OBJECT_TYPE#, status:VALID,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_OBJ_MAP
12.2.2
-
SYNONYM: APPS.JTF_PERZ_LF_OBJECT_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_PERZ_LF_OBJECT_TYPE, status:VALID,
-
SYNONYM: APPS.JTF_PERZ_LF_OBJECT_TYPE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_PERZ_LF_OBJECT_TYPE, 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_LF_VALUE
12.2.2
-
TRIGGER: APPS.JTF_PERZ_LF_OBJECT_TYPE+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:JTF_PERZ_LF_OBJECT_TYPE+, status:VALID,
-
VIEW: JTF.JTF_PERZ_LF_OBJECT_TYPE#
12.2.2
-
TRIGGER: APPS.JTF_PERZ_LF_OBJECT_TYPE+
12.2.2
-
TABLE: JTF.JTF_PERZ_LF_OBJECT_TYPE
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_OBJECT_TYPE, object_name:JTF_PERZ_LF_OBJECT_TYPE, status:VALID,
-
TABLE: JTF.JTF_PERZ_LF_OBJECT_TYPE
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_OBJECT_TYPE, object_name:JTF_PERZ_LF_OBJECT_TYPE, status:VALID,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_VALUE
12.1.1
-
APPS.JTF_PERZ_LF_PVT SQL Statements
12.1.1
-
APPS.JTF_PERZ_LF_PVT SQL Statements
12.2.2
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_OBJ_TYPE_MAP
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_OBJ_TYPE_MAP
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_ATTRIB
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_PROFILE
12.1.1
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_PROFILE
12.2.2
-
Table: JTF_PERZ_LF_ATTRIB
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_ATTRIB, object_name:JTF_PERZ_LF_ATTRIB, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_LF_ATTRIB stores the attributes associated with an object type defined in JTF_PERZ_LF_OBJECT_TYPE. , implementation_dba_data: JTF.JTF_PERZ_LF_ATTRIB ,
-
FUNCTION: APPS.JTF_PERZ_LF_OBJECT_TYPE=
12.2.2
-
Table: JTF_PERZ_LF_ATTRIB
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_ATTRIB, object_name:JTF_PERZ_LF_ATTRIB, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_LF_ATTRIB stores the attributes associated with an object type defined in JTF_PERZ_LF_OBJECT_TYPE. , implementation_dba_data: JTF.JTF_PERZ_LF_ATTRIB ,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_OBJ_TYPE_S
12.2.2
-
FUNCTION: APPS.JTF_PERZ_LF_OBJECT_TYPE=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:JTF_PERZ_LF_OBJECT_TYPE=, status:VALID,
-
APPS.JTF_PERZ_LF_PVT dependencies on JTF_PERZ_LF_OBJ_TYPE_S
12.1.1
-
Table: JTF_PERZ_OBJ_TYPE_MAP
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_OBJ_TYPE_MAP, object_name:JTF_PERZ_OBJ_TYPE_MAP, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_OBJ_TYPE_MAP stores the mapping between the object type and the object attributes. , implementation_dba_data: JTF.JTF_PERZ_OBJ_TYPE_MAP ,
-
Table: JTF_PERZ_LF_OBJECT
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_OBJECT, object_name:JTF_PERZ_LF_OBJECT, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_LF_OBJECT stores instances of look and feel objects created from the meta data defined in JTF_PERZ_LF_OBJECT_TYPE and JTF_PERZ_LF_ATTRIB. , implementation_dba_data: JTF.JTF_PERZ_LF_OBJECT ,
-
Table: JTF_PERZ_OBJ_TYPE_MAP
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_OBJ_TYPE_MAP, object_name:JTF_PERZ_OBJ_TYPE_MAP, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_OBJ_TYPE_MAP stores the mapping between the object type and the object attributes. , implementation_dba_data: JTF.JTF_PERZ_OBJ_TYPE_MAP ,
-
Table: JTF_PERZ_LF_OBJECT
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_OBJECT, object_name:JTF_PERZ_LF_OBJECT, status:VALID, product: JTF - CRM Foundation , description: JTF_PERZ_LF_OBJECT stores instances of look and feel objects created from the meta data defined in JTF_PERZ_LF_OBJECT_TYPE and JTF_PERZ_LF_ATTRIB. , implementation_dba_data: JTF.JTF_PERZ_LF_OBJECT ,
-
PACKAGE BODY: APPS.JTF_PERZ_LF_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_PERZ_LF_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_PERZ_LF_PVT
12.2.2
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
-
TABLE: JTF.JTF_PERZ_LF_OBJECT
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_OBJECT, object_name:JTF_PERZ_LF_OBJECT, status:VALID,
-
TABLE: JTF.JTF_PERZ_LF_ATTRIB
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_ATTRIB, object_name:JTF_PERZ_LF_ATTRIB, status:VALID,
-
TABLE: JTF.JTF_PERZ_LF_ATTRIB
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_ATTRIB, object_name:JTF_PERZ_LF_ATTRIB, status:VALID,
-
APPS.JTF_PERZ_LF_PVT dependencies on DUAL
12.1.1
-
TABLE: JTF.JTF_PERZ_LF_OBJECT
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_PERZ_LF_OBJECT, object_name:JTF_PERZ_LF_OBJECT, status:VALID,
-
APPS.JTF_PERZ_LF_PVT dependencies on DUAL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JTF_PERZ_LF_PVT
12.1.1
-
PACKAGE BODY: APPS.JTF_PERZ_LF_PVT
12.2.2
-
12.2.2 DBA Data
12.2.2