[Home] [Help]
[Dependency Information]
Object Name: | OKS_BILLING_HIST_LINES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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) | 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 |
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;
APPS.OKS_BILLING_HIST_LINES_V is not referenced by any database object
|
|
|