DBA Data[Home] [Help]

APPS.PA_PROJECT_PVT dependencies on PA_BILLING_ASSIGNMENTS

Line 4837: DELETE FROM pa_billing_assignments WHERE

4833:
4834: DELETE FROM pa_transaction_controls WHERE task_id = p_task_id;
4835:
4836: --Modified the where condition for Improving Performance under Sql Repository work.Bug#4878754.
4837: DELETE FROM pa_billing_assignments WHERE
4838: top_task_id = p_task_id
4839: AND project_id = l_task_rec.project_id;
4840:
4841: DELETE FROM pa_labor_multipliers WHERE task_id = p_task_id;