[Home] [Help]
[Dependency Information]
| Object Name: | OKX_LOCATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_LOCATIONS_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 | NUMBER | (15) | Yes | System-generated primary key column. |
| ID2 | CHAR | (1) | (Multi-part) Primary Key | |
| NAME | VARCHAR2 | (60) | Yes | Translated location name |
| LOCATION_DESCRIPTION | VARCHAR2 | (240) | Translated description of the location. | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Business Group ID associated with location. | |
| IN_ORGANIZATION_FLAG | VARCHAR2 | (30) | Indicates whether this location is an internal site. | |
| ORGANIZATION_ID | NUMBER | (15) | Inventory organization foreign key. | |
| END_DATE_ACTIVE | VARCHAR2 | (9) | Date after which this location is no longer valid. | |
| START_DATE_ACTIVE | DATE | Date record becomes active | ||
| STATUS | VARCHAR2 | (1) | Status | |
| ADDRESS_LINE_1 | VARCHAR2 | (240) | 1st line of location address. | |
| ADDRESS_LINE_2 | VARCHAR2 | (240) | 2nd line of location address. | |
| ADDRESS_LINE_3 | VARCHAR2 | (240) | 3rd line of location address. | |
| TOWN_OR_CITY | VARCHAR2 | (30) | Town or city. | |
| COUNTRY | VARCHAR2 | (60) | Country. | |
| POSTAL_CODE | VARCHAR2 | (30) | Postal code. | |
| DESCRIPTION | VARCHAR2 | (80) | Formatted address, country specific |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, NAME
, LOCATION_DESCRIPTION
, BUSINESS_GROUP_ID
, IN_ORGANIZATION_FLAG
, ORGANIZATION_ID
, END_DATE_ACTIVE
, START_DATE_ACTIVE
, STATUS
, ADDRESS_LINE_1
, ADDRESS_LINE_2
, ADDRESS_LINE_3
, TOWN_OR_CITY
, COUNTRY
, POSTAL_CODE
, DESCRIPTION
FROM APPS.OKX_LOCATIONS_V;
APPS
ARP_ADDR_LABEL_PKG
- show dependent code
HR_LOCATIONS_ALL
HR_LOCATIONS_ALL_TL
APPS
OKE_AMG_GRP
- show dependent code
OKE_DEFAULTING_PKG
- show dependent code
OKE_DELIVERABLE_PVT
- show dependent code
OKE_DELIVERABLE_UTILS_PKG
- show dependent code
OKE_DTS_ACTION_PKG
- show dependent code
OKE_DTS_WORKFLOW
- show dependent code
OKE_VERSION_COMPARISON_PKG
- show dependent code
|
|
|
|