DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_EVENTS

Line 1633: SELECT count(1) from pa_events ev

1629: l_proc_exists VARCHAR2(1);
1630:
1631: CURSOR c_bill_event_exists(x_project_id IN NUMBER)
1632: IS
1633: SELECT count(1) from pa_events ev
1634: WHERE ev.project_id = x_project_id
1635: AND nvl(ev.task_id, -1) = x_task_id ;
1636: -- Bug 3662930
1637: