DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_DRAFT_INVOICES

Line 682: FROM pa_draft_invoices

678: cursor c1 is
679: SELECT 1
680: FROM sys.dual
681: WHERE EXISTS (SELECT NULL
682: FROM pa_draft_invoices
683: WHERE project_id = x_project_id);
684:
685: c1_rec c1%rowtype;
686:

Line 1617: from pa_draft_invoices_all

1613: into dummy
1614: from sys.dual
1615: where not exists (
1616: select null
1617: from pa_draft_invoices_all
1618: where project_id = x_project_id);
1619: exception
1620: when no_data_found then
1621: x_err_code := 40;