DBA Data[Home] [Help]

APPS.PA_PAXPRWBS_XMLP_PKG dependencies on PA_TASKS

Line 54: from pa_tasks where top_task_id1 = task_id;

50: IF (top_task_id1 is not null
51: and top_task_id <> 'All') then
52: select task_name,task_number
53: into tsk_name,tsk_number
54: from pa_tasks where top_task_id1 = task_id;
55: end if;
56:
57: c_top_task_number := tsk_number;
58: c_top_task_name := tsk_name;