BUILDING COMPANY DIRECTORY
Hello communitty I am getting this issue when I tried to built the tree for the company directory.
4:28:49PM | SQL error. Function: CreateSQL Error Position: 478 Return: 904 - ORA-00904: "FILL"."LANGUAGE_CD": invalid identifier Statement: select emplid,empl_rcd,to_char(effdt,'yyyy-mm-dd'),effseq,empl_status,hr_status,full_p art_time,setid_dept,deptid,setid_location,location,setid_jobcode,jobcode,position_nbr,position_overr ide,supervisor_id,per_org,reports_to from ps_hr_drpt_4b_vw fill where fill.reports_to = :1 and fi ll.effdt=(select max(job2.effdt) from ps_job job2 where fill.emplid=job2.emplid and fill.empl_rcd=jo b2.empl_rcd and job2.effdt <= to_date(:2,'yyyy-mm-dd')) and fill.per_org in ('emp', 'cwr') AND FI LL.LANGUAGE_CD = 'ESP' ORDER BY FILL.EMPLID, FILL.EMPL_RCD |