DBA Data[Home] [Help]

APPS.PA_BASELINE_FUNDING_PKG dependencies on PA_TASKS

Line 263: from pa_tasks

259: if f1_rec.task_id is not null then
260:
261: select start_date, completion_date
262: into l_start_date, l_end_date
263: from pa_tasks
264: where task_id = f1_rec.task_id
265: and project_id = p_project_id;
266:
267: if l_start_date is null then

Line 656: from pa_tasks

652: IF fp_rec.task_id is not null
653: THEN
654: select start_date, completion_date
655: into l_start_date, l_end_date
656: from pa_tasks
657: where task_id = fp_rec.task_id
658: and project_id = p_project_id;
659:
660: if l_start_date is null then