[Home] [Help]
1434: l_pp_grd_exists boolean;
1435: l_dummy varchar2(1);
1436: l_pt_eff_start_date date;
1437: l_pt_eff_end_date date;
1438: l_position_data_rec ghr_sf52_pos_UPDATE.position_data_rec_type;
1439:
1440: --
1441: -- Bug 3315432 Madhuri
1442: --
2643: l_position_data_rec.organization_id := un_per.organization_id;
2644: ----ghr_mre_pkg.UPDATE_position_info (l_position_data_rec);
2645: **************************/
2646: exception when others then
2647: l_mtcerrbuf := 'Error in ghr_sf52_pos_UPDATE.UPDATE_position_info' ||
2648: ' Sql Err is '|| sqlerrm(sqlcode);
2649: ghr_mto_int.log_message(
2650: p_procedure => 'Failed',
2651: p_message => 'Vacant Position : '||l_pos_name ||