[Home] [Help]
[Dependency Information]
| Object Name: | OKS_BILLING_HIST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKS.OKS_BILLING_HIST_V
|
| 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 Id | |
| ID | NUMBER | Primary Key Identifier | ||
| BILL_CLE_ID | NUMBER | Surrogate key used for primary unique identifiers | ||
| TRX_CLASS | VARCHAR2 | (60) | Transaction class | |
| BILL_ACTION | VARCHAR2 | (80) | Meaning from FND_LOOKUPS table. | |
| BILL_ON_DATE | DATE | Date of next invoice | ||
| BILL_FROM_DATE | DATE | Date Billed From | ||
| BILL_TO_DATE | DATE | Date Billed To | ||
| CURRENCY_CODE | VARCHAR2 | (15) | Currency Code | |
| TRX_NUMBER | VARCHAR2 | (60) | Transaction number received from AR | |
| TAX_AMOUNT | NUMBER | Transaction line tax amount | ||
| TOTAL_AMOUNT | VARCHAR2 | (240) | Transaction line amount. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, BILL_CLE_ID
, TRX_CLASS
, BILL_ACTION
, BILL_ON_DATE
, BILL_FROM_DATE
, BILL_TO_DATE
, CURRENCY_CODE
, TRX_NUMBER
, TAX_AMOUNT
, TOTAL_AMOUNT
FROM APPS.OKS_BILLING_HIST_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
OKS_BILL_CONT_LINES
OKS_BILL_SUB_LINES
OKS_BILL_TRANSACTIONS
OKS_BILL_TXN_LINES
APPS.OKS_BILLING_HIST_V is not referenced by any database object
|
|
|
|