DBA Data[Home] [Help]

APPS.GHG_EMISSION_RATES_PKG dependencies on DUAL

Line 71: from dual;

67: v_rate_id NUMBER;
68: BEGIN
69: select GHG_source_combinations_s.NEXTVAL
70: into v_rate_id
71: from dual;
72:
73: RETURN v_rate_id;
74: END;
75:

Line 818: select 'select '||formula_content||' from dual'

814: and s.formula_id = ef.formula_id;
815:
816: -- dbms_output.put_line('In create_ledger_entry:get formula'||':'||x_emission_id);
817:
818: select 'select '||formula_content||' from dual'
819: into vl_formula_contents
820: from ghg_emission_formulas
821: where formula_id = vl_formula_id;
822: