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


VIEW: APPS.OKX_AST_LOCS_V

Object Details
Object Name: OKX_AST_LOCS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKX.OKX_AST_LOCS_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 Primary key column. Unique identification number for each location defined in the table
ID2 CHAR (1)
Primary key column
NAME VARCHAR2 (216)
Concatenated segments of location key flexfield
DESCRIPTION CHAR (1)
Description
LOCATION_ID NUMBER (15) Yes Unique identification number for each location defined in the table
SEGMENT1 VARCHAR2 (30)
Key flexfield segment
SEGMENT2 VARCHAR2 (30)
Key flexfield segment
SEGMENT3 VARCHAR2 (30)
Key flexfield segment
SEGMENT4 VARCHAR2 (30)
Key flexfield segment
SEGMENT5 VARCHAR2 (30)
Key flexfield segment
SEGMENT6 VARCHAR2 (30)
Key flexfield segment
SEGMENT7 VARCHAR2 (30)
Key flexfield segment
SUMMARY_FLAG VARCHAR2 (1) Yes Used by Application Object Library for flexfield definition
ENABLED_FLAG VARCHAR2 (1) Yes Indicates whether this location is still active
START_DATE_ACTIVE DATE

Date the location becomes active
END_DATE_ACTIVE DATE

Date the location becomes inactive
STATUS VARCHAR2 (1)
Indicates whether the record is active or inactive
PRIMARY_UOM_CODE VARCHAR2 (0)
Primary unit of measue code
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID1
,      ID2
,      NAME
,      DESCRIPTION
,      LOCATION_ID
,      SEGMENT1
,      SEGMENT2
,      SEGMENT3
,      SEGMENT4
,      SEGMENT5
,      SEGMENT6
,      SEGMENT7
,      SUMMARY_FLAG
,      ENABLED_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      STATUS
,      PRIMARY_UOM_CODE
FROM APPS.OKX_AST_LOCS_V;

Dependencies

[top of page]

APPS.OKX_AST_LOCS_V references the following:

SchemaAPPS
SynonymFA_LOCATIONS
APPS.OKX_AST_LOCS_V is referenced by following:

SchemaAPPS
ViewOKL_AM_FIXED_ASSET_LOCATION_UV
Package BodyOKL_DEAL_ASSET_PVT - show dependent code
Package BodyOKL_OPEN_INTERFACE_PVT - show dependent code
Package BodyOKL_RELEASE_PVT - show dependent code
Package BodyOKL_TAL_PVT - show dependent code