[Home] [Help]
[Dependency Information]
Object Name: | JTF_RS_GRP_HIER_MEM_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
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 |
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;
APPS.JTF_RS_GRP_HIER_MEM_V is not referenced by any database object
|
|
|