Search Results jtf_rs_roles_b
Overview
The JTF_RS_ROLES_B table is a core data object within the Oracle E-Business Suite CRM Foundation (JTF) module. It serves as the base table for storing the fundamental, non-translatable attributes that define a role within the application's resource management framework. A role in this context is a classification or a job function that can be assigned to resources (e.g., employees, partners) to define their responsibilities and access capabilities. This table is central to the role-based security and organizational modeling features of Oracle CRM, enabling the association of resources with specific functions and the management of hierarchical relationships between roles.
Key Information Stored
The table's primary identifier is the ROLE_ID column, which is the system-generated primary key for every unique role. While the provided ETRM excerpt does not list all columns, typical columns in such a base table include ROLE_NAME (a unique identifier for the role), START_DATE_ACTIVE, END_DATE_ACTIVE for managing the role's lifecycle, and CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY for auditing. The table stores the essential, language-independent data for a role, while translatable attributes like the role's description are stored in the related JTF_RS_ROLES_TL (Translation) table.
Common Use Cases and Queries
This table is primarily accessed for administrative setup, security reporting, and data validation. Common operational scenarios include generating a list of all active roles for assignment purposes, validating role IDs during data migration, and auditing role creation. A typical query would join the base table with its translation table to retrieve a user-friendly report. For example, to list all active roles with their descriptions in a specific language, one might use:
- SELECT b.ROLE_ID, b.ROLE_NAME, tl.ROLE_DESCRIPTION
- FROM JTF.JTF_RS_ROLES_B b,
- JTF.JTF_RS_ROLES_TL tl
- WHERE b.ROLE_ID = tl.ROLE_ID
- AND tl.LANGUAGE = USERENV('LANG')
- AND SYSDATE BETWEEN NVL(b.START_DATE_ACTIVE, SYSDATE) AND NVL(b.END_DATE_ACTIVE, SYSDATE);
Related Objects
The JTF_RS_ROLES_B table has defined foreign key relationships with several other critical tables in the resource manager schema, as documented in the ETRM. These relationships are:
- JTF_RS_JOB_ROLES: Links roles to specific job definitions via the JTF_RS_JOB_ROLES.ROLE_ID column.
- JTF_RS_ROLES_TL: Stores translated descriptions and names for the role, joined on JTF_RS_ROLES_TL.ROLE_ID.
- JTF_RS_ROLE_RELATIONS: Manages hierarchical or associative relationships between different roles (e.g., parent-child role structures), linked through JTF_RS_ROLE_RELATIONS.ROLE_ID.
These relationships illustrate that JTF_RS_ROLES_B is a master table for role data, which is referenced to define job-role mappings, provide multilingual support, and establish role hierarchies.
-
Table: JTF_RS_ROLES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ROLES_B, object_name:JTF_RS_ROLES_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_ROLES_B stores general information about a given Role. , implementation_dba_data: JTF.JTF_RS_ROLES_B ,
-
Table: JTF_RS_ROLES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ROLES_B, object_name:JTF_RS_ROLES_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_ROLES_B stores general information about a given Role. , implementation_dba_data: JTF.JTF_RS_ROLES_B ,
-
APPS.AST_OFL_PIPELINE_BUCKETS_PARAM dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.AML_SALES_LEADS_V2_PUB dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.CSF_PLANBOARD_TASKS dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.CN_PERIODS_API dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AML_MONITOR_WF dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AS_SALES_LEAD_ASSIGN_PVT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.JTF_RS_WF_EVENTS_PUB dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.AHL_GENERIC_APRV_PVT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.JTF_RS_GRP_MEMBERSHIP_PUB dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.CN_API dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.LNS_IMPORT_LOAN_PUB dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.AMS_APPROVAL_PVT dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.CN_TSR_PVT dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.JTF_RS_REP_MGR_DENORM_PVT dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.CSM_EMAIL_QUERY_PKG dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.CSR_SCHEDULER_PVT dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.AS_GAR_ACCOUNTS_PUB dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.AS_OPP_HEADER_PVT dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.LNS_WORK_FLOW dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.JTF_RS_ROLES_PVT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.JTF_RS_ROLES_PKG dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AST_OFL_LEAD_ASSIGN_PARAM dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AS_SALES_ORG_MANAGER_PVT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.IEX_PROCESS_ACCOUNT_WINNERS dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AS_AUTOCREATE_OPP dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.JTF_TTY_NA_TERRGP dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.JTF_TTY_MAINTAIN_NA_PVT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AS_GAR_QOT_PUB dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.IEX_COLLECTORS_TO_RESOURCE dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.JTF_RS_GRP_MEMBERSHIP_PUB dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.JTF_RS_ROLES_IUHK dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.JTF_TTY_MAINTAIN_NA_PVT dependencies on JTF_RS_ROLES_B
12.2.2
-
APPS.IEX_COLLECTORS_TO_RESOURCE dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.BIM_LEAD_RG_PKG dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.JTF_RS_CONC_RES_PUB dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.OKC_UTIL dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AS_IMPORT_SL_PVT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AST_OFL_ACCESSES_REPORT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AS_FORECAST_ACTUAL_PKG dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.JTY_WEBADI_OTH_TERR_DWNL_PKG dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.CN_TSR_PVT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AS_RTTAP_ACCOUNT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AS_OPP_SALES_CREDIT_PVT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.JTY_ASSIGN_REALTIME_PUB dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.JTF_RS_ROLE_RELATE_PVT dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AS_GAR_LEADS_PUB dependencies on JTF_RS_ROLES_B
12.1.1
-
APPS.AST_OFL_PIPELINE_BUCKETS_PARAM dependencies on JTF_RS_ROLES_B
12.1.1