DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_SF52_POS_UPDATE

Line 1412: l_position_data_rec ghr_sf52_pos_UPDATE.position_data_rec_type;

1408: l_pp_grd_exists boolean;
1409: l_dummy varchar2(1);
1410: l_pt_eff_start_date date;
1411: l_pt_eff_end_date date;
1412: l_position_data_rec ghr_sf52_pos_UPDATE.position_data_rec_type;
1413:
1414: --
1415: -- Bug 3315432 Madhuri
1416: --

Line 2605: l_mtcerrbuf := 'Error in ghr_sf52_pos_UPDATE.UPDATE_position_info' ||

2601: l_position_data_rec.organization_id := un_per.organization_id;
2602: ----ghr_mre_pkg.UPDATE_position_info (l_position_data_rec);
2603: **************************/
2604: exception when others then
2605: l_mtcerrbuf := 'Error in ghr_sf52_pos_UPDATE.UPDATE_position_info' ||
2606: ' Sql Err is '|| sqlerrm(sqlcode);
2607: ghr_mto_int.log_message(
2608: p_procedure => 'Failed',
2609: p_message => 'Vacant Position : '||l_pos_name ||