347: delete from pa_transaction_controls
348: where project_id = x_project_id;
349:
350: -- Delete billing assignments
351: delete from pa_billing_assignments
352: where project_id = x_project_id;
353:
354: -- anlee
355: -- Commented out for performance bug 2800018
1612: ---- end 6629057
1613:
1614: -- 4201927 end
1615:
1616: delete from pa_billing_assignments
1617: where top_task_id = x_task_id
1618: AND project_id = l_project_id;
1619:
1620: -- 3693197