Hi
I got an error with the below line in red when execute. Any clues please.
select X.*,
IFSAPP.SUB_PROJECT_API.Get_Description(x.PROJECT_ID, x.SUB_PROJECT_ID) Sub_Proj_Des,
x.budget_base_curr/120 ITD_BUD,
x.actual - ITD_BUD as "Deviation",
IFSAPP.ACTIVITY_API.Get_Description(X.ACTIVITY_SEQ) activity_des,
IFSAPP.Project_Forecast_Item_API.Get_Project_Cost_Element_Desc(x.FORECAST_ID, x.PROJECT_COST_ELEMENT) cost_elm_des
from
project_forecast_item_all X
where
project_id = '20062' and
forecast_version_id = 'M1003'
Regards
Housseiny