DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on PER_JOBS_VL

Line 635: from per_jobs_vl

631: where organization_id = p_id;
632:
633: cursor csr_job_name(p_id in number) is
634: select name
635: from per_jobs_vl
636: where job_id = p_id;
637:
638: cursor csr_pos_name(p_id in number) is
639: select name

Line 2392: from per_jobs_vl

2388: where organization_id = p_id;
2389:
2390: cursor csr_job_name(p_id in number) is
2391: select name
2392: from per_jobs_vl
2393: where job_id = p_id;
2394:
2395: cursor csr_pos_name(p_id in number) is
2396: select name