DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.JTF_RS_GROUP_MBR_ROLE_VL

Object Details
Object Name: JTF_RS_GROUP_MBR_ROLE_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_RS_GROUP_MBR_ROLE_VL
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
GROUP_MEMBER_ID NUMBER
Yes Resource Group Member identifier
RESOURCE_ID NUMBER
Yes Resource identifier
GROUP_ID NUMBER
Yes Resource Group identifier (foreign key to JTF_RS_GROUPS)
ROLE_ID NUMBER
Yes Role identifier
ROLE_NAME VARCHAR2 (60) Yes Role Name
ROLE_DESC VARCHAR2 (120)
Role Description
MEMBER_FLAG VARCHAR2 (1)
Flag indicating this role is a member role or not
ADMIN_FLAG VARCHAR2 (1)
Flag indicating this role is a admin role or not
MANAGER_FLAG VARCHAR2 (1)
Flag indicating this role is a manager role or not
LEAD_FLAG VARCHAR2 (1)
Flag indicating this role is a leader role or not
START_DATE_ACTIVE DATE
Yes Date this role-resource becomes active
END_DATE_ACTIVE DATE

Date this role-resource becomes inactive
ROLE_RELATE_ID NUMBER
Yes Role Relation identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT GROUP_MEMBER_ID
,      RESOURCE_ID
,      GROUP_ID
,      ROLE_ID
,      ROLE_NAME
,      ROLE_DESC
,      MEMBER_FLAG
,      ADMIN_FLAG
,      MANAGER_FLAG
,      LEAD_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ROLE_RELATE_ID
FROM APPS.JTF_RS_GROUP_MBR_ROLE_VL;

Dependencies

[top of page]

APPS.JTF_RS_GROUP_MBR_ROLE_VL references the following:

SchemaAPPS
SynonymJTF_RS_GROUP_MEMBERS
ViewJTF_RS_ROLES_VL
SynonymJTF_RS_ROLE_RELATIONS
APPS.JTF_RS_GROUP_MBR_ROLE_VL is referenced by following:

SchemaAPPS
ViewCN_COMP_GROUP_ADMINS
ViewCN_COMP_GROUP_MGRS_V
Package BodyCN_GET_COMM_SUMM_DATA_PVT - show dependent code
ViewCN_QM_MGR_GROUPS
ViewCN_QM_MGR_SRP_GROUPS
ViewCN_QM_SRP_GROUPS
ViewCN_SRP_COMP_GROUPS_V
Package BodyCN_SRP_HIER_PROC_PVT - show dependent code
Package BodyCN_TSR_PVT - show dependent code
Package BodyJTF_ESCWFACTIVITY_PVT - show dependent code
Package BodyJTF_RS_ROLE_RELATE_VUHK - show dependent code
ViewJTF_TTY_ALL_RESOURCES_V