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 ,
-
Table: JTF_RS_GROUPS_DENORM
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_DENORM, object_name:JTF_RS_GROUPS_DENORM, status:VALID, product: JTF - CRM Foundation , description: This is a denormalized table for Group. It stores information about parent group and immediate parent flag. , implementation_dba_data: JTF.JTF_RS_GROUPS_DENORM ,
-
Table: JTF_RS_GRP_RELATIONS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GRP_RELATIONS, object_name:JTF_RS_GRP_RELATIONS, status:VALID, product: JTF - CRM Foundation , description: This table stores the relations between Groups. Primary key is Group_relate_id. Ex. for relation_type is 'PARENT_GROUP' , implementation_dba_data: JTF.JTF_RS_GRP_RELATIONS ,
-
Table: JTF_RS_GROUPS_DENORM
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_DENORM, object_name:JTF_RS_GROUPS_DENORM, status:VALID, product: JTF - CRM Foundation , description: This is a denormalized table for Group. It stores information about parent group and immediate parent flag. , implementation_dba_data: JTF.JTF_RS_GROUPS_DENORM ,
-
Table: JTF_RS_GROUPS_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_TL, object_name:JTF_RS_GROUPS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_RS_GROUPS_B. It is used to store all columns and data that are needed for Multi-Language Support. , implementation_dba_data: JTF.JTF_RS_GROUPS_TL ,
-
Table: JTF_RS_GRP_RELATIONS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GRP_RELATIONS, object_name:JTF_RS_GRP_RELATIONS, status:VALID, product: JTF - CRM Foundation , description: This table stores the relations between Groups. Primary key is Group_relate_id. Ex. for relation_type is 'PARENT_GROUP' , implementation_dba_data: JTF.JTF_RS_GRP_RELATIONS ,
-
Table: JTF_RS_GROUPS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_TL, object_name:JTF_RS_GROUPS_TL, status:VALID, product: JTF - CRM Foundation , description: Translation table for JTF_RS_GROUPS_B. It is used to store all columns and data that are needed for Multi-Language Support. , implementation_dba_data: JTF.JTF_RS_GROUPS_TL ,
-
Table: JTF_TTY_NAMED_ACCT_RSC
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_NAMED_ACCT_RSC, object_name:JTF_TTY_NAMED_ACCT_RSC, status:VALID, product: JTF - CRM Foundation , description: Contains Named Account assignments. , implementation_dba_data: JTF.JTF_TTY_NAMED_ACCT_RSC ,
-
Table: JTF_TTY_TERR_GRP_OWNERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GRP_OWNERS, object_name:JTF_TTY_TERR_GRP_OWNERS, status:VALID, product: JTF - CRM Foundation , description: This table stores owner information for territory groups , implementation_dba_data: JTF.JTF_TTY_TERR_GRP_OWNERS ,
-
Table: JTF_TTY_RSC_ACCT_SUMM
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_RSC_ACCT_SUMM, object_name:JTF_TTY_RSC_ACCT_SUMM, status:VALID, product: JTF - CRM Foundation , description: This table stores summarized data for sales RM bin , implementation_dba_data: JTF.JTF_TTY_RSC_ACCT_SUMM ,
-
Table: JTF_TTY_NAMED_ACCT_RSC
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_NAMED_ACCT_RSC, object_name:JTF_TTY_NAMED_ACCT_RSC, status:VALID, product: JTF - CRM Foundation , description: Contains Named Account assignments. , implementation_dba_data: JTF.JTF_TTY_NAMED_ACCT_RSC ,
-
Table: JTF_TTY_ACCT_RSC_DN
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_RSC_DN, object_name:JTF_TTY_ACCT_RSC_DN, status:VALID, product: JTF - CRM Foundation , description: This table stores named account assignments in denormalized manner , implementation_dba_data: JTF.JTF_TTY_ACCT_RSC_DN ,
-
Table: JTF_TERR_RSC_ALL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_RSC_ALL, object_name:JTF_TERR_RSC_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the resources that are assigned to a territory. , implementation_dba_data: JTF.JTF_TERR_RSC_ALL ,
-
Table: JTF_RS_GROUPS_AUD_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_AUD_B, object_name:JTF_RS_GROUPS_AUD_B, status:VALID, product: JTF - CRM Foundation , description: Base Table which stores audit information for a Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_AUD_B ,
-
Table: JTF_TTY_RSC_ACCT_SUMM
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_RSC_ACCT_SUMM, object_name:JTF_TTY_RSC_ACCT_SUMM, status:VALID, product: JTF - CRM Foundation , description: This table stores summarized data for sales RM bin , implementation_dba_data: JTF.JTF_TTY_RSC_ACCT_SUMM ,
-
Table: JTF_TTY_ACCT_RSC_DN
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_RSC_DN, object_name:JTF_TTY_ACCT_RSC_DN, status:VALID, product: JTF - CRM Foundation , description: This table stores named account assignments in denormalized manner , implementation_dba_data: JTF.JTF_TTY_ACCT_RSC_DN ,
-
Table: JTF_TTY_TERR_GRP_OWNERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_TERR_GRP_OWNERS, object_name:JTF_TTY_TERR_GRP_OWNERS, status:VALID, product: JTF - CRM Foundation , description: This table stores owner information for territory groups , implementation_dba_data: JTF.JTF_TTY_TERR_GRP_OWNERS ,
-
Table: JTF_RS_GROUPS_AUD_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_AUD_B, object_name:JTF_RS_GROUPS_AUD_B, status:VALID, product: JTF - CRM Foundation , description: Base Table which stores audit information for a Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_AUD_B ,
-
Table: JTF_RS_REP_MANAGERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_REP_MANAGERS, object_name:JTF_RS_REP_MANAGERS, status:VALID, product: JTF - CRM Foundation , description: Denormalized table that stores the reporting hierarchy of group members , implementation_dba_data: JTF.JTF_RS_REP_MANAGERS ,
-
Table: JTF_RS_TEAM_MEMBERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS, object_name:JTF_RS_TEAM_MEMBERS, status:VALID, product: JTF - CRM Foundation , description: This table stores the resources who are assigned to be team members. Primary key is Team_member_id. , implementation_dba_data: JTF.JTF_RS_TEAM_MEMBERS ,
-
View: CAC_TASK_RS_GROUPS_SEC
12.1.1
product: JTF - CRM Foundation , implementation_dba_data: Not implemented in this database ,
-
Table: JTF_TTY_ALIGN_PTERR
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_PTERR, object_name:JTF_TTY_ALIGN_PTERR, status:VALID, product: JTF - CRM Foundation , description: Stores the Resources used in the Alignment and their proposed quotas , implementation_dba_data: JTF.JTF_TTY_ALIGN_PTERR ,
-
Table: JTF_TTY_ALIGN_PTERR
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ALIGN_PTERR, object_name:JTF_TTY_ALIGN_PTERR, status:VALID, product: JTF - CRM Foundation , description: Stores the Resources used in the Alignment and their proposed quotas , implementation_dba_data: JTF.JTF_TTY_ALIGN_PTERR ,
-
Table: JTF_RS_REP_MANAGERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_REP_MANAGERS, object_name:JTF_RS_REP_MANAGERS, status:VALID, product: JTF - CRM Foundation , description: Denormalized table that stores the reporting hierarchy of group members , implementation_dba_data: JTF.JTF_RS_REP_MANAGERS ,
-
Table: JTF_RS_ACTIVE_GRP_MBRS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ACTIVE_GRP_MBRS, object_name:JTF_RS_ACTIVE_GRP_MBRS, status:VALID, product: JTF - CRM Foundation , description: This Table contains only active group membership detais. , implementation_dba_data: JTF.JTF_RS_ACTIVE_GRP_MBRS ,
-
Table: JTF_RS_ACTIVE_GRP_MBRS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ACTIVE_GRP_MBRS, object_name:JTF_RS_ACTIVE_GRP_MBRS, status:VALID, product: JTF - CRM Foundation , description: This Table contains only active group membership detais. , implementation_dba_data: JTF.JTF_RS_ACTIVE_GRP_MBRS ,
-
Table: JTF_RS_GROUP_MEMBERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUP_MEMBERS, object_name:JTF_RS_GROUP_MEMBERS, status:VALID, product: JTF - CRM Foundation , description: This table stores the resources who are assigned to be group members. Primary key is Group_member_id. , implementation_dba_data: JTF.JTF_RS_GROUP_MEMBERS ,
-
View: JTF_RS_DBI_UNSEC_GRPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_DBI_UNSEC_GRPS_V, object_name:JTF_RS_DBI_UNSEC_GRPS_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_RS_DBI_UNSEC_GRPS_V ,
-
View: CAC_TASK_RS_GROUPS_SEC
12.2.2
product: JTF - CRM Foundation , implementation_dba_data: Not implemented in this database ,
-
Table: JTF_RS_TEAM_MEMBERS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS, object_name:JTF_RS_TEAM_MEMBERS, status:VALID, product: JTF - CRM Foundation , description: This table stores the resources who are assigned to be team members. Primary key is Team_member_id. , implementation_dba_data: JTF.JTF_RS_TEAM_MEMBERS ,
-
View: JTF_RS_DBI_UNSEC_GRPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_DBI_UNSEC_GRPS_V, object_name:JTF_RS_DBI_UNSEC_GRPS_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_RS_DBI_UNSEC_GRPS_V ,
-
Table: JTF_TERR_RSC_ALL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TERR_RSC_ALL, object_name:JTF_TERR_RSC_ALL, status:VALID, product: JTF - CRM Foundation , description: Stores the resources that are assigned to a territory. , implementation_dba_data: JTF.JTF_TERR_RSC_ALL ,
-
Table: JTF_RS_GROUP_USAGES
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUP_USAGES, object_name:JTF_RS_GROUP_USAGES, status:VALID, product: JTF - CRM Foundation , description: This table stores the usages which are assigned to be groups. Primary key is Group_usage_id. Group_id and usage are unique key. , implementation_dba_data: JTF.JTF_RS_GROUP_USAGES ,
-
Table: JTF_RS_GROUP_USAGES
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUP_USAGES, object_name:JTF_RS_GROUP_USAGES, status:VALID, product: JTF - CRM Foundation , description: This table stores the usages which are assigned to be groups. Primary key is Group_usage_id. Group_id and usage are unique key. , implementation_dba_data: JTF.JTF_RS_GROUP_USAGES ,
-
Table: JTF_RS_GROUP_MEMBERS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUP_MEMBERS, object_name:JTF_RS_GROUP_MEMBERS, status:VALID, product: JTF - CRM Foundation , description: This table stores the resources who are assigned to be group members. Primary key is Group_member_id. , implementation_dba_data: JTF.JTF_RS_GROUP_MEMBERS ,
-
Table: JTF_RS_ROLE_RELATIONS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ROLE_RELATIONS, object_name:JTF_RS_ROLE_RELATIONS, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between resources and roles. Primary key is Resource_id and Role_id. Each resource can be assigned to multiple roles. , implementation_dba_data: JTF.JTF_RS_ROLE_RELATIONS ,
-
Table: JTF_RS_ROLE_RELATIONS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_ROLE_RELATIONS, object_name:JTF_RS_ROLE_RELATIONS, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between resources and roles. Primary key is Resource_id and Role_id. Each resource can be assigned to multiple roles. , implementation_dba_data: JTF.JTF_RS_ROLE_RELATIONS ,
-
View: JTF_RS_GROUPS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_GROUPS_VL, object_name:JTF_RS_GROUPS_VL, status:VALID, product: JTF - CRM Foundation , description: MLS View forJTF_RS_GROUPS_B and JTF_RS_GROUPS_TL. , implementation_dba_data: APPS.JTF_RS_GROUPS_VL ,
-
View: JTF_RS_GROUPS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_GROUPS_VL, object_name:JTF_RS_GROUPS_VL, status:VALID, product: JTF - CRM Foundation , description: MLS View forJTF_RS_GROUPS_B and JTF_RS_GROUPS_TL. , implementation_dba_data: APPS.JTF_RS_GROUPS_VL ,
-
View: JTF_RS_TEAM_MEMBERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS_VL, object_name:JTF_RS_TEAM_MEMBERS_VL, status:VALID, product: JTF - CRM Foundation , description: This view is used in define Team form members block. , implementation_dba_data: APPS.JTF_RS_TEAM_MEMBERS_VL ,
-
View: JTF_RS_TEAM_MEMBERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_TEAM_MEMBERS_VL, object_name:JTF_RS_TEAM_MEMBERS_VL, status:VALID, product: JTF - CRM Foundation , description: This view is used in define Team form members block. , implementation_dba_data: APPS.JTF_RS_TEAM_MEMBERS_VL ,
-
View: JTF_RS_GROUP_DTLS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_GROUP_DTLS_VL, object_name:JTF_RS_GROUP_DTLS_VL, status:VALID, product: JTF - CRM Foundation , description: This view has the groups details including name and manager , implementation_dba_data: APPS.JTF_RS_GROUP_DTLS_VL ,
-
View: JTF_RS_GROUP_DTLS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_GROUP_DTLS_VL, object_name:JTF_RS_GROUP_DTLS_VL, status:VALID, product: JTF - CRM Foundation , description: This view has the groups details including name and manager , implementation_dba_data: APPS.JTF_RS_GROUP_DTLS_VL ,
-
View: JTF_TTY_SRCH_MY_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_SRCH_MY_RESOURCES_V, object_name:JTF_TTY_SRCH_MY_RESOURCES_V, status:VALID, product: JTF - CRM Foundation , description: Shows all the direct and indirect reports of a salesperson , implementation_dba_data: APPS.JTF_TTY_SRCH_MY_RESOURCES_V ,
-
View: JTF_TTY_SRCH_MY_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_SRCH_MY_RESOURCES_V, object_name:JTF_TTY_SRCH_MY_RESOURCES_V, status:VALID, product: JTF - CRM Foundation , description: Shows all the direct and indirect reports of a salesperson , implementation_dba_data: APPS.JTF_TTY_SRCH_MY_RESOURCES_V ,
-
View: JTF_TTY_MY_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_MY_RESOURCES_V, object_name:JTF_TTY_MY_RESOURCES_V, status:VALID, product: JTF - CRM Foundation , description: Shows all the direct and indirect reports of a salesperson , implementation_dba_data: APPS.JTF_TTY_MY_RESOURCES_V ,
-
View: JTF_TTY_MY_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_MY_RESOURCES_V, object_name:JTF_TTY_MY_RESOURCES_V, status:VALID, product: JTF - CRM Foundation , description: Shows all the direct and indirect reports of a salesperson , implementation_dba_data: APPS.JTF_TTY_MY_RESOURCES_V ,