[Home] [Help]
[Dependency Information]
| Object Name: | OKI_ITMINST_OLTP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
This view contains information about items installed at a site in the Install base. Basicall a view to store information about products at customer site
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INSTANCE_ID | NUMBER | Yes | ||
| REFERENCE_NUMBER | VARCHAR2 | (30) | Yes | Instance Number for Covered Product |
| SERIAL_NUMBER | VARCHAR2 | (30) | Instance Serial Number for Covered Product | |
| INSTALL_DATE | DATE | Instance Installation Date | ||
| ORDER_LINE_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT INSTANCE_ID
, REFERENCE_NUMBER
, SERIAL_NUMBER
, INSTALL_DATE
, ORDER_LINE_ID
FROM APPS.OKI_ITMINST_OLTP_V;
APPS
CSI_ITEM_INSTANCES
APPS.OKI_ITMINST_OLTP_V is not referenced by any database object
|
|
|
|