DBA Data[Home] [Help]

APPS.GHR_API dependencies on HR_ORGANIZATION_UNITS

Line 2654: l_organization_id hr_organization_units.organization_id%type;

2650: ,p_work_schedule OUT NOCOPY varchar2
2651: ) is
2652: --
2653: l_proc varchar2(72) := g_package||'sf52_from_by_assignment';
2654: l_organization_id hr_organization_units.organization_id%type;
2655: l_position_id per_all_positions.position_id%type;
2656: l_job_id per_jobs.job_id%type;
2657: l_grade_id per_grades.grade_id%type;
2658: l_location_id hr_locations.location_id%type;

Line 2686: l_org_id hr_organization_units.organization_id%type;

2682: l_position_ddf_found boolean := FALSE;
2683: l_asg_ei_data per_assignment_extra_info%rowtype;
2684: l_pos_ei_data per_position_extra_info%rowtype;
2685: l_element_entry_data pay_element_entry_values_f%rowtype;
2686: l_org_id hr_organization_units.organization_id%type;
2687: --vsm
2688: l_business_group_id per_business_groups.business_group_id%type;
2689: l_result_code varchar2(30);
2690: l_assignment_data per_all_assignments_f%rowtype;