Search Results jtf_rs_groups_b
Overview
The table JTF_RS_GROUPS_B is a core data entity within the Oracle E-Business Suite (EBS) CRM Foundation module (JTF). It serves as the base table for storing the fundamental definition and attributes of a "Group." In the context of Oracle CRM and related applications, a Group is a logical collection of resources, typically used to model organizational structures such as sales teams, service teams, or approval committees. This table is central to the Resource Manager (RS) functionality, enabling the assignment, management, and reporting of tasks, opportunities, leads, and service requests to teams rather than solely to individuals. Its integrity is critical for workflows across Sales (AS), Service (CS), and Financials (AR) modules that leverage group-based operations.
Key Information Stored
While the provided metadata does not list specific columns, the primary key is documented as GROUP_ID. This unique identifier is the critical column referenced throughout the system. Based on standard JTF_RS_GROUPS_B implementation, other typical columns include GROUP_NUMBER, GROUP_NAME, START_DATE_ACTIVE, END_DATE_ACTIVE, and ENABLED_FLAG, which manage the group's lifecycle. Additional columns often store descriptive information, email addresses, and links to parent groups or categories. The table's "B" suffix indicates it is the base table for a multi-language support (MLS) entity, with corresponding translated data stored in a related "_TL" table (e.g., JTF_RS_GROUPS_TL).
Common Use Cases and Queries
This table is primarily accessed to resolve group identities for transactional data and security rules. A frequent use case, directly relevant to the user's search for "ar_revenue_adjustments_all," is identifying the sales groups involved in revenue adjustments. For example, to report on all revenue adjustments with their associated 'From' and 'To' sales groups, one would join as follows:
- SELECT adj.*, from_grp.GROUP_NAME FROM_GROUP, to_grp.GROUP_NAME TO_GROUP FROM ar_revenue_adjustments_all adj, jtf_rs_groups_b from_grp, jtf_rs_groups_b to_grp WHERE adj.from_salesgroup_id = from_grp.group_id AND adj.to_salesgroup_id = to_grp.group_id;
Other common scenarios include listing all active sales groups for a forecast, assigning a new lead to a specific team, or determining the approval chain for a quote. Queries often filter on END_DATE_ACTIVE and ENABLED_FLAG to find currently valid groups.
Related Objects
JTF_RS_GROUPS_B is a heavily referenced parent table. As per the documented foreign keys, its GROUP_ID column is joined to numerous transactional and setup tables across EBS. Key relationships include:
- AR_REVENUE_ADJUSTMENTS_ALL: Links via FROM_SALESGROUP_ID and TO_SALESGROUP_ID to denote groups involved in revenue transfers.
- AR_COLLECTORS: Links via RESOURCE_ID, associating a collector with a group.
- Sales Force (AS) Objects: Central to sales operations, linked to AS_LEADS_ALL (OWNER_SALES_GROUP_ID), AS_SALES_CREDITS (SALESGROUP_ID), AS_FORECAST_ACTUALS (SALES_GROUP_ID), and others for team-based ownership and crediting.
- Service (CS) Objects: Referenced by CS_INCIDENTS_ALL_B (INCIDENT_OWNER_ID) for group-owned service requests.
- Approval Objects: Used in ASO_APR_RULE_APPROVERS and ASO_APR_APPROVAL_DET_B (JTF_RS_APPROVER_GROUP_ID) to define group-based approval rules.
- Other Dependencies: The table is also referenced by objects in Marketing (AMS), Web Channels (AMV), and Financial Intelligence (FII), underscoring its cross-module importance.
-
Table: JTF_RS_GROUPS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
Table: JTF_RS_GROUPS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
APPS.CSY_KPI_PKG dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.AS_LEAD_ROUTING_WF dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.PRP_RTTAP_INT_PVT dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.AS_OPP_HEADER_PVT dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.AS_OPP_SALES_CREDIT_PVT dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.JTF_RS_IMPORT_USER_PUB dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.AS_FORECAST_ACTUAL_PKG dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.AST_OFL_ACCESSES_REPORT dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.AS_SALES_LEADS_PVT dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.AS_GAR_LEADS_PUB dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.JTF_RS_GROUP_RELATE_IUHK dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.CAC_VIEW_WF_PVT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.CSM_GROUP_DOWNLOAD_PVT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.OKS_ENTITLEMENTS_WEB dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.JTF_RS_GROUP_RELATE_VUHK dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.JTF_RS_GROUP_RELATE_PVT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.JTF_RS_GROUP_RELATE_PUB dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.CCT_JTFRESOURCEROUTING_PUB dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.BIV_SR_DETAILS_PKG dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.CSD_REPAIRS_PVT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.AS_OPP_SALES_CREDIT_PVT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.CAC_SYNC_TASK_COMMON dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.OKL_AM_ASSET_RETURN_WF dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.IBU_DYN_USER_GROUPS_PKG dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.JTF_RS_DBI_8I_CONC_PUB dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.AS_SALES_LEAD_ASSIGN_PVT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.AR_REVENUE_ADJUSTMENT_PVT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.JTF_CAL_WF_PVT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.AST_OFL_LEAD_ASSIGN_PARAM dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.JTF_RS_DBI_CONC_PUB dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.AS_IMPORT_SL_PVT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.AS_ACCESS_PVT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.IEM_ROUTE_PUB dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.AS_RTTAP_ACCOUNT dependencies on JTF_RS_GROUPS_B
12.1.1
-
APPS.IEM_TAGPROCESS_PUB dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.ASO_VALIDATE_PVT dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.JTF_RS_GROUP_REPORT_PUB dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.OKL_CS_LC_CONTRACT_PVT dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.JTF_RS_ROLE_RELATE_PVT dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.OKC_CAC_PVT dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.PV_REFERRAL_GENERAL_PUB dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.JTF_ASSIGN_PUB dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.JTF_TTY_WEBADI_SALSTEAM_UPDATE dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.AS_PIPELINE_MOVE_PUB dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.AML_MONITOR_WF dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.JTF_RS_GROUP_RELATE_VUHK dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.JTF_RS_DBI_CONC_PUB dependencies on JTF_RS_GROUPS_B
12.2.2
-
APPS.AS_GAR_ACCOUNTS_PUB dependencies on JTF_RS_GROUPS_B
12.2.2