oracle - SSRS ORA-12571 encountered error message -
i'm working on oracle code in ssrs. i'm getting following error message:
i'm not sure why i'm getting error. can explain me?
select h."dept name", c."id", c."fullname", c."fte", bu "bu",'overtime' "paytype", f."paycode", d.start_date "date", sum(d.time_in_seconds/60/60) "hours", sum (d.gross_pay_amount) "dollar" , b, c, d, f, bu, h a.effective_date =(select max(e.effective_date) e a.= e. emp_records a.job_id = e.job_id a.emp_record_id = c.personnum) , b.status <> 'd' , a.sequence=0 , d.start_date >= (:startdate, 'yy-mon-dd') , d.end_date <= (:enddate,'yy-mon-dd') , d.pay_type in ('f','r') group h.laborlev2nm, h.laborlev2dsc, f.name, f.abbrv, c.personnum, c.fullnm, c.ftepct, bu.external_key, d.start_date
Comments
Post a Comment