[Home] [Help]
[Dependency Information]
| Object Name: | HRI_CL_ORG_HRCY_BX_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | HRI.HRI_CL_ORG_HRCY_BX_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
List of values for HR Organization Hierarchies, (restricts to hierarchies in a business group, but shows all global hierarchies).
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | (15) | Yes | |
| VALUE | VARCHAR2 | (30) | Yes | |
| START_DATE | DATE | |||
| END_DATE | DATE | |||
| RESPONSIBILITY_ID | NUMBER | |||
| PRIMARY_STRUCTURE_FLAG | VARCHAR2 | (30) | ||
| BUSINESS_GROUP_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, START_DATE
, END_DATE
, RESPONSIBILITY_ID
, PRIMARY_STRUCTURE_FLAG
, BUSINESS_GROUP_ID
FROM APPS.HRI_CL_ORG_HRCY_BX_V;
APPS
FND_GLOBAL
- show dependent code
HRI_CL_ORG_HRCY_N_V
HRI_OLTP_VIEW_SECURITY
- show dependent code
HR_BIS
- show dependent code
HR_GENERAL
- show dependent code
APPS.HRI_CL_ORG_HRCY_BX_V is not referenced by any database object
|
|
|
|