DBA Data[Home] [Help]

APPS.PSP_LABOR_DIST dependencies on PA_TASKS_EXPEND_V

Line 6778: from pa_tasks_expend_v

6774:
6775: /* Comented the following code for Bug 3263333
6776: Cursor C_task is
6777: Select task_number
6778: from pa_tasks_expend_v
6779: where task_id = p_task_id; */
6780:
6781: -- Introduced the following code for Bug 3263333
6782:

Line 6785: from pa_tasks_expend_v -- Replaced pa_tasks with pa_tasks_expend_v for Bug : 16391366

6781: -- Introduced the following code for Bug 3263333
6782:
6783: Cursor C_task is
6784: Select task_number
6785: from pa_tasks_expend_v -- Replaced pa_tasks with pa_tasks_expend_v for Bug : 16391366
6786: where task_id = p_task_id;
6787:
6788: /* Comented the following code for Bug 3263333
6789: Cursor C_award is