DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKX_LOCATIONS_V

Object Details
Object Name: OKX_LOCATIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_LOCATIONS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.OKX_LOCATIONS_V references the following:

SchemaAPPS
PL/SQL PackageARP_ADDR_LABEL_PKG - show dependent code
SynonymHR_LOCATIONS_ALL
SynonymHR_LOCATIONS_ALL_TL
APPS.OKX_LOCATIONS_V is referenced by following:

SchemaAPPS
Package BodyOKE_AMG_GRP - show dependent code
Package BodyOKE_DEFAULTING_PKG - show dependent code
Package BodyOKE_DELIVERABLE_PVT - show dependent code
Package BodyOKE_DELIVERABLE_UTILS_PKG - show dependent code
Package BodyOKE_DTS_ACTION_PKG - show dependent code
Package BodyOKE_DTS_WORKFLOW - show dependent code
Package BodyOKE_VERSION_COMPARISON_PKG - show dependent code