DBA Data[Home] [Help]

APPS.PA_RATE_PVT_PKG dependencies on PA_WORK_TYPES_VL

Line 851: from pa_work_types_vl a, pa_tasks b

847: -- get the default work type information from the task
848: begin
849: select name
850: into pa_pay_util.g_work_type_name
851: from pa_work_types_vl a, pa_tasks b
852: where a.work_type_id = b.work_type_id
853: and b.task_id = p_task_id;
854:
855: exception

Line 2580: from pa_work_types_vl a, pa_tasks b

2576: -- get the default work type information from the task
2577: begin
2578: select name
2579: into pa_pay_util.g_work_type_name
2580: from pa_work_types_vl a, pa_tasks b
2581: where a.work_type_id = b.work_type_id
2582: and b.task_id = p_task_id;
2583:
2584: exception