Can anyone tell me how to Delete a Time Report that has not been authorized on a Work Task in Apps 10 UPD 4 and up? Seems like the simplest thing and I’ve tried on Work Task Time Reports, and The Report In screen and I don’t see the option to delete.
Page 1 / 1
You will have to go to the Work Task Transaction screen (Service and Maintenance\Work Management\Closure\Work Task Transaction) and delete the transaction from there. You can quite easily create a custom menu option that allows you to delete it from the tab itself though.
DECLARE
trans_id_ VARCHAR2(32000) := &transaction_id;
BEGIN
IFSAPP.Jt_Task_Transaction_API.Delete_Transaction(trans_id_);
END;
Thanks you
Thank You! :-)
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.