DBA Data[Home] [Help]

APPS.PA_PROJECT_UTILS dependencies on PA_DRAFT_REVENUES

Line 728: FROM pa_draft_revenues

724: cursor c1 is
725: SELECT 1
726: FROM sys.dual
727: WHERE EXISTS (SELECT NULL
728: FROM pa_draft_revenues
729: WHERE project_id = x_project_id);
730:
731: c1_rec c1%rowtype;
732:

Line 1580: from pa_draft_revenues_all

1576: into dummy
1577: from sys.dual
1578: where not exists (
1579: select null
1580: from pa_draft_revenues_all
1581: where project_id = x_project_id);
1582: exception
1583: when no_data_found then
1584: x_err_code := 30;