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 2397: from hr_positions_f

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