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


VIEW: APPS.OKS_PRICE_BREAKS_HIST_V

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


View used in Billing form to display the Details of usage billing


[View Source]

Columns
Name Datatype Length Mandatory Comments
BSL_ID NUMBER

BCL_ID NUMBER

CLE_ID NUMBER

Unique Identifier for Contract Line.
PRICE_RANGE VARCHAR2 (81)
QUANTITY NUMBER

UNIT_PRICE NUMBER

AMOUNT NUMBER

Query Text

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


SELECT BSL_ID
,      BCL_ID
,      CLE_ID
,      PRICE_RANGE
,      QUANTITY
,      UNIT_PRICE
,      AMOUNT
FROM APPS.OKS_PRICE_BREAKS_HIST_V;

Dependencies

[top of page]

APPS.OKS_PRICE_BREAKS_HIST_V references the following:

SchemaAPPS
SynonymOKS_PRICE_BREAKS

APPS.OKS_PRICE_BREAKS_HIST_V is not referenced by any database object