DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on HR_POSITIONS_F

Line 640: from hr_positions_f

636: where job_id = p_id;
637:
638: cursor csr_pos_name(p_id in number) is
639: select name
640: from hr_positions_f
641: where position_id = p_id
642: and to_date(p_effective_date,g_date_format)
643: between effective_start_date
644: and effective_end_date;

Line 2395: from hr_positions_f

2391: where job_id = p_id;
2392:
2393: cursor csr_pos_name(p_id in number) is
2394: select name
2395: from hr_positions_f
2396: where position_id = p_id
2397: and to_date(p_effective_date,g_date_format)
2398: between effective_start_date
2399: and effective_end_date;