DBA Data[Home] [Help]

APPS.PER_ANC_UPD dependencies on HR_UTILITY

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

15: l_proc varchar2(72) := g_package||'convert_defs';
16: --
17: Begin
18: --
19: hr_utility.set_location('Entering:'||l_proc, 5);
20: --
21: -- We must now examine each argument value in the
22: -- p_rec plsql record structure
23: -- to see if a system default is being used. If a system default

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

179: p_rec.segment30 :=
180: per_anc_shd.g_old_rec.segment30;
181: End If;
182: --
183: hr_utility.set_location(' Leaving:'||l_proc, 10);
184: --
185: End convert_defs;
186: --
187: -- ----------------------------------------------------------------------------

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

227: l_proc varchar2(72) := g_package||'upd_or_sel';
228: l_rec per_anc_shd.g_rec_type;
229: --
230: begin
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: --
233: -- convert args into record format
234: --
235: l_rec :=

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

279: --
280: if per_anc_shd.api_updating
281: (p_analysis_criteria_id => l_rec.analysis_criteria_id) then
282: --
283: hr_utility.set_location(l_proc, 10);
284: --
285: -- the current row exists and we have populated the g_old_rec
286: -- we must now build up the new record by converting the
287: -- arguments into a record structure and converting any of the

Line 392: hr_utility.set_location(l_proc, 15);

388: if (l_rec.id_flex_num = hr_api.g_number) then
389: l_rec.id_flex_num := null;
390: end if;
391: end if;
392: hr_utility.set_location(l_proc, 15);
393: --
394: -- call the ins_or_sel process
395: --
396: per_anc_ins.ins_or_sel

Line 435: hr_utility.set_location(' Leaving:'||l_proc, 20);

431: --
432: -- set the out arguments
433: --
434: p_analysis_criteria_id := l_rec.analysis_criteria_id;
435: hr_utility.set_location(' Leaving:'||l_proc, 20);
436: --
437: end upd_or_sel;
438: --
439: end per_anc_upd;