DBA Data[Home] [Help]

APPS.PQH_CBR_ENGINE dependencies on HR_ALL_POSITIONS_F

Line 355: from hr_all_positions_f

351: l_organization_id number;
352: begin
353: select organization_id
354: into l_organization_id
355: from hr_all_positions_f
356: where position_id = p_position_id
357: and p_effective_date between effective_start_date and effective_end_date;
358: return l_organization_id;
359: end get_position_organization;