DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on PA_TASKS_EXPEND_V

Line 921: Check it in pa_tasks_expend_v;

917: If Project not null
918: if task is null
919: Error ;
920: else
921: Check it in pa_tasks_expend_v;
922: end if;
923: else
924: if task is null ;
925: success ;

Line 948: from pa_tasks_expend_v pt

944: and ( ( mti.source_project_id is not null
945: and mti.source_task_id is not null
946: and exists (
947: select 1
948: from pa_tasks_expend_v pt
949: where pt.project_id = mti.source_project_id
950: and pt.task_id = mti.source_task_id
951: )
952: )