892: l_dummy varchar2(1);
893: --
894: cursor c1 is
895: select null
896: from fnd_currencies fnd
897: where fnd.currency_code = p_fee_currency;
898: --
899: Begin
900: --
930: );
931: --
932: end if;
933: --
934: -- check fee exists in fnd_currencies table
935: --
936: if p_fee_currency is not null
937: and p_fee is not null then
938: --