DBA Data[Home] [Help]

APPS.BEN_PDW_MASS_UPD_RATES dependencies on STANDARD

Line 160: hr_utility.set_location('UPloading Standard Rate',15);

156: hr_utility.set_location('UPLOAD_RATE: Entering',10);
157: -- As of now, user can choose UPDATE or CORRECTION as the date track selection.
158: -- We are not allowing future data date track selections
159: IF (P_RATE_TYPE = hr_general.decode_lookup('BEN_MRT_RT_TYPE','STD_RT') or 'ABR' = P_RATE_TYPE) then
160: hr_utility.set_location('UPloading Standard Rate',15);
161: begin
162: select 'Y' into l_future_data_exists
163: from
164: BEN_ACTY_BASE_RT_F a

Line 238: hr_utility.set_location('Finished uploadeing Standard Rate',18);

234: ,p_datetrack_mode => l_datetrack_mode
235: ,p_effective_start_date => l_effective_start_date
236: ,p_effective_end_date => l_effective_end_date
237: );
238: hr_utility.set_location('Finished uploadeing Standard Rate',18);
239: elsif (P_RATE_TYPE = hr_general.decode_lookup('BEN_MRT_RT_TYPE','VRBL_RT') or 'VPF' = P_RATE_TYPE) then
240: hr_utility.set_location('Uploading Variable Rate',15);
241: begin
242: select 'Y' into l_future_data_exists