[Home] [Help]
[Dependency Information]
| Object Name: | HR_ORG_OU_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
HR Org Operating Unit Upload
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (240) | Yes | Name of the organization |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization ID |
| DATE_FROM | DATE | Yes | Start date of the organization. | |
| DATE_TO | DATE | End date of the organization. | ||
| INTERNAL_EXTERNAL_FLAG | VARCHAR2 | (30) | Indicates whether organization is Internal or External | |
| OPERATING_UNIT | VARCHAR2 | (240) | Default Operating unit of the Organization |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, ORGANIZATION_ID
, DATE_FROM
, DATE_TO
, INTERNAL_EXTERNAL_FLAG
, OPERATING_UNIT
FROM APPS.HR_ORG_OU_V;
APPS
FND_GLOBAL
- show dependent code
HR_GENERAL
- show dependent code
HR_ORGANIZATION_INFORMATION
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
PUBLIC
HR_ORG_OU_V
|
|
|
|