DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE dependencies on PA_BILLING_ASSIGNMENTS

Line 351: delete from pa_billing_assignments

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

Line 1600: delete from pa_billing_assignments

1596: ---- end 6629057
1597:
1598: -- 4201927 end
1599:
1600: delete from pa_billing_assignments
1601: where top_task_id = x_task_id
1602: AND project_id = l_project_id;
1603:
1604: -- 3693197