DBA Data[Home] [Help]

APPS.PER_POD_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 169: hr_utility.set_location(' Leaving:'||l_proc, 10);

165: per_pod_shd.g_old_rec.segment30;
166: End If;
167:
168: --
169: hr_utility.set_location(' Leaving:'||l_proc, 10);
170: --
171: End convert_defs;
172: --
173: -- ----------------------------------------------------------------------------

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

213: l_proc varchar2(72) := g_package||'upd_or_sel';
214: l_rec per_pod_shd.g_rec_type;
215: --
216: begin
217: hr_utility.set_location('Entering:'||l_proc, 5);
218: --
219: -- convert args into record format
220: --
221: l_rec :=

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

261: --
262: if per_pod_shd.api_updating
263: (p_position_definition_id => l_rec.position_definition_id) then
264: --
265: hr_utility.set_location(l_proc, 10);
266: --
267: -- the current row exists and we have populated the g_old_rec
268: -- we must now build up the new record by converting the
269: -- arguments into a record structure and converting any of the

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

367: if (l_rec.segment30 = hr_api.g_varchar2) then
368: l_rec.segment30 := null;
369: end if;
370: end if;
371: hr_utility.set_location(l_proc, 15);
372: --
373: -- call the ins_or_sel process
374: --
375: per_pod_ins.ins_or_sel

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

410: --
411: -- set the out argument
412: --
413: p_position_definition_id := l_rec.position_definition_id;
414: hr_utility.set_location(' Leaving:'||l_proc, 20);
415: --
416: end upd_or_sel;
417: --
418: end per_pod_upd;