[Home] [Help]
[Dependency Information]
| Object Name: | CSF_M_TXN_BILLING_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
This view maps one or more billing type to a specific transaction type
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCESS_ID | NUMBER | Yes | The Unique Access Identifier | |
| TXN_BILLING_TYPE_ID | NUMBER | Yes | The transaction billing type identifier | |
| TRANSACTION_TYPE_ID | NUMBER | Yes | The transaction type identifier | |
| BILLING_TYPE | VARCHAR2 | (30) | Yes | Billing type |
| NAME | VARCHAR2 | (90) | Yes | Name |
| DESCRIPTION | VARCHAR2 | (720) | Description | |
| LINE_ORDER_CATEGORY_CODE | VARCHAR2 | (30) | Line Order Category Code | |
| BUSINESS_PROCESS_ID | NUMBER | (15) | Yes | Business Process Identifier |
| BUSINESS_PROCESS_NAME | VARCHAR2 | (90) | Yes | Business Process Name |
| BILLING_CATEGORY | VARCHAR2 | (30) | Yes | |
| START_DATE_ACTIVE | DATE | |||
| END_DATE_ACTIVE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT ACCESS_ID
, TXN_BILLING_TYPE_ID
, TRANSACTION_TYPE_ID
, BILLING_TYPE
, NAME
, DESCRIPTION
, LINE_ORDER_CATEGORY_CODE
, BUSINESS_PROCESS_ID
, BUSINESS_PROCESS_NAME
, BILLING_CATEGORY
, START_DATE_ACTIVE
, END_DATE_ACTIVE
FROM APPS.CSF_M_TXN_BILLING_TYPES_V;
APPS
ASG_BASE
- show dependent code
CSM_TXN_BILLING_TYPES_ACC
CS_BILLING_TYPE_CATEGORIES
CS_BUSINESS_PROCESSES
CS_BUS_PROCESS_TXNS
CS_TRANSACTION_TYPES_B
CS_TRANSACTION_TYPES_TL
CS_TXN_BILLING_TYPES
APPS.CSF_M_TXN_BILLING_TYPES_V is not referenced by any database object
|
|
|
|