[Home] [Help]
[Dependency Information]
| Object Name: | OKS_SUBSCR_ELEMENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKS.OKS_SUBSCR_ELEMENTS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Rowid Of the Base Table | |
| ID | NUMBER | Yes | Primary identifier. | |
| OSH_ID | NUMBER | Yes | ID of the subscription header with which this subcription element is associated. | |
| DNZ_CHR_ID | NUMBER | Yes | Unique Identifier for Contract Header, denomalized for efficiency. | |
| DNZ_CLE_ID | NUMBER | Contract Line ID. Denormalized for performance. | ||
| LINKED_FLAG | VARCHAR2 | (10) | Indicates the relationship between IB and OM instances | |
| SEQ_NO | NUMBER | Yes | Sequence No. for the Subscription Pattern | |
| OM_INTERFACE_DATE | DATE | Order management interface date for Subscription Element | ||
| AMOUNT | NUMBER | (15) | Amount for Subscription Elements. | |
| START_DATE | DATE | Start Date for Subscription Element | ||
| END_DATE | DATE | End Date for Subscription Element | ||
| QUANTITY | NUMBER | Quantity of Subscription element | ||
| UOM_CODE | VARCHAR2 | (3) | Yes | Store the unit of measure for the quantity. |
| ORDER_HEADER_ID | NUMBER | ID of the Order Header with which this subcription element is associated. | ||
| ORDER_LINE_ID | NUMBER | ID of the Order Header with which this subcription element is associated. | ||
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
| CREATED_BY | NUMBER | (15) | Yes | ID of the user whom created the record. |
| CREATION_DATE | DATE | Yes | Date the record was created. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | ID of the last user who updated the record. |
| LAST_UPDATE_DATE | DATE | Yes | Date the record was last updated. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | OS ID of the user who last updated the record. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OSH_ID
, DNZ_CHR_ID
, DNZ_CLE_ID
, LINKED_FLAG
, SEQ_NO
, OM_INTERFACE_DATE
, AMOUNT
, START_DATE
, END_DATE
, QUANTITY
, UOM_CODE
, ORDER_HEADER_ID
, ORDER_LINE_ID
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKS_SUBSCR_ELEMENTS_V;
APPS
OKS_SUBSCR_ELEMENTS
APPS
OKS_OCINT_PUB
- show dependent code
OKS_SUBSCR_ELEMS_PVT
- show dependent code
OKS_SUBSCR_ELEMS_PVT
- show dependent code
|
|
|
|