[Home] [Help]
[Dependency Information]
| Object Name: | CSL_CONTR_BUSS_TXN_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Mobile view on CSL_CONTR_BUSS_TXN_TYPES
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCESS_ID | NUMBER | Indentifier to CSL_CONTR_BUSS_TXN_TYPES_ACC | ||
| INCIDENT_ID | NUMBER | Yes | Indentifier to CS_INCIDENTS_ALL_B | |
| TXN_BILLING_TYPE_ID | NUMBER | Yes | The transaction billing type identifier. | |
| BUSINESS_PROCESS_ID | NUMBER | Yes | Key to identify a transaction group | |
| CONTRACT_SERVICE_ID | NUMBER | Yes | Indentifier to OKC_K_LINES_B.ID | |
| UP_TO_AMOUNT | VARCHAR2 | (30) | Covered up to amount | |
| PERCENT_COVERED | VARCHAR2 | (30) | Percentage covered |
Cut, paste (and edit) the following text to query this object:
SELECT ACCESS_ID
, INCIDENT_ID
, TXN_BILLING_TYPE_ID
, BUSINESS_PROCESS_ID
, CONTRACT_SERVICE_ID
, UP_TO_AMOUNT
, PERCENT_COVERED
FROM APPS.CSL_CONTR_BUSS_TXN_TYPES_V;
APPS
ASG_BASE
- show dependent code
CSL_CONTR_BUSS_TXN_TYPES
CSL_CONTR_BUSS_TXN_TYPES_ACC
APPS.CSL_CONTR_BUSS_TXN_TYPES_V is not referenced by any database object
|
|
|
|