DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on GHR_SF52_POS_UPDATE

Line 3008: l_position_data_rec_type ghr_sf52_pos_update.position_data_rec_type;

3004: l_asg_location_id number;
3005: l_temp_asg_loc_id number;
3006: l_dum_char varchar2(240);
3007: l_dum_number number;
3008: l_position_data_rec_type ghr_sf52_pos_update.position_data_rec_type;
3009: -- Variables used for Update GRE
3010: l_from_org_id hr_organization_units.organization_id%type;
3011: l_to_org_id hr_organization_units.organization_id%type;
3012: l_result_code varchar2(100);

Line 3509: ghr_sf52_pos_update.update_position_info

3505: l_position_data_rec_type.location_id := NULL;
3506: END IF;
3507: -- End Bug 1613367
3508:
3509: ghr_sf52_pos_update.update_position_info
3510: (p_pos_data_rec => l_position_data_rec_type
3511: );
3512: /* -- SEt flag to update assignment with the targer org.
3513: l_employee_api_update_criteria := 'Y';

Line 3680: ghr_sf52_pos_update.update_position_info

3676: p_effective_date => p_pa_request_rec.effective_date,
3677: p_table_name => 'HR_ALL_POSITIONS_F'
3678: );
3679:
3680: ghr_sf52_pos_update.update_position_info
3681: (p_pos_data_rec => l_position_data_rec_type
3682: );
3683: l_update_occ_code := 'Y';
3684: END IF; -- If p_pa_request_rec.to_job_id <> l_pos_job_id

Line 4402: ghr_sf52_pos_update.update_position_info

4398: (p_id => p_pa_request_rec.to_position_id,
4399: p_effective_date => p_pa_request_rec.effective_date,
4400: p_table_name => 'HR_ALL_POSITIONS_F'
4401: );
4402: ghr_sf52_pos_update.update_position_info
4403: (p_pos_data_rec => l_position_data_rec_type);
4404: END IF; -- If NOA is 352
4405:
4406: END IF;

Line 4718: ghr_sf52_pos_update.update_positions_location(

4714: (l_posn_title_pm = 'APUE' AND
4715: nvl(p_pa_request_rec.to_position_id,hr_api.g_number) <> nvl(p_pa_request_rec.from_position_id,hr_api.g_number)) OR
4716: l_DS_pm in ('APUE','UE') OR
4717: (p_pa_request_rec.effective_date >= to_date('2007/01/07','YYYY/MM/DD') AND p_pa_request_rec.first_noa_code = '894') THEN
4718: ghr_sf52_pos_update.update_positions_location(
4719: p_position_id => p_pa_request_rec.to_position_id,
4720: p_location_id => p_pa_request_rec.duty_station_location_id,
4721: p_effective_date => p_pa_request_rec.effective_date);
4722: END IF;