DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_EVENTS

Line 1845: SELECT count(1) from pa_events ev

1841: l_proc_exists VARCHAR2(1);
1842:
1843: CURSOR c_bill_event_exists(x_project_id IN NUMBER)
1844: IS
1845: SELECT count(1) from pa_events ev
1846: WHERE ev.project_id = x_project_id
1847: AND nvl(ev.task_id, -1) = x_task_id ;
1848: -- Bug 3662930
1849: