DBA Data[Home] [Help]

APPS.GHG_EMISSION_RATES_PKG dependencies on GHG_SOURCES

Line 809: from ghg_sources s

805: -- if the x_uom_class is as per the value set in the profile option 'GHG_UOM_CLASS', then we use the secondary energy formula only
806:
807: select decode(x_uom_class, fnd_profile.value('GHG_UOM_CLASS'), nvl(ef.secondary_formula_id,ef.formula_id), ef.formula_id)
808: into vl_formula_id
809: from ghg_sources s
810: , ghg_source_combinations_all f
811: , ghg_emission_formulas ef
812: where s.source_id = f.source_id
813: and f.source_combination_id = x_factor_id