DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_MASS_CHANGES

Line 1137: ghr_mass_changes.create_sf52_for_mass_changes

1133: BEGIN
1134: l_sf52_rec.mass_action_id := p_mass_salary_id;
1135: l_sf52_rec.rpa_type := 'MSL';
1136: g_proc := 'Create_sf52_recrod';
1137: ghr_mass_changes.create_sf52_for_mass_changes
1138: (p_mass_action_type => 'MASS_SALARY_CHG',
1139: p_pa_request_rec => l_sf52_rec,
1140: p_errbuf => l_errbuf,
1141: p_retcode => l_retcode);

Line 1212: -- was updated in ghr_mass_changes.create_sf52_for_mass_changes pkg itself.

1208: ELSE
1209: pr('Error in create sf52',l_errbuf);
1210: l_recs_failed := l_recs_failed + 1;
1211: -- Raising MSL_ERROR is not required as the process log
1212: -- was updated in ghr_mass_changes.create_sf52_for_mass_changes pkg itself.
1213: --raise msl_error;
1214: END IF; -- if l_errbuf is null then
1215: EXCEPTION
1216: WHEN msl_error then raise;

Line 6152: ghr_mass_changes.create_sf52_for_mass_changes

6148:
6149: l_sf52_rec.mass_action_id := p_mass_salary_id;
6150: l_sf52_rec.rpa_type := 'MPC';
6151: g_proc := 'create_sf52_recrod';
6152: ghr_mass_changes.create_sf52_for_mass_changes
6153: (p_mass_action_type => 'MASS_SALARY_CHG',
6154: p_pa_request_rec => l_sf52_rec,
6155: p_errbuf => l_errbuf,
6156: p_retcode => l_retcode);

Line 8162: ghr_mass_changes.create_sf52_for_mass_changes

8158: BEGIN
8159: l_sf52_rec.mass_action_id := p_mass_salary_id;
8160: l_sf52_rec.rpa_type := 'MRR';
8161: g_proc := 'Create_sf52_recrod';
8162: ghr_mass_changes.create_sf52_for_mass_changes
8163: (p_mass_action_type => 'MASS_SALARY_CHG',
8164: p_pa_request_rec => l_sf52_rec,
8165: p_errbuf => l_errbuf,
8166: p_retcode => l_retcode);

Line 8239: -- was updated in ghr_mass_changes.create_sf52_for_mass_changes pkg itself.

8235: ELSE
8236: pr('Error in create sf52',l_errbuf);
8237: l_recs_failed := l_recs_failed + 1;
8238: -- Raising MSL_ERROR is not required as the process log
8239: -- was updated in ghr_mass_changes.create_sf52_for_mass_changes pkg itself.
8240: --raise msl_error;
8241: END IF; -- if l_errbuf is null then
8242: EXCEPTION
8243: WHEN msl_error then raise;