DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on PA_TASKS_EXPEND_V

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 255: from pa_tasks_expend_v

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 Bug 16863607
255: from pa_tasks_expend_v
256: where task_id = x_task_id;
257:
258: cursor c5 is
259: select name