DBA Data[Home] [Help]

VIEW: APPS.CSTBV_LE_COST_TYPES

Source

View Text - Preformatted

SELECT clct.LEGAL_ENTITY, clct.COST_TYPE_ID, xfi.name, cct.cost_type, clct.SET_OF_BOOKS_ID, clct.PRIMARY_COST_METHOD, clct.PAC_RATES_COST_TYPE_ID, clct.creation_date, clct.created_by, clct.last_update_date, clct.last_updated_by from xle_firstparty_information_v xfi, cst_cost_types cct, CST_LE_COST_TYPES clct WHERE xfi.legal_entity_id = clct.LEGAL_ENTITY and cct.COST_TYPE_ID = clct.COST_TYPE_ID with read only
View Text - HTML Formatted

SELECT CLCT.LEGAL_ENTITY
, CLCT.COST_TYPE_ID
, XFI.NAME
, CCT.COST_TYPE
, CLCT.SET_OF_BOOKS_ID
, CLCT.PRIMARY_COST_METHOD
, CLCT.PAC_RATES_COST_TYPE_ID
, CLCT.CREATION_DATE
, CLCT.CREATED_BY
, CLCT.LAST_UPDATE_DATE
, CLCT.LAST_UPDATED_BY
FROM XLE_FIRSTPARTY_INFORMATION_V XFI
, CST_COST_TYPES CCT
, CST_LE_COST_TYPES CLCT
WHERE XFI.LEGAL_ENTITY_ID = CLCT.LEGAL_ENTITY
AND CCT.COST_TYPE_ID = CLCT.COST_TYPE_ID WITH READ ONLY