DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on AP_INVOICES_ALL

Line 10890: x_si_date ap_invoices_all.invoice_date%TYPE ;

10886: FROM pa_tasks p
10887: START WITH p.task_id= x_task_id
10888: CONNECT BY PRIOR p.task_id = p.parent_task_id) ;
10889:
10890: x_si_date ap_invoices_all.invoice_date%TYPE ;
10891:
10892: BEGIN
10893:
10894: SAVEPOINT Update_project_pub;