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


VIEW: APPS.OKS_LINES_V

Object Details
Object Name: OKS_LINES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_LINES_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_ID NUMBER
Yes FK to Contract Header.
LINE_ID NUMBER
Yes Contract Line Identifier (Extended Warraty)
SERVICE_NAME VARCHAR2 (150)
Name of the Contract Line
SERVICE_START_DATE DATE

Effective Start date of the contract line
SERVICE_END_DATE DATE

Effective End date of the contract line
CUSTOMER_ACCOUNT_NAME VARCHAR2 (360)
Customer Account Name
BILL2_ADDRESS1 VARCHAR2 (240)
Bill To Address
BILL2_ADDRESS2 VARCHAR2 (240)
Bill To Address
BILL2_COUNTRY VARCHAR2 (60)
Bill To Country
SHIP2_ADDRESS1 VARCHAR2 (0)
Ship To Address
SHIP2_ADDRESS2 VARCHAR2 (0)
Ship To Address
SHIP2_COUNTRY VARCHAR2 (0)
Ship to Country
Query Text

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


SELECT CONTRACT_ID
,      LINE_ID
,      SERVICE_NAME
,      SERVICE_START_DATE
,      SERVICE_END_DATE
,      CUSTOMER_ACCOUNT_NAME
,      BILL2_ADDRESS1
,      BILL2_ADDRESS2
,      BILL2_COUNTRY
,      SHIP2_ADDRESS1
,      SHIP2_ADDRESS2
,      SHIP2_COUNTRY
FROM APPS.OKS_LINES_V;

Dependencies

[top of page]

APPS.OKS_LINES_V references the following:

SchemaAPPS
PL/SQL PackageARP_ADDR_LABEL_PKG - show dependent code
ViewOKC_K_HEADERS_V
ViewOKC_K_LINES_V
PL/SQL PackageOKC_UTIL - show dependent code
ViewOKX_CUSTOMER_ACCOUNTS_V
ViewOKX_CUST_SITE_USES_V

APPS.OKS_LINES_V is not referenced by any database object