[Home] [Help]
[Dependency Information]
Object Name: | OKX_SPECS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Displays information about specifications and standards.
A specification could be associated with an item, item-supplier, or item-customer.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID1 | NUMBER | Yes | Specification identifier | |
ID2 | CHAR | (1) | (Multi-part) Primary Key | |
ORGANIZATION_ID | NUMBER | Inventory organization Identifier | ||
NAME | VARCHAR2 | (30) | Yes | Specification name |
START_DATE_ACTIVE | DATE | Date specification is effective from | ||
END_DATE_ACTIVE | DATE | Date up to which specification is effective | ||
STATUS | VARCHAR2 | (1) | Status | |
DESCRIPTION | VARCHAR2 | (150) | Specification element value |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, ORGANIZATION_ID
, NAME
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, STATUS
, DESCRIPTION
FROM APPS.OKX_SPECS_V;
APPS.OKX_SPECS_V is not referenced by any database object
|
|
|