[Home] [Help]
[Dependency Information]
| Object Name: | OKS_SUBSCR_PATTERNS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKS.OKS_SUBSCR_PATTERNS_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 pattern 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. | ||
| SEQ_NO | NUMBER | Yes | Sequence No. for the Subscription Pattern | |
| YEAR | VARCHAR2 | (240) | Duration in year for Subscription Pattern | |
| MONTH | VARCHAR2 | (240) | Duration in month for Subscription Pattern | |
| WEEK | VARCHAR2 | (240) | Duration in week for Subscription Pattern | |
| WEEK_DAY | VARCHAR2 | (240) | Day of the week the Subscription is for. | |
| DAY | VARCHAR2 | (240) | Day for Subscription Pattern | |
| 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
, SEQ_NO
, YEAR
, MONTH
, WEEK
, WEEK_DAY
, DAY
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKS_SUBSCR_PATTERNS_V;
APPS
OKS_SUBSCR_PATTERNS
APPS
OKS_SUBSCR_PTRNS_PVT
- show dependent code
OKS_SUBSCR_PTRNS_PVT
- show dependent code
|
|
|
|