DBA Data[Home] [Help]

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

183: p_rec.segment30 :=
184: hr_scl_shd.g_old_rec.segment30;
185: End If;
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: --
189: End convert_defs;
190: --
191: -- ----------------------------------------------------------------------------

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

235: l_proc varchar2(72) := g_package||'upd_or_sel';
236: l_rec hr_scl_shd.g_rec_type;
237: --
238: begin
239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --
241: -- convert args into record format
242: --
243: l_rec :=

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

288: --
289: if hr_scl_shd.api_updating
290: (p_soft_coding_keyflex_id => l_rec.soft_coding_keyflex_id) then
291: --
292: hr_utility.set_location(l_proc, 10);
293: --
294: -- the current row exists and we have populated the g_old_rec
295: -- we must now build up the new record by converting the
296: -- arguments into a record structure and converting any of the

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

406: if (l_rec.program_update_date = hr_api.g_date) then
407: l_rec.program_update_date := null;
408: end if;
409: end if;
410: hr_utility.set_location(l_proc, 15);
411: --
412: -- call the ins_or_sel process
413: --
414: hr_scl_ins.ins_or_sel

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

454: -- set the out arguments
455: --
456: p_soft_coding_keyflex_id := l_rec.soft_coding_keyflex_id;
457: p_concatenated_segments := l_rec.concatenated_segments;
458: hr_utility.set_location(' Leaving:'||l_proc, 20);
459: --
460: end upd_or_sel;
461: --
462: end hr_scl_upd;