[Home] [Help]
[Dependency Information]
| Object Name: | OKS_ENT_BILL_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKS.OKS_ENT_BILL_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Billing Type View For Service Contracts
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BILLING_TYPE_ID | NUMBER | Yes | Billing Type Identifier | |
| NAME | VARCHAR2 | (90) | Yes | Name Of the Billing type |
| BILLING_TYPE | VARCHAR2 | (30) | Yes | Billing Type |
| CONTRACT_BILLING_TYPE_ID | NUMBER | Yes | Billing Type Identifier for service Contracts | |
| TXN_GROUP_ID | NUMBER | Transaction Group Identifier(Business process Identifier) | ||
| COVERED_AMOUNT | NUMBER | Amount Covered | ||
| COVERED_PERCENT | NUMBER | Percentage Covered |
Cut, paste (and edit) the following text to query this object:
SELECT BILLING_TYPE_ID
, NAME
, BILLING_TYPE
, CONTRACT_BILLING_TYPE_ID
, TXN_GROUP_ID
, COVERED_AMOUNT
, COVERED_PERCENT
FROM APPS.OKS_ENT_BILL_TYPES_V;
APPS
OKC_K_ITEMS
OKC_K_LINES_B
OKS_K_LINES_B
OKX_TXN_BILLING_TYPES_V
APPS
CS_SERVICE_BILLING_ENGINE_PVT
- show dependent code
|
|
|
|