DBA Data[Home] [Help]

APPS.PJI_FM_EXTR dependencies on PA_EVENTS

Line 1506: , pa_events ev

1502: , to_number(null) AS QUANTITY
1503: , to_number(null) AS BILL_QUANTITY
1504: From pa_agreements_all ag
1505: , pa_project_customers cust
1506: , pa_events ev
1507: , pa_event_types evt
1508: , PJI_FM_EXTR_DREVN drev
1509: , pa_cust_event_rdl_all erdl
1510: Where 1 = 1

Line 1838: , pa_events ev

1834: PJI_FM_EXTR_DREVN drev
1835: , pa_agreements_all ag
1836: , pa_project_customers cust
1837: , pa_cust_event_rdl_all erdl /* Changed the order for bug 8668173 */
1838: , pa_events ev
1839: , pa_event_types evt
1840: WHERE
1841: drev.worker_id = p_worker_id
1842: /* and drev.project_id = ev.project_id Commented for bug 8668173 */