DBA Data[Home] [Help]

APPS.BEN_DEC_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_dsgntr_enrld_cvg_f.last_updated_by%TYPE;
80: l_last_update_login ben_dsgntr_enrld_cvg_f.last_update_login%TYPE;
81: --
82: Begin
83: hr_utility.set_location('Entering:'||l_proc, 5);
84: --
85: -- Get the object version number for the insert
86: --
87: p_rec.object_version_number :=

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

99: -- If the datetrack_mode is not INSERT then we must populate the WHO
100: -- columns with the 'old' creation values and 'new' updated values.
101: --
102: If (p_datetrack_mode <> 'INSERT') then
103: hr_utility.set_location(l_proc, 10);
104: --
105: -- Select the 'old' created values
106: --
107: Open C_Sel1;

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

221: l_last_update_login
222: );
223: --
224: ben_dec_shd.g_api_dml := false; -- Unset the api dml status
225: hr_utility.set_location(' Leaving:'||l_proc, 15);
226: --
227: Exception
228: When hr_api.check_integrity_violated Then
229: -- A check constraint has been violated

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

252: --
253: l_proc varchar2(72) := g_package||'insert_dml';
254: --
255: Begin
256: hr_utility.set_location('Entering:'||l_proc, 5);
257: --
258: dt_insert_dml(p_rec => p_rec,
259: p_effective_date => p_effective_date,
260: p_datetrack_mode => p_datetrack_mode,

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

260: p_datetrack_mode => p_datetrack_mode,
261: p_validation_start_date => p_validation_start_date,
262: p_validation_end_date => p_validation_end_date);
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: End insert_dml;
266: --
267: -- ----------------------------------------------------------------------------
268: -- |------------------------------< pre_insert >------------------------------|

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

314: --
315: --
316: --
317: Begin
318: hr_utility.set_location('Entering:'||l_proc, 5);
319: --
320: --
321: select ben_dsgntr_enrld_cvg_f_s.nextval
322: into p_rec.dsgntr_enrld_cvg_id from sys.dual;

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

321: select ben_dsgntr_enrld_cvg_f_s.nextval
322: into p_rec.dsgntr_enrld_cvg_id from sys.dual;
323: --
324: --
325: hr_utility.set_location(' Leaving:'||l_proc, 10);
326: End pre_insert;
327: --
328: -- ----------------------------------------------------------------------------
329: -- |-----------------------------< post_insert >------------------------------|

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

366: --
367: l_proc varchar2(72) := g_package||'post_insert';
368: --
369: Begin
370: hr_utility.set_location('Entering:'||l_proc, 5);
371: --
372: --
373: -- Start of API User Hook for post_insert.
374: --

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

431: --
432: -- End of API User Hook for post_insert.
433: --
434: --
435: hr_utility.set_location(' Leaving:'||l_proc, 10);
436: End post_insert;
437: --
438: -- ----------------------------------------------------------------------------
439: -- |-------------------------------< ins_lck >--------------------------------|

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

483: l_validation_start_date date;
484: l_validation_end_date date;
485: --
486: Begin
487: hr_utility.set_location('Entering:'||l_proc, 5);
488: --
489: -- Validate the datetrack mode mode getting the validation start
490: -- and end dates for the specified datetrack operation.
491: --

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

503: --
504: p_validation_start_date := l_validation_start_date;
505: p_validation_end_date := l_validation_end_date;
506: --
507: hr_utility.set_location(' Leaving:'||l_proc, 10);
508: --
509: End ins_lck;
510: --
511: -- ----------------------------------------------------------------------------

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

522: l_validation_start_date date;
523: l_validation_end_date date;
524: --
525: Begin
526: hr_utility.set_location('Entering:'||l_proc, 5);
527: --
528: -- Call the lock operation
529: --
530: ins_lck

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

620: l_rec ben_dec_shd.g_rec_type;
621: l_proc varchar2(72) := g_package||'ins';
622: --
623: Begin
624: hr_utility.set_location('Entering:'||l_proc, 5);
625: --
626: -- Call conversion function to turn arguments into the
627: -- p_rec structure.
628: --

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

682: p_effective_end_date := l_rec.effective_end_date;
683: p_object_version_number := l_rec.object_version_number;
684: --
685: --
686: hr_utility.set_location(' Leaving:'||l_proc, 10);
687: End ins;
688: --
689: end ben_dec_ins;