DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_MASS_CHANGES

Line 1123: ghr_mass_changes.create_sf52_for_mass_changes

1119: BEGIN
1120: l_sf52_rec.mass_action_id := p_mass_salary_id;
1121: l_sf52_rec.rpa_type := 'MSL';
1122: g_proc := 'Create_sf52_recrod';
1123: ghr_mass_changes.create_sf52_for_mass_changes
1124: (p_mass_action_type => 'MASS_SALARY_CHG',
1125: p_pa_request_rec => l_sf52_rec,
1126: p_errbuf => l_errbuf,
1127: p_retcode => l_retcode);

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

1194: ELSE
1195: pr('Error in create sf52',l_errbuf);
1196: l_recs_failed := l_recs_failed + 1;
1197: -- Raising MSL_ERROR is not required as the process log
1198: -- was updated in ghr_mass_changes.create_sf52_for_mass_changes pkg itself.
1199: --raise msl_error;
1200: END IF; -- if l_errbuf is null then
1201: EXCEPTION
1202: WHEN msl_error then raise;

Line 6023: ghr_mass_changes.create_sf52_for_mass_changes

6019:
6020: l_sf52_rec.mass_action_id := p_mass_salary_id;
6021: l_sf52_rec.rpa_type := 'MPC';
6022: g_proc := 'create_sf52_recrod';
6023: ghr_mass_changes.create_sf52_for_mass_changes
6024: (p_mass_action_type => 'MASS_SALARY_CHG',
6025: p_pa_request_rec => l_sf52_rec,
6026: p_errbuf => l_errbuf,
6027: p_retcode => l_retcode);

Line 8009: ghr_mass_changes.create_sf52_for_mass_changes

8005: BEGIN
8006: l_sf52_rec.mass_action_id := p_mass_salary_id;
8007: l_sf52_rec.rpa_type := 'MRR';
8008: g_proc := 'Create_sf52_recrod';
8009: ghr_mass_changes.create_sf52_for_mass_changes
8010: (p_mass_action_type => 'MASS_SALARY_CHG',
8011: p_pa_request_rec => l_sf52_rec,
8012: p_errbuf => l_errbuf,
8013: p_retcode => l_retcode);

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

8081: ELSE
8082: pr('Error in create sf52',l_errbuf);
8083: l_recs_failed := l_recs_failed + 1;
8084: -- Raising MSL_ERROR is not required as the process log
8085: -- was updated in ghr_mass_changes.create_sf52_for_mass_changes pkg itself.
8086: --raise msl_error;
8087: END IF; -- if l_errbuf is null then
8088: EXCEPTION
8089: WHEN msl_error then raise;