DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on HR_ALL_POSITIONS_F

Line 8246: from hr_all_positions_f

8242: l_payroll_id NUMBER;
8243:
8244: cursor c_position_payroll is
8245: select pay_freq_payroll_id
8246: from hr_all_positions_f
8247: where position_id = p_hr_position_id
8248: /*For Bug No : 2292003 Start*/
8249: --and p_effective_start_date between effective_start_date and effective_end_date
8250: and ((p_effective_start_date between effective_start_date and effective_end_date) OR