DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKS_K_DETAIL_V

Object Details
Object Name: OKS_K_DETAIL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_K_DETAIL_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
CONTRACT_NUMBER VARCHAR2 (120) Yes With CONTRACT_NUMBER_MODIFIER, used to uniquely identify a contract as a business entity.
START_DATE DATE

service start date
END_DATE DATE

service end date
ID NUMBER
Yes primary key ok oks_k_ordeR_details
ORDER_LINE_ID1 VARCHAR2 (40) Yes order line id
CHR_ID NUMBER

Unique Identifier for Contract Header
CLE_ID NUMBER

Unique Identifier for Contract Line.
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.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CONTRACT_NUMBER
,      START_DATE
,      END_DATE
,      ID
,      ORDER_LINE_ID1
,      CHR_ID
,      CLE_ID
,      OBJECT_VERSION_NUMBER
FROM APPS.OKS_K_DETAIL_V;

Dependencies

[top of page]

APPS.OKS_K_DETAIL_V references the following:

SchemaAPPS
ViewOKC_K_HEADERS_V
PL/SQL PackageOKC_UTIL - show dependent code
ViewOKS_K_ORDER_DETAILS_V

APPS.OKS_K_DETAIL_V is not referenced by any database object