Search Results rs_group_member
Overview
The view APPS.JTF_RS_GROUP_DTLS_VL is a denormalized, language-aware reporting view within the Oracle E-Business Suite Resource Manager (JTF_RS) schema. It exposes the full detail of a resource group — its descriptive name and description, its parent-child relationships, its manager assignment, and its associated role relations — as a single flattened result set. The _VL suffix indicates that the view joins translated (TL) data using USERENV('LANG'), so that GROUP_NAME and GROUP_DESC are returned in the session's current language. Because it consolidates data that is otherwise spread across base, translation, member, relation, and role tables, it is well suited to reporting, concurrent programs, and integration interfaces that need a complete picture of group membership and hierarchy without writing complex multi-table joins.
Underlying Base Objects
The view is defined over the following documented base objects, all owned by APPS:
JTF_RS_GROUPS_B— the base table holding core group attributes (aliasedB).JTF_RS_GROUPS_TL— the translation table supplying language-specific name and description (aliasedT).JTF_RS_GRP_RELATIONS— group-to-group relations; the parent group is resolved viaRELATION_TYPE = 'PARENT_GROUP'(aliasedR).JTF_RS_GROUP_MEMBERS— the group's members, providing manager person and resource identifiers (aliasedMEM).JTF_RS_ROLE_RELATIONS— role assignments tied to group members (aliasedRREL).JTF_RS_ROLES_VL— the roles view, restricted to roles whereMANAGER_FLAG = 'Y'(aliasedROLE).FND_LOOKUPS— the lookup view, filtered toLOOKUP_TYPE = 'JTF_RS_ROLE_TYPE'(aliasedRTYPE).FND_GLOBAL— used indirectly to supply the session language.
The joins are predominantly outer joins, and soft-delete filters (DELETE_FLAG <> 'Y') are applied to the relations, members, and role-relation tables, ensuring logically deleted rows are excluded.
Key Columns
The view exposes identifiers, translated descriptions, hierarchical links, and role metadata. Significant columns include:
GROUP_ID,GROUP_NAME,GROUP_DESC— group identity and translated text.PARENT_GROUP_ID— the related group fromJTF_RS_GRP_RELATIONS, establishing the group hierarchy.MANAGER_PERSON_ID,MANAGER_ID— the manager's person and resource identifiers derived from the group member row.EXCLUSIVE_FLAG,START_DATE_ACTIVE,END_DATE_ACTIVE— group operational attributes.ROLE_RELATE_ID,ROLE_ID,ROLE_TYPE_CODE,ROLE_TYPE_NAME,ROLE_TYPE_DESC— role relation and lookup-derived role type information.ROLE_RESOURCE_TYPE(defaulted to'RS_GROUP_MEMBER'),ROLE_RESOURCE_ID— the resource bound to the role relation.ACCOUNTING_CODEandATTRIBUTE1throughATTRIBUTE15— the standard descriptive flexfield and audit columns.- Audit columns:
CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical use cases include resource group reporting, manager/role assignment audits, and hierarchy-driven integrations. A common requirement is finding the group and manager context for a given member (RS_GROUP_MEMBER):
SELECT g.GROUP_ID,
g.GROUP_NAME,
g.PARENT_GROUP_ID,
g.MANAGER_PERSON_ID,
g.ROLE_TYPE_NAME
FROM APPS.JTF_RS_GROUP_DTLS_VL g
WHERE g.GROUP_ID = :p_group_id;
Because the view is language-aware, no explicit language predicate is required; the current session language is applied automatically. Callers should note that restrictive filters on MANAGER_FLAG = 'Y' and the sole supported role relation type (RS_GROUP_MEMBER) mean the result set reflects manager-oriented group detail rather than every possible role assignment. For full membership lists, the underlying JTF_RS_GROUP_MEMBERS table should be queried directly.
-
VIEW: APPS.JTF_RS_GROUP_DTLS_VL
12.1.1
-
VIEW: APPS.JTF_RS_GROUP_DTLS_VL
12.2.2
-
VIEW: APPS.BIX_DM_GROUP_RPT_PARAM_V
12.1.1
-
VIEW: APPS.BIX_DM_GROUP_BIN_PARAM_V
12.1.1
-
VIEW: APPS.JTF_TTY_MY_DIRECTS_V
12.1.1
-
VIEW: APPS.JTF_RS_GROUP_MBR_ROLE_VL
12.2.2
-
View: JTF_TTY_MY_DIRECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_MY_DIRECTS_V, object_name:JTF_TTY_MY_DIRECTS_V, status:VALID, product: JTF - CRM Foundation , description: Shows all the direct reports of a salesperson , implementation_dba_data: APPS.JTF_TTY_MY_DIRECTS_V ,
-
VIEW: APPS.JTF_RS_GROUP_MBR_ROLE_VL
12.1.1
-
VIEW: APPS.JTF_TR_ALL_RESOURCES_V
12.1.1
-
VIEW: APPS.JTF_TTY_MY_DIRECTS_V
12.2.2
-
VIEW: APPS.AS_SALESFORCE_SUB_V
12.1.1
-
VIEW: APPS.AS_SALESFORCE_SUB_V
12.2.2
-
VIEW: APPS.JTF_TR_ALL_RESOURCES_V
12.2.2
-
VIEW: APPS.CSF_GROUP_MEMBER_ROLES_V
12.2.2
-
VIEW: APPS.AS_RPT_ADMINS_V
12.2.2
-
View: JTF_TTY_MY_DIRECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TTY_MY_DIRECTS_V, object_name:JTF_TTY_MY_DIRECTS_V, status:VALID, product: JTF - CRM Foundation , description: Shows all the direct reports of a salesperson , implementation_dba_data: APPS.JTF_TTY_MY_DIRECTS_V ,
-
VIEW: APPS.AS_RPT_ADMINS_V
12.1.1
-
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: APPS.AST_SALESREP_LOV_V
12.1.1
-
VIEW: APPS.BIL_TX_SALES_PERSON_V
12.1.1
-
VIEW: APPS.AS_FC_SALESFORCE_V
12.1.1
-
VIEW: APPS.AST_SALESREP_LOV_V
12.2.2
-
View: JTF_TR_ALL_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TR_ALL_RESOURCES_V, object_name:JTF_TR_ALL_RESOURCES_V, status:VALID, product: JTF - CRM Foundation , description: This view stores all the resources , implementation_dba_data: APPS.JTF_TR_ALL_RESOURCES_V ,
-
VIEW: APPS.AS_FC_SALESFORCE_V
12.2.2
-
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: APPS.JTF_TTY_SRCH_MY_RESOURCES_V
12.2.2
-
APPS.AST_OFL_ACCESSES_REPORT SQL Statements
12.2.2
-
VIEW: APPS.AS_SG_ACTIVE_MGR_V
12.2.2
-
View: JTF_TR_ALL_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_TR_ALL_RESOURCES_V, object_name:JTF_TR_ALL_RESOURCES_V, status:VALID, product: JTF - CRM Foundation , description: This view stores all the resources , implementation_dba_data: APPS.JTF_TR_ALL_RESOURCES_V ,
-
VIEW: APPS.JTF_TTY_SRCH_MY_RESOURCES_V
12.1.1
-
VIEW: APPS.AS_SALES_GROUPS_V
12.1.1
-
VIEW: APPS.AS_SALES_GROUPS_V
12.2.2
-
VIEW: APPS.JTF_TTY_MY_RESOURCES_V
12.2.2
-
VIEW: APPS.JTF_TTY_MY_RESOURCES_V
12.1.1
-
VIEW: APPS.AS_SG_ACTIVE_MGR_V
12.1.1
-
APPS.AST_OFL_ACCESSES_REPORT SQL Statements
12.1.1
-
APPS.JTF_RS_REP_MGR_DENORM_PVT SQL Statements
12.1.1
-
APPS.JTF_RS_REP_MGR_DENORM_PVT SQL Statements
12.2.2
-
VIEW: APPS.AS_FC_SALES_GROUPS_V
12.2.2
-
View: JTF_RS_GROUP_MBR_ROLE_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_GROUP_MBR_ROLE_VL, object_name:JTF_RS_GROUP_MBR_ROLE_VL, status:VALID, product: JTF - CRM Foundation , description: This view is used in define group form member_roles block. , implementation_dba_data: APPS.JTF_RS_GROUP_MBR_ROLE_VL ,
-
VIEW: APPS.AS_FC_SALES_GROUPS_V
12.1.1
-
View: AS_SALESFORCE_SUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALESFORCE_SUB_V, object_name:AS_SALESFORCE_SUB_V, status:VALID, product: AS - Sales Foundation , description: This view shows all the salesforce from JTF resource manager who are members or managers , implementation_dba_data: APPS.AS_SALESFORCE_SUB_V ,
-
APPS.AST_OFL_LEAD_ASSIGN_PARAM SQL Statements
12.2.2
-
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 ,
-
MATERIALIZED VIEW: APPS.AS_GROUP_MV
12.1.1
-
View: JTF_RS_GROUP_MBR_ROLE_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_RS_GROUP_MBR_ROLE_VL, object_name:JTF_RS_GROUP_MBR_ROLE_VL, status:VALID, product: JTF - CRM Foundation , description: This view is used in define group form member_roles block. , implementation_dba_data: APPS.JTF_RS_GROUP_MBR_ROLE_VL ,
-
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: AS_RPT_ADMINS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_RPT_ADMINS_V, object_name:AS_RPT_ADMINS_V, status:VALID, product: AS - Sales Foundation , description: This view shows the sales reporting hierarchy information for admin , implementation_dba_data: APPS.AS_RPT_ADMINS_V ,
-
View: AS_RPT_ADMINS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_RPT_ADMINS_V, object_name:AS_RPT_ADMINS_V, status:VALID, product: AS - Sales Foundation , description: This view shows the sales reporting hierarchy information for admin , implementation_dba_data: APPS.AS_RPT_ADMINS_V ,
-
APPS.JTF_RS_CONC_REPMGR_PUB SQL Statements
12.2.2