[Home] [Help]
[Dependency Information]
| Object Name: | ICX_HR_ORGS_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.ICX_HR_ORGS_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (240) | Yes | |
| CITY | VARCHAR2 | (30) | ||
| COUNTRY | VARCHAR2 | (60) | ||
| ORGANIZATION_ID | NUMBER | (15) | Yes | |
| ORGANIZATION_TYPE | VARCHAR2 | (80) |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, CITY
, COUNTRY
, ORGANIZATION_ID
, ORGANIZATION_TYPE
FROM APPS.ICX_HR_ORGS_LOV_V;
APPS
FND_GLOBAL
- show dependent code
HR_API
- show dependent code
HR_GENERAL
- show dependent code
HR_ORGANIZATION_UNITS_V
HR_SECURITY
- show dependent code
APPS.ICX_HR_ORGS_LOV_V is not referenced by any database object
|
|
|
|