[Home] [Help]
[Dependency Information]
| Object Name: | OKL_AM_INV_ORG_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_AM_INV_ORG_UV
|
| 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 |
|---|---|---|---|---|
| ORGANIZATION_CODE | VARCHAR2 | (3) | Organization Code | |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization Name |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization ID |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_CODE
, ORGANIZATION_NAME
, ORGANIZATION_ID
FROM APPS.OKL_AM_INV_ORG_UV;
APPS
HR_GENERAL
- show dependent code
HR_SECURITY
- show dependent code
ORG_ORGANIZATION_DEFINITIONS
APPS.OKL_AM_INV_ORG_UV is not referenced by any database object
|
|
|
|