DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on PA_TASKS_EXPEND_V

Line 922: Check it in pa_tasks_expend_v;

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

Line 949: from pa_tasks_expend_v pt

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