DBA Data[Home] [Help]

VIEW: APPS.PA_COST_BASE_V

Source

View Text - Preformatted

SELECT distinct cost_plus_structure, cost_base, cost_base_type from pa_cost_base_cost_codes union select distinct cost_plus_structure, cost_base, cost_base_type FROM PA_COST_BASE_EXP_TYPES CBET
View Text - HTML Formatted

SELECT DISTINCT COST_PLUS_STRUCTURE
, COST_BASE
, COST_BASE_TYPE
FROM PA_COST_BASE_COST_CODES UNION SELECT DISTINCT COST_PLUS_STRUCTURE
, COST_BASE
, COST_BASE_TYPE
FROM PA_COST_BASE_EXP_TYPES CBET