Commit 3484cec8 authored by kdabholkar's avatar kdabholkar

commited to changes in function fn_gst_rate_amt


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106361 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 510a2834
......@@ -249,7 +249,7 @@ update system_event_services set service_uri ='http://52.221.100.13:9090/ibase/r
create or replace function fn_get_gst_rate(as_trancode in taxtran.tran_code%type,as_tranid in taxtran.tran_id%type, al_lineno number)
return number is
lc_gstrate number(6,2) := 0;
ls_lineno char;
ls_lineno char(3);
begin
begin
......@@ -317,7 +317,7 @@ end;
create or replace function fn_gst_rate_amt(as_trancode in taxtran.tran_code%type,as_tranid in taxtran.tran_id%type, al_lineno number, as_type in char, as_rateoramt in char)
return number is
lc_rateoramt number(16,2) := 0;
ls_lineno char;
ls_lineno char(3);
-- as_type : G (sgst), H (cgst), I (igst) and J (cess)
-- as_rateoramt : R or A
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment