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 1592: from pa_draft_revenues_all

1588: into dummy
1589: from sys.dual
1590: where not exists (
1591: select null
1592: from pa_draft_revenues_all
1593: where project_id = x_project_id);
1594: exception
1595: when no_data_found then
1596: x_err_code := 30;