DBA Data[Home] [Help]

APPS.GHG_TRANSACTIONS_API_PKG dependencies on GHG_EMISSION_RATES_PKG

Line 680: IF GHG_emission_rates_pkg.are_there_any_rates_location(v_emission_source_id,

676: IF p_manual_entry_flag = 'Y' AND p_emission_location IS NOT NULL THEN
677: IF p_emission_location = 'ALL' THEN
678: NULL;
679: ELSE
680: IF GHG_emission_rates_pkg.are_there_any_rates_location(v_emission_source_id,
681: nvl(p_emission_scope,v_emission_scope),
682: v_emission_location,
683: p_emission_location,
684: --nvl(p_emission_location,v_emission_location),

Line 700: IF GHG_emission_rates_pkg.are_there_any_rates (v_emission_source_id,

696: RAISE raise_error;
697: END IF;
698: END IF;
699: ELSE
700: IF GHG_emission_rates_pkg.are_there_any_rates (v_emission_source_id,
701: nvl(p_emission_scope,v_emission_scope),
702: v_emission_location,
703: --nvl(p_emission_location,v_emission_location),
704: --Bug 12546495: ssurendr. Use location from organization

Line 934: GHG_EMISSION_RATES_PKG.calculate_emissions(emissions.transaction_id);

930: v_emission_to_date :=
931: fnd_date.canonical_to_date(p_emssion_to);
932: FOR emissions in emissions_records LOOP
933: v_count := v_count+1; ---Added by neechand as per Bug 14741401 on 23rd jan 2013
934: GHG_EMISSION_RATES_PKG.calculate_emissions(emissions.transaction_id);
935: END LOOP;
936:
937: --Start of Code--Added by neechand as per Bug 14741401 on 23rd jan 2013
938: /* v_msg:=fnd_message.get_string('GHG','GHG_LOG_INFO_MSG');