DBA Data[Home] [Help]

APPS.PAY_ITR_SHD dependencies on HR_UTILITY

Line 143: hr_utility.set_location('Entering:'||l_proc, 5);

139: --
140: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: -- Call the corresponding datetrack api
146: --
147: dt_api.find_dt_upd_modes

Line 158: hr_utility.set_location(' Leaving:'||l_proc, 10);

154: ,p_update_override => p_update_override
155: ,p_update_change_insert => p_update_change_insert
156: );
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End find_dt_upd_modes;
160: --
161: -- ----------------------------------------------------------------------------
162: -- |---------------------------< find_dt_del_modes >--------------------------|

Line 177: hr_utility.set_location('Entering:'||l_proc, 5);

173: l_proc varchar2(72) := g_package||'find_dt_del_modes';
174: --
175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: -- Call the corresponding datetrack api
180: --
181: dt_api.find_dt_del_modes

Line 192: hr_utility.set_location(' Leaving:'||l_proc, 10);

188: ,p_future_change => p_future_change
189: ,p_delete_next_change => p_delete_next_change
190: );
191: --
192: hr_utility.set_location(' Leaving:'||l_proc, 10);
193: End find_dt_del_modes;
194: --
195: -- ----------------------------------------------------------------------------
196: -- |-----------------------< upd_effective_end_date >-------------------------|

Line 211: hr_utility.set_location('Entering:'||l_proc, 5);

207: l_proc varchar2(72) := g_package||'upd_effective_end_date';
208: l_object_version_number number;
209: --
210: Begin
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: -- Because we are updating a row we must get the next object
214: -- version number.
215: --

Line 223: hr_utility.set_location(l_proc, 10);

219: ,p_base_key_column => 'iterative_rule_id'
220: ,p_base_key_value => p_base_key_value
221: );
222: --
223: hr_utility.set_location(l_proc, 10);
224: --
225: --
226: -- Update the specified datetrack row setting the effective
227: -- end date to the specified new effective end date.

Line 238: hr_utility.set_location(' Leaving:'||l_proc, 15);

234: between t.effective_start_date and t.effective_end_date;
235: --
236: --
237: p_object_version_number := l_object_version_number;
238: hr_utility.set_location(' Leaving:'||l_proc, 15);
239: --
240: End upd_effective_end_date;
241: --
242: -- ----------------------------------------------------------------------------

Line 284: hr_utility.set_location('Entering:'||l_proc, 5);

280: --
281: --
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: -- Ensure that all the mandatory arguments are not null
287: --
288: hr_api.mandatory_arg_error(p_api_name => l_proc

Line 362: hr_utility.set_location(' Leaving:'||l_proc, 30);

358: --
359: p_validation_start_date := l_validation_start_date;
360: p_validation_end_date := l_validation_end_date;
361: --
362: hr_utility.set_location(' Leaving:'||l_proc, 30);
363: --
364: -- We need to trap the ORA LOCK exception
365: --
366: Exception