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


VIEW: APPS.OKS_BILLING_HIST_LINES_V

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

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
ID NUMBER
Yes Primary Key Identifier
BCL_ID NUMBER

Surrogate key used for primary unique identifiers
BILL_LEVEL VARCHAR2 (150)
Line style name
NAME VARCHAR2 (150)
Item name
BILL_FROM DATE
Yes Date billed from
BILL_TO DATE
Yes Date billed to
AMOUNT NUMBER (17)
Bill Sub Line Amount
RESULT NUMBER (15) Yes Resulting Used Quantity
Query Text

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


SELECT ROW_ID
,      ID
,      BCL_ID
,      BILL_LEVEL
,      NAME
,      BILL_FROM
,      BILL_TO
,      AMOUNT
,      RESULT
FROM APPS.OKS_BILLING_HIST_LINES_V;

Dependencies

[top of page]

APPS.OKS_BILLING_HIST_LINES_V references the following:

SchemaAPPS
ViewOKC_K_LINES_V
ViewOKC_LINE_STYLES_V
SynonymOKS_BILL_SUB_LINES
SynonymOKS_BILL_SUB_LINE_DTLS

APPS.OKS_BILLING_HIST_LINES_V is not referenced by any database object