

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi everybody,
Is there any way to delete Approve Budget Details?
This is the production environment of PPM 9.22
Best Regards,
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi everybody,
I found a solution to delete Approved Budget Details.
DELETE FROM FM_APPROVED_BUDGETS WHERE FINANCIAL_SUMMARY_ID = (SELECT PRJ_FINANCIAL_SUMMARY_ID FROM KCRT_FG_PFM_PROJECT WHERE REQUEST_ID = [YOUR_REQUEST_ID]); COMMIT;
I fixed with the SQL Query above. But as I know, HP does not suggest this method.
For your informations,
Burak Kaya


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
There are no function to delete an approved budget
Tip : You can approve a negative value.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
I have known already that there are no function to delete an approved budget. I thought that someone has a method to delete it.
This is an deficiency of tool.
Thanks your comment,
Burak Kaya


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi everybody,
I found a solution to delete Approved Budget Details.
DELETE FROM FM_APPROVED_BUDGETS WHERE FINANCIAL_SUMMARY_ID = (SELECT PRJ_FINANCIAL_SUMMARY_ID FROM KCRT_FG_PFM_PROJECT WHERE REQUEST_ID = [YOUR_REQUEST_ID]); COMMIT;
I fixed with the SQL Query above. But as I know, HP does not suggest this method.
For your informations,
Burak Kaya