DBA Data[Home] [Help]

APPS.PAY_PGP_UPD dependencies on HR_UTILITY

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

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

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

169: pay_pgp_shd.g_old_rec.segment30;
170: End If;
171:
172: --
173: hr_utility.set_location(' Leaving:'||l_proc, 10);
174: --
175: End convert_defs;
176: --
177: -- ----------------------------------------------------------------------------

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

217: l_proc varchar2(72) := g_package||'upd_or_sel';
218: l_rec pay_pgp_shd.g_rec_type;
219: --
220: begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: -- convert args into record format
224: --
225: l_rec :=

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

266: --
267: if pay_pgp_shd.api_updating
268: (p_people_group_id => l_rec.people_group_id) then
269: --
270: hr_utility.set_location(l_proc, 10);
271: --
272: -- the current row exists and we have populated the g_old_rec
273: -- we must now build up the new record by converting the
274: -- arguments into a record structure and converting any of the

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

372: if (l_rec.segment30 = hr_api.g_varchar2) then
373: l_rec.segment30 := null;
374: end if;
375: end if;
376: hr_utility.set_location(l_proc, 15);
377: --
378: -- call the ins_or_sel process
379: --
380: pay_pgp_ins.ins_or_sel

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

416: -- set the out arguments
417: --
418: p_people_group_id := l_rec.people_group_id;
419: p_group_name := l_rec.group_name;
420: hr_utility.set_location(' Leaving:'||l_proc, 20);
421: --
422: end upd_or_sel;
423:
424: --