Search Results txn_type_description
Overview
APPS.CSD_REPAIR_TYPES_SAR_VL is a supplementary view in the Oracle E-Business Suite Depot Repair module (CSD). It presents a denormalized, user-facing representation of repair type definitions joined to their associated transaction billing types, transaction types, and billing categories. The "_VL" suffix indicates a translated view that exposes both the internal lookup code (for example, BILLING_TYPE) and its translatable meaning (BILLING_TYPE_MEANING), which is the attribute most frequently referenced when users search for the term "billing_type_meaning".
Oracle explicitly classifies this object as a supplementary view used to simplify Oracle Forms coding, and warns that it should not be queried or altered for transactional purposes, as its structure may change substantially across minor or major releases. Consequently, the view is best treated as a read-only reporting and integration surface rather than a data entry target. It is particularly relevant when building custom reports, concurrent programs, or integration extracts that must resolve the human-readable billing meaning attached to a given repair type.
Underlying Base Objects
The documented view metadata lists the following referenced base objects:
- CSD_REPAIR_TYPES_SAR (synonym) — the primary repair type definition table containing the depot repair flag and repair type identifiers.
- CSD_REPAIR_TYPES_VL (view) — the translated repair type view supplying descriptive attributes.
- CS_BILLING_TYPE_CATEGORIES (synonym) — maps billing types to billing categories and category lookups.
- CS_TRANSACTION_TYPES_VL (view) — supplies transaction type name and description.
- CS_TXN_BILLING_TYPES (synonym) — the association between transaction types and billing types.
- FND_GLOBAL (package) — supplies session context such as the current user and login.
- FND_LOOKUP_VALUES_VL (view) — resolves lookup meanings, including the FND_LOOKUP_TYPE column.
The view therefore acts as a convenience layer that hides the joins among repair types, transaction types, billing types, categories, and lookups behind a single queryable object.
Key Columns
- BILLING_TYPE_MEANING (VARCHAR2 80) — the translated, displayable meaning of the billing type, resolved through the lookup values view. This is the column most users seek.
- BILLING_TYPE (VARCHAR2 30) — the underlying lookup code corresponding to BILLING_TYPE_MEANING.
- BILLING_TYPE_DESCRIPTION (VARCHAR2 240) and BILLING_CATEGORY (VARCHAR2 30) — extended billing attributes and category classification.
- REPAIR_TYPE_ID, TXN_BILLING_TYPE_ID, TRANSACTION_TYPE_ID and the surrogate REPAIR_TXN_BILLING_TYPE_ID — key identifiers linking repair types to billing and transaction definitions.
- TXN_TYPE_NAME / TXN_TYPE_DESCRIPTION — the transaction type identity as maintained in the translated transaction type view.
- FND_LOOKUP_TYPE — the lookup type name used for validation of the billing type.
- DEPOT_REPAIR_FLAG — indicates whether the repair type is applicable to depot repair processing.
- ROW_ID — the ROWID of the underlying base row, useful for precise joins.
- Standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and OBJECT_VERSION_NUMBER support auditing and optimistic locking.
Common Use Cases and Queries
Typical usage includes creating custom billing reports, validating billing type assignments on repair types, and feeding downstream systems with translated billing meanings. The following query is illustrative and reflects the documented column list:
SELECT rt.BILLING_TYPE, rt.BILLING_TYPE_MEANING, rt.BILLING_CATEGORY, rt.TXN_TYPE_NAME, rt.DEPOT_REPAIR_FLAG FROM APPS.CSD_REPAIR_TYPES_SAR_VL rt WHERE rt.REPAIR_TYPE_ID = :p_repair_type_id;SELECT DISTINCT BILLING_TYPE, BILLING_TYPE_MEANING FROM APPS.CSD_REPAIR_TYPES_SAR_VL ORDER BY BILLING_TYPE_MEANING;SELECT rt.REPAIR_TYPE_ID, rt.TXN_TYPE_NAME, rt.BILLING_TYPE_MEANING FROM APPS.CSD_REPAIR_TYPES_SAR_VL rt WHERE rt.DEPOT_REPAIR_FLAG = 'Y';
Because the view is a supplementary form-support view, developers should always prefer querying only its exposed columns, avoid DML operations against it, and rely on the documented FND lookup and WHO columns for meaning resolution and auditing.
-
VIEW: APPS.CSD_REPAIR_TYPES_SAR_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSD.CSD_REPAIR_TYPES_SAR_VL, object_name:CSD_REPAIR_TYPES_SAR_VL, status:VALID,
-
VIEW: APPS.CSF_DEBRIEF_LAB_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_DEBRIEF_LAB_LINES_V, object_name:CSF_DEBRIEF_LAB_LINES_V, status:VALID,
-
View: CSD_REPAIR_TYPES_SAR_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSD.CSD_REPAIR_TYPES_SAR_VL, object_name:CSD_REPAIR_TYPES_SAR_VL, status:VALID, product: CSD - Depot Repair , implementation_dba_data: APPS.CSD_REPAIR_TYPES_SAR_VL ,
-
View: CSD_REPAIR_TYPES_SAR_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSD.CSD_REPAIR_TYPES_SAR_VL, object_name:CSD_REPAIR_TYPES_SAR_VL, status:VALID, product: CSD - Depot Repair , implementation_dba_data: APPS.CSD_REPAIR_TYPES_SAR_VL ,
-
VIEW: APPS.CSD_REPAIR_TYPES_SAR_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSD.CSD_REPAIR_TYPES_SAR_VL, object_name:CSD_REPAIR_TYPES_SAR_VL, status:VALID,
-
VIEW: APPS.CSF_DEBRIEF_LAB_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_DEBRIEF_LAB_LINES_V, object_name:CSF_DEBRIEF_LAB_LINES_V, status:VALID,
-
View: CSF_DEBRIEF_LAB_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_DEBRIEF_LAB_LINES_V, object_name:CSF_DEBRIEF_LAB_LINES_V, status:VALID, product: CSF - Field Service , description: Field Service Report Labor line information , implementation_dba_data: APPS.CSF_DEBRIEF_LAB_LINES_V ,
-
View: CUN_TRANSACTIONS_V
12.1.1
product: CUN - Network Logistics - NATS (obsolete) , description: Business view of transaction history , implementation_dba_data: Not implemented in this database ,
-
View: CSF_DEBRIEF_LAB_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSF.CSF_DEBRIEF_LAB_LINES_V, object_name:CSF_DEBRIEF_LAB_LINES_V, status:VALID, product: CSF - Field Service , description: Field Service Report Labor line information , implementation_dba_data: APPS.CSF_DEBRIEF_LAB_LINES_V ,
-
View: CUN_TRANSACTIONS_V
12.2.2
product: CUN - Network Logistics - NATS (Obsolete) , description: Business view of transaction history , implementation_dba_data: Not implemented in this database ,
-
eTRM - CSF Tables and Views
12.1.1
description: Defines the result of spatial index creation (tiling). ,
-
eTRM - CSF Tables and Views
12.2.2
description: Defines the result of spatial index creation (tiling). ,
-
eTRM - CSD Tables and Views
12.1.1
description: Transaction table for the High Volume Repair module. ,
-
eTRM - CSD Tables and Views
12.2.2
description: Transaction table for the High Volume Repair module. ,