DBA Data[Home] [Help]

APPS.OKE_ACTION_VALIDATIONS_PKG dependencies on PA_PROJECTS_EXPEND_V

Line 471: from pa_projects_expend_v

467: select 'OKE_DTS_EXP_PROJECT_INVALID'
468: from dual
469: where not exists (
470: select 'Project is valid'
471: from pa_projects_expend_v
472: where project_id = l_project_id )
473: union all
474: select 'OKE_PROJECT_NOT_SETUP'
475: from dual

Line 506: from pa_projects_expend_v

502: select 'OKE_DTS_EXP_PROJECT_INVALID'
503: from dual
504: where not exists (
505: select 'Project is valid'
506: from pa_projects_expend_v
507: where project_id = l_project_id )
508: union all
509: select 'OKE_DTS_EXP_TASK_INVALID'
510: from dual