DBA Data[Home] [Help]

APPS.GHG_EMISSION_RATES_PKG dependencies on GHG_FACTORS_ALL

Line 787: from GHG_factors_all

783: CURSOR per_gas IS
784: select gas_type_lookup_code
785: , factor_value
786: , factor_type
787: from GHG_factors_all
788: where source_combination_id = x_factor_id
789: and factor_type ='E';
790:
791: vl_formula_id number;

Line 827: from GHG_FACTORS_ALL xx

823: -- Get the Value of EC
824: BEGIN
825: select FACTOR_VALUE
826: into vl_ec
827: from GHG_FACTORS_ALL xx
828: where source_combination_id = x_factor_id
829: and factor_type ='N';
830: EXCEPTION
831: when no_data_found then