Search Results jtf_um_usertypes_b
Overview
The table JTF_UM_USERTYPES_B is a core data object within the Oracle E-Business Suite (EBS) CRM Foundation module (JTF). It serves as the base table for defining and managing user types, which are fundamental classifications within the User Management (UM) framework. User types categorize end-users, such as employees, partners, or customers, enabling the systematic assignment of roles, responsibilities, subscriptions, and registration workflows. This table is critical for implementing a structured, role-based access control and provisioning system across CRM and related EBS applications in both versions 12.1.1 and 12.2.2.
Key Information Stored
The table's structure centers on two primary keys, ensuring data integrity and unique identification. The column USERTYPE_ID is the immutable internal primary key (JTF_UM_USERTYPES_B_PK) used for all foreign key relationships. The composite key (JTF_UM_USERTYPES_B_U1) on USERTYPE_KEY and EFFECTIVE_START_DATE supports effective-dated tracking of user type definitions, allowing for changes over time. While the provided ETRM excerpt does not list all columns, the presence of EFFECTIVE_START_DATE implies a corresponding EFFECTIVE_END_DATE column for managing the lifecycle of a user type definition. The USERTYPE_KEY column typically stores a unique, meaningful code for the user type, such as 'EMPLOYEE' or 'PARTNER'.
Common Use Cases and Queries
This table is primarily accessed for user management configuration and security reporting. Common operational scenarios include auditing the assignment of roles and responsibilities by user type, managing subscription lists for mass communications, and configuring self-service registration templates. A typical query retrieves all active user types and their associated translatable names from the corresponding TL (Translation) table.
Sample Query:
SELECT b.usertype_id, b.usertype_key, tl.name
FROM jtf_um_usertypes_b b,
jtf_um_usertypes_tl tl
WHERE b.usertype_id = tl.usertype_id
AND tl.language = USERENV('LANG')
AND SYSDATE BETWEEN b.effective_start_date
AND NVL(b.effective_end_date, SYSDATE+1);
Data in this table is typically maintained via the Oracle User Management administrative screens, not via direct SQL manipulation.
Related Objects
JTF_UM_USERTYPES_B is a central parent table with numerous child relationships, as documented in the ETRM. The USERTYPE_ID column is referenced by the following key tables in the User Management schema:
- JTF_UM_USERTYPES_TL: Stores the translated names and descriptions for the user type.
- JTF_UM_USERTYPE_REG: Links user types to specific self-service registration processes.
- JTF_UM_USERTYPE_RESP: Maps user types to responsibilities, defining default access privileges.
- JTF_UM_USERTYPE_ROLE: Associates user types with security roles for provisioning.
- JTF_UM_USERTYPE_SUBSCRIP: Manages subscription lists (e.g., for notifications) by user type.
- JTF_UM_USERTYPE_TMPL: Assigns provisioning templates to user types for automated account setup.
These relationships illustrate that JTF_UM_USERTYPES_B acts as the primary driver for configuring the entire user provisioning and security model for a given class of users within Oracle EBS.
-
Table: JTF_UM_USERTYPES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_UM_USERTYPES_B, object_name:JTF_UM_USERTYPES_B, status:VALID, product: JTF - CRM Foundation , description: . , implementation_dba_data: JTF.JTF_UM_USERTYPES_B ,
-
Table: JTF_UM_USERTYPES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_UM_USERTYPES_B, object_name:JTF_UM_USERTYPES_B, status:VALID, product: JTF - CRM Foundation , description: . , implementation_dba_data: JTF.JTF_UM_USERTYPES_B ,
-
APPS.JTF_UM_PASSWORD_PVT dependencies on JTF_UM_USERTYPES_B
12.1.1
-
APPS.IBE_WORKFLOW_PVT dependencies on JTF_UM_USERTYPES_B
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on JTF_UM_USERTYPES_B
12.1.1
-
APPS.JTF_UM_USER_ADMIN_PVT dependencies on JTF_UM_USERTYPES_B
12.1.1
-
APPS.JTF_UMUTIL dependencies on JTF_UM_USERTYPES_B
12.1.1
-
APPS.JTF_UM_USERTYPE_CREDENTIALS dependencies on JTF_UM_USERTYPES_B
12.2.2
-
APPS.JTF_UM_USER_ADMIN_PVT dependencies on JTF_UM_USERTYPES_B
12.2.2
-
APPS.JTF_UM_USERTYPE_CREDENTIALS dependencies on JTF_UM_USERTYPES_B
12.1.1
-
APPS.JTF_UM_ROLE_VERIFICATION dependencies on JTF_UM_USERTYPES_B
12.2.2
-
APPS.JTF_UMUTIL dependencies on JTF_UM_USERTYPES_B
12.2.2
-
APPS.PV_CONTACT_USER_BATCH_PUB dependencies on JTF_UM_USERTYPES_B
12.1.1
-
APPS.JTF_UM_USERTYPES_PKG dependencies on JTF_UM_USERTYPES_B
12.1.1
-
APPS.PV_CONTACT_USER_BATCH_PUB dependencies on JTF_UM_USERTYPES_B
12.2.2
-
APPS.IBE_JTA_INTEGRATION_GRP dependencies on JTF_UM_USERTYPES_B
12.1.1
-
APPS.JTF_UM_WF_APPROVAL dependencies on JTF_UM_USERTYPES_B
12.1.1
-
APPS.JTF_UM_PASSWORD_PVT dependencies on JTF_UM_USERTYPES_B
12.2.2
-
APPS.IBE_JTA_INTEGRATION_GRP dependencies on JTF_UM_USERTYPES_B
12.2.2
-
APPS.JTF_UM_WF_APPROVAL dependencies on JTF_UM_USERTYPES_B
12.2.2
-
APPS.JTF_UM_USERTYPES_PKG dependencies on JTF_UM_USERTYPES_B
12.2.2
-
APPS.JTF_UM_ROLE_VERIFICATION dependencies on JTF_UM_USERTYPES_B
12.1.1
-
APPS.PV_CONTACT_USER_BATCH_PUB dependencies on JTF_UM_SUBSCRIPTIONS_B
12.1.1
-
APPS.PV_CONTACT_USER_BATCH_PUB dependencies on JTF_UM_SUBSCRIPTIONS_B
12.2.2
-
APPS.JTF_UM_USERTYPES_PKG dependencies on JTF_UM_USERTYPES_B_S
12.2.2
-
APPS.JTF_UM_USERTYPE_CREDENTIALS dependencies on JTF_UM_USERTYPE_REG
12.1.1
-
APPS.JTF_UM_USERTYPE_CREDENTIALS dependencies on JTF_UM_USERTYPE_REG
12.2.2
-
APPS.IBE_JTA_INTEGRATION_GRP dependencies on FND_LOOKUP_VALUES
12.2.2
-
APPS.JTF_UM_USERTYPES_PKG dependencies on JTF_UM_USERTYPES_B_S
12.1.1
-
APPS.JTF_UM_ROLE_VERIFICATION dependencies on JTF_UM_USERTYPE_ROLE
12.1.1
-
APPS.IBE_JTA_INTEGRATION_GRP dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.JTF_UM_ROLE_VERIFICATION dependencies on JTF_UM_USERTYPE_ROLE
12.2.2
-
APPS.PV_CONTACT_USER_BATCH_PUB dependencies on JTF_UM_USERTYPE_SUBSCRIP
12.1.1
-
APPS.PV_CONTACT_USER_BATCH_PUB dependencies on JTF_UM_USERTYPE_SUBSCRIP
12.2.2
-
VIEW: JTF.JTF_UM_USERTYPES_B#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_UM_USERTYPES_B#, status:VALID,
-
APPS.IBE_JTA_INTEGRATION_GRP dependencies on JTF_UM_USERTYPE_REG
12.1.1
-
APPS.JTF_UM_USERTYPE_CREDENTIALS dependencies on HZ_RELATIONSHIPS
12.2.2
-
APPS.JTF_UM_USERTYPE_CREDENTIALS dependencies on HZ_RELATIONSHIPS
12.1.1
-
Lookup Type: JTF_AUTH_OWNERTABLE_NAME
12.2.2
product: JTF - CRM Foundation , meaning: Ownertable Name , description: OWNERTABLE_NAME in JTF_AUTH_MAPS_SOURCES ,
-
APPS.PV_CONTACT_USER_BATCH_PUB dependencies on FND_RESPONSIBILITY_VL
12.1.1
-
APPS.IBE_JTA_INTEGRATION_GRP dependencies on JTF_UM_USERTYPE_REG
12.2.2
-
Table: JTF_UM_USERTYPES_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_UM_USERTYPES_TL, object_name:JTF_UM_USERTYPES_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_UM_USERTYPES_B , implementation_dba_data: JTF.JTF_UM_USERTYPES_TL ,
-
Table: JTF_UM_USERTYPES_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_UM_USERTYPES_TL, object_name:JTF_UM_USERTYPES_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_UM_USERTYPES_B , implementation_dba_data: JTF.JTF_UM_USERTYPES_TL ,
-
TRIGGER: APPS.JTF_UM_USERTYPES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:JTF_UM_USERTYPES_B+, status:VALID,
-
APPS.JTF_UM_USERTYPE_CREDENTIALS dependencies on HZ_PARTIES
12.1.1
-
APPS.JTF_UM_USERTYPE_CREDENTIALS SQL Statements
12.1.1
-
Lookup Type: JTF_AUTH_OWNERTABLE_NAME
12.1.1
product: JTF - CRM Foundation , meaning: Ownertable Name , description: OWNERTABLE_NAME in JTF_AUTH_MAPS_SOURCES ,
-
APPS.JTF_UM_USERTYPE_CREDENTIALS dependencies on HZ_PARTIES
12.2.2
-
APPS.PV_CONTACT_USER_BATCH_PUB dependencies on FND_RESPONSIBILITY_VL
12.2.2
-
APPS.JTF_UM_USERTYPE_CREDENTIALS SQL Statements
12.2.2