DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_ALL_POSITIONS_F

Line 2190: FROM hr_all_positions_f pos

2186: SELECT pos.TIME_NORMAL_START
2187: , pos.TIME_NORMAL_FINISH
2188: , pos.working_hours
2189: , pos.frequency
2190: FROM hr_all_positions_f pos
2191: WHERE pos.position_id = p_position_id
2192: AND p_effective_date between effective_start_date and effective_end_date;
2193: --
2194: CURSOR csr_org_default_details(p_organization_id Number) IS