Search Results cst_le_cost_types_v
Overview
CST_LE_COST_TYPES_V is a reporting and integration view owned by the APPS schema in Oracle E-Business Suite. It is associated with the BOM (Bills of Material) product family and is delivered as a VALID database object in both Release 12.1.1 and 12.2.2. The view presents the intersection of cost types with legal entities, sets of books, primary cost methods, and accounting library assignments, providing a denormalized, human-readable projection of the configuration rows stored in CST_LE_COST_TYPES.
Where the base table CST_LE_COST_TYPES stores numeric identifiers and foreign keys, CST_LE_COST_TYPES_V resolves those identifiers into descriptive names. Cost type identifiers and PAC (period average cost) cost type identifiers are resolved against CST_COST_TYPES, the primary cost method is resolved to a lookup meaning via MFG_LOOKUPS using the MTL_PRIMARY_COST lookup type, the set of books identifier is resolved to a short name through GL_SETS_OF_BOOKS, the legal entity identifier is resolved through XLE_FIRSTPARTY_INFORMATION_V, and the accounting library identifier is resolved through CST_ACCOUNTING_LIBRARIES. This makes the view the natural source for reports, concurrent program extracts, and integration interfaces that need cost type configuration in business terms rather than raw IDs.
Underlying Base Objects
The documented base objects referenced by the view are CST_ACCOUNTING_LIBRARIES (SYNONYM), CST_COST_TYPES (SYNONYM), CST_LE_COST_TYPES (SYNONYM), GL_SETS_OF_BOOKS (VIEW), MFG_LOOKUPS (VIEW), and XLE_FIRSTPARTY_INFORMATION_V (VIEW). CST_LE_COST_TYPES is the driving table, supplying the legal entity, cost type, set of books, primary cost method, PAC rates cost type, and the GL transfer and accounting library attributes.
CST_COST_TYPES is joined twice: once as CCT to resolve the primary COST_TYPE and its description, and again as CCT1 to resolve the PAC_RATES_COST_TYPE and PAC_RATES_COST_TYPE_DESC. GL_SETS_OF_BOOKS and XLE_FIRSTPARTY_INFORMATION_V supply the set of books short name and legal entity name respectively. MFG_LOOKUPS supplies the primary cost method meaning. CST_ACCOUNTING_LIBRARIES is outer-joined (via the ACCOUNTING_LIB_ID(+) syntax) so that rows without an assigned accounting library remain visible, returning a null accounting library name.
Key Columns
- LEGAL_ENTITY / LEGAL_ENTITY_NAME — the legal entity identifier and its resolved name.
- COST_TYPE_ID / COST_TYPE / COST_TYPE_DESC — the cost type identifier, code, and description.
- SET_OF_BOOKS_ID / SET_OF_BOOKS_NAME — the ledger identifier and short name.
- PRIMARY_COST_METHOD / PRIMARY_COST_METHOD_NAME — the coded method and its lookup meaning.
- PAC_RATES_COST_TYPE_ID / PAC_RATES_COST_TYPE / PAC_RATES_COST_TYPE_DESC — the cost type used for PAC rates and its descriptive values.
- ACCOUNTING_LIBRARY_ID / ACCOUNTING_LIBRARY_NAME — the assigned accounting library and its name.
- CREATE_ACCT_ENTRIES, POST_TO_GL, GL_TRANSFER_ALLOW_OVERRIDE, GL_TRANSFER_MODE, GL_TRANSFER_SUBMIT_JOURNAL_IMP — accounting and GL transfer control flags.
- Audit columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
A frequent requirement is to list the cost types configured for a given legal entity together with their primary cost method and accounting library. The following query illustrates this pattern:
SELECT legal_entity_name, cost_type, cost_type_desc, primary_cost_method_name, set_of_books_name, accounting_library_name FROM cst_le_cost_types_v WHERE legal_entity_name = :p_legal_entity ORDER BY cost_type;
Another common scenario is identifying cost types that post to the General Ledger, or those lacking an accounting library assignment, which the outer join makes detectable through a null ACCOUNTING_LIBRARY_NAME.
Integration interfaces typically extract COST_TYPE_ID and COST_TYPE for a specified SET_OF_BOOKS_ID, using the view to avoid joins to lookup and ledger tables in the consuming application. Because the view exposes audit and concurrent program columns, it also supports change-tracking extracts that filter on LAST_UPDATE_DATE or PROGRAM_UPDATE_DATE.
-
View: CST_LE_COST_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_LE_COST_TYPES_V, object_name:CST_LE_COST_TYPES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_LE_COST_TYPES_V ,
-
View: CST_LE_COST_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_LE_COST_TYPES_V, object_name:CST_LE_COST_TYPES_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_LE_COST_TYPES_V ,
-
SYNONYM: APPS.CST_ACCOUNTING_LIBRARIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_ACCOUNTING_LIBRARIES, status:VALID,
-
SYNONYM: APPS.CST_ACCOUNTING_LIBRARIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_ACCOUNTING_LIBRARIES, status:VALID,
-
SYNONYM: APPS.CST_LE_COST_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_LE_COST_TYPES, status:VALID,
-
SYNONYM: APPS.CST_LE_COST_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_LE_COST_TYPES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.CST_COST_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CST_COST_TYPES, status:VALID,
-
SYNONYM: APPS.CST_COST_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CST_COST_TYPES, status:VALID,
-
VIEW: APPS.CST_LE_COST_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_LE_COST_TYPES_V, object_name:CST_LE_COST_TYPES_V, status:VALID,
-
VIEW: APPS.CST_LE_COST_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_LE_COST_TYPES_V, object_name:CST_LE_COST_TYPES_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
VIEW: APPS.XLE_FIRSTPARTY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLE.XLE_FIRSTPARTY_INFORMATION_V, object_name:XLE_FIRSTPARTY_INFORMATION_V, status:VALID,
-
eTRM - XLE Tables and Views
12.2.2
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
eTRM - XLE Tables and Views
12.1.1
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
VIEW: APPS.MFG_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
VIEW: APPS.MFG_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
eTRM - XLE Tables and Views
12.1.1
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
eTRM - XLE Tables and Views
12.2.2
description: XLE_UNQ_PROFILES stores information about an Unqualified Legal Construct ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - BOM Tables and Views
12.1.1
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - BOM Tables and Views
12.2.2
description: Table to map wip transactions to their corresponding event types. ,
-
eTRM - INV Tables and Views
12.1.1