DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on PA_TASKS

Line 247: -- from pa_tasks_expend_v

243:
244:
245: cursor c4 is
246: -- select task_number
247: -- from pa_tasks_expend_v
248: -- where project_id = x_project_id
249: -- and task_id = x_task_id;
250: -- Bug# 1223698 - To select Non-Chargeable Task during Query
251: -- Copied the same logic as in MRP_GET_PROJECT.TASK

Line 254: from pa_tasks

250: -- Bug# 1223698 - To select Non-Chargeable Task during Query
251: -- Copied the same logic as in MRP_GET_PROJECT.TASK
252: -- Copying the same logic as in
253: select task_number
254: from pa_tasks
255: where task_id = x_task_id;
256:
257: cursor c5 is
258: select name