DBA Data[Home] [Help]

APPS.HR_VALID_GRADE_API dependencies on HR_POSITIONS_F

Line 70: from hr_positions_f pos

66: -- Bug 10282503
67: l_pos_date_effective date;
68: cursor csr_pos_start_date is
69: select pos.date_effective
70: from hr_positions_f pos
71: where pos.position_id = p_position_id;
72: --
73:
74: begin