DBA Data[Home] [Help]

APPS.OKE_ACTION_VALIDATIONS_PKG dependencies on PA_TASKS_EXPEND_V

Line 486: from pa_tasks_expend_v t

482: select 'OKE_DTS_EXP_TASK_INVALID'
483: from dual
484: where not exists (
485: select 'Task valid and chargeable'
486: from pa_tasks_expend_v t
487: where project_id = l_project_id
488: and task_id = l_task_id
489: and chargeable_flag = 'Y' ) */
490: union all

Line 513: from pa_tasks_expend_v

509: select 'OKE_DTS_EXP_TASK_INVALID'
510: from dual
511: where not exists (
512: select 'Task is valid and chargeable'
513: from pa_tasks_expend_v
514: where project_id = l_project_id
515: and task_id = l_task_id
516: and chargeable_flag = 'Y' )
517: union all