[Home] [Help]
[Dependency Information]
| Object Name: | OKX_AST_LOCS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_AST_LOCS_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 | 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 |
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;
APPS
FA_LOCATIONS
APPS
OKL_AM_FIXED_ASSET_LOCATION_UV
OKL_DEAL_ASSET_PVT
- show dependent code
OKL_OPEN_INTERFACE_PVT
- show dependent code
OKL_RELEASE_PVT
- show dependent code
OKL_TAL_PVT
- show dependent code
|
|
|
|