DBA Data[Home] [Help]

APPS.PA_PROJECT_PVT dependencies on PA_BILLING_ASSIGNMENTS

Line 4640: DELETE FROM pa_billing_assignments WHERE

4636:
4637: DELETE FROM pa_transaction_controls WHERE task_id = p_task_id;
4638:
4639: --Modified the where condition for Improving Performance under Sql Repository work.Bug#4878754.
4640: DELETE FROM pa_billing_assignments WHERE
4641: top_task_id = p_task_id
4642: AND project_id = l_task_rec.project_id;
4643:
4644: DELETE FROM pa_labor_multipliers WHERE task_id = p_task_id;