DBA Data[Home] [Help]

APPS.GHR_MASS_AWARDS_ELIG dependencies on HR_UTILITY

Line 1011: hr_utility.set_location('Eff. date in elig ' || l_effective_date,1);

1007: l_count := l_count + 1;
1008:
1009:
1010: -- Call appropriate procedure to Populate RPA/ RPA EI segments.
1011: hr_utility.set_location('Eff. date in elig ' || l_effective_date,1);
1012: hr_utility.set_location('p_mass_award_id in elig' || p_mass_award_id,1);
1013:
1014: ghr_mass_awards_pkg.build_rpa_for_mass_awards
1015: (p_mass_award_id => p_mass_award_id,

Line 1012: hr_utility.set_location('p_mass_award_id in elig' || p_mass_award_id,1);

1008:
1009:
1010: -- Call appropriate procedure to Populate RPA/ RPA EI segments.
1011: hr_utility.set_location('Eff. date in elig ' || l_effective_date,1);
1012: hr_utility.set_location('p_mass_award_id in elig' || p_mass_award_id,1);
1013:
1014: ghr_mass_awards_pkg.build_rpa_for_mass_awards
1015: (p_mass_award_id => p_mass_award_id,
1016: p_action_type => p_action_type,

Line 1046: hr_utility.set_location('retcode interm ' || l_retcode,1);

1042: l_retcode := l_old_retcode;
1043: Else
1044: l_old_retcode := l_retcode;
1045: End if;
1046: hr_utility.set_location('retcode interm ' || l_retcode,1);
1047: If p_action_type = 'FINAL' then
1048: If l_status = 'SUCCESS' or l_status = 'PROCESSED' then
1049: l_succ_ctr := l_succ_ctr + 1;
1050: Elsif l_status = 'MANUAL' or l_status = 'FAILURE'

Line 1108: hr_utility.set_location('End of get eligible employees' ,1);

1104: --End if;
1105: End if;
1106:
1107:
1108: hr_utility.set_location('End of get eligible employees' ,1);
1109: hr_utility.set_location('retcode ' || p_retcode,2);
1110: hr_utility.set_location('errbuf ' || p_errbuf,3);
1111:
1112: EXCEPTION

Line 1109: hr_utility.set_location('retcode ' || p_retcode,2);

1105: End if;
1106:
1107:
1108: hr_utility.set_location('End of get eligible employees' ,1);
1109: hr_utility.set_location('retcode ' || p_retcode,2);
1110: hr_utility.set_location('errbuf ' || p_errbuf,3);
1111:
1112: EXCEPTION
1113:

Line 1110: hr_utility.set_location('errbuf ' || p_errbuf,3);

1106:
1107:
1108: hr_utility.set_location('End of get eligible employees' ,1);
1109: hr_utility.set_location('retcode ' || p_retcode,2);
1110: hr_utility.set_location('errbuf ' || p_errbuf,3);
1111:
1112: EXCEPTION
1113:
1114: WHEN OTHERS THEN