DBA Data[Home] [Help]

APPS.AP_WEB_POLICY_UTILS dependencies on HR_ALL_POSITIONS_F

Line 1027: from hr_all_positions_f

1023:
1024: CURSOR position_cur IS
1025: select name,
1026: substrb(name,instrb(name,'.',-1)+1) parsed_name
1027: from hr_all_positions_f
1028: where position_id = p_role_id;
1029:
1030: job_rec job_cur%ROWTYPE;
1031: grade_rec grade_cur%ROWTYPE;