Hi,
I’m looking at a way to indicate in the screen ‘Authorization’ the approval status of project time (project time is fetched via pl/sql from project transaction).
After looking into Project_Transaction_API, I’ve found the procedure Check_Cost_Accounting (Cost_Accounting being the SQL name of the ‘Approved’ column in Project Transaction).
Would anyone be able to explain to me what the procedure Check_Cost_Accounting for Project_Transaction_API does ? What does it return?
What value is expected for ‘confirmed_’? I understand that ‘forced_’ is 1 by default (correct me if I’m mistaken) and I have all the other parameters.
Thanks
Alexis