DBA Data[Home] [Help]

APPS.PA_BASELINE_FUNDING_PKG dependencies on PA_TASKS

Line 274: from pa_tasks

270: if f1_rec.task_id is not null then
271:
272: select start_date, completion_date
273: into l_start_date, l_end_date
274: from pa_tasks
275: where task_id = f1_rec.task_id
276: and project_id = p_project_id;
277:
278: if l_start_date is null then

Line 675: from pa_tasks

671: IF fp_rec.task_id is not null
672: THEN
673: select start_date, completion_date
674: into l_start_date, l_end_date
675: from pa_tasks
676: where task_id = fp_rec.task_id
677: and project_id = p_project_id;
678:
679: if l_start_date is null then