[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 organization |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization Id |
| DATE_FROM | DATE | Yes | Date From | |
| DATE_TO | DATE | Date to | ||
| INTERNAL_EXTERNAL_FLAG | VARCHAR2 | (30) | Internal or External Flag for Organization | |
| OPERATING_UNIT | VARCHAR2 | (240) | Operating Unit |
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
APPS.HR_ORG_OU_V is not referenced by any database object
|
|
|
|