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


VIEW: APPS.JTF_RS_GRP_HIER_MEM_V

Object Details
Object Name: JTF_RS_GRP_HIER_MEM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_RS_GRP_HIER_MEM_V
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
RESOURCE_NAME VARCHAR2 (360)
Resource Name
ROLE_NAME VARCHAR2 (60) Yes Role Name
START_DATE_ACTIVE DATE
Yes Start date of reporting hierarchy of the Resource.
END_DATE_ACTIVE DATE

End date of reporting hierarchy of the Resource.
CATEGORY VARCHAR2 (30) Yes Category of the Resource
REPORTS_TO_FLAG VARCHAR2 (1) Yes Direct Report or Indirect report.
PARENT_RESOURCE_ID NUMBER

Parent Resource Identifier
GROUP_ID NUMBER
Yes Group Identifier
RESOURCE_ID NUMBER
Yes Resource Identifier
Query Text

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


SELECT RESOURCE_NAME
,      ROLE_NAME
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      CATEGORY
,      REPORTS_TO_FLAG
,      PARENT_RESOURCE_ID
,      GROUP_ID
,      RESOURCE_ID
FROM APPS.JTF_RS_GRP_HIER_MEM_V;

Dependencies

[top of page]

APPS.JTF_RS_GRP_HIER_MEM_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymJTF_RS_REP_MANAGERS
SynonymJTF_RS_RESOURCE_EXTNS_TL
ViewJTF_RS_ROLE_RELATIONS_VL

APPS.JTF_RS_GRP_HIER_MEM_V is not referenced by any database object