[Home] [Help]
[Dependency Information]
| Object Name: | OKX_COUNTRIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_COUNTRIES_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 |
|---|---|---|---|---|
| ID1 | VARCHAR2 | (2) | Yes | The code for the territory |
| ID2 | CHAR | (1) | (Multi-part) Primary Key | |
| NAME | VARCHAR2 | (80) | Yes | The short name that stands for the territory |
| DESCRIPTION | VARCHAR2 | (240) | Description | |
| ISO_NUMERIC_CODE | VARCHAR2 | (3) | The ISO numeric entity code | |
| STATUS | CHAR | (1) | Status | |
| START_DATE_ACTIVE | DATE | Date record becomes active | ||
| END_DATE_ACTIVE | VARCHAR2 | (0) | Date record becomes inactive | |
| PRIMARY_UOM_CODE | VARCHAR2 | (0) | Used for lines entry, list for UOM. |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, NAME
, DESCRIPTION
, ISO_NUMERIC_CODE
, STATUS
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, PRIMARY_UOM_CODE
FROM APPS.OKX_COUNTRIES_V;
APPS
FND_TERRITORIES
FND_TERRITORIES_TL
APPS
OKL_IEN_PVT
- show dependent code
OKL_INR_PVT
- show dependent code
OKL_INS_EXCLUSIONS_UV
OKL_IPY_ASSETS_UV
OKL_IRK_PVT
- show dependent code
OKL_K_ASSETS_UV
OKL_UTIL
- show dependent code
OKS_ENTITLEMENTS_WEB
- show dependent code
|
|
|
|