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


VIEW: APPS.JTF_RS_GRP_HIER_V

Object Details
Object Name: JTF_RS_GRP_HIER_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_RS_GRP_HIER_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
GROUP_ID NUMBER
Yes Group Identifier
PARENT_RESOURCE_ID NUMBER

Parent Resource Identifier
GROUP_NUMBER VARCHAR2 (30) Yes Group Number
GROUP_NAME VARCHAR2 (60) Yes Group Name
GROUP_DESC VARCHAR2 (240)
Group Description
START_DATE_ACTIVE DATE

Start date of the Group
END_DATE_ACTIVE DATE

End date of the Group
Query Text

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


SELECT GROUP_ID
,      PARENT_RESOURCE_ID
,      GROUP_NUMBER
,      GROUP_NAME
,      GROUP_DESC
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.JTF_RS_GRP_HIER_V;

Dependencies

[top of page]

APPS.JTF_RS_GRP_HIER_V references the following:

SchemaAPPS
ViewJTF_RS_GROUPS_VL
SynonymJTF_RS_REP_MANAGERS

APPS.JTF_RS_GRP_HIER_V is not referenced by any database object