DBA Data[Home] [Help]

APPS.AP_WEB_POLICY_UTILS dependencies on HR_ALL_POSITIONS_F

Line 1002: from hr_all_positions_f

998:
999: CURSOR position_cur IS
1000: select name,
1001: substrb(name,instrb(name,'.',-1)+1) parsed_name
1002: from hr_all_positions_f
1003: where position_id = p_role_id;
1004:
1005: job_rec job_cur%ROWTYPE;
1006: grade_rec grade_cur%ROWTYPE;