DBA Data[Home] [Help]

APPS.BEN_PCD_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_per_cm_prvdd_f.last_updated_by%TYPE;
80: l_last_update_login ben_per_cm_prvdd_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 255: hr_utility.set_location(' Leaving:'||l_proc, 15);

251: l_last_update_login
252: );
253: --
254: ben_pcd_shd.g_api_dml := false; -- Unset the api dml status
255: hr_utility.set_location(' Leaving:'||l_proc, 15);
256: --
257: Exception
258: When hr_api.check_integrity_violated Then
259: -- A check constraint has been violated

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

282: --
283: l_proc varchar2(72) := g_package||'insert_dml';
284: --
285: Begin
286: hr_utility.set_location('Entering:'||l_proc, 5);
287: --
288: dt_insert_dml(p_rec => p_rec,
289: p_effective_date => p_effective_date,
290: p_datetrack_mode => p_datetrack_mode,

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

290: p_datetrack_mode => p_datetrack_mode,
291: p_validation_start_date => p_validation_start_date,
292: p_validation_end_date => p_validation_end_date);
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: End insert_dml;
296: --
297: -- ----------------------------------------------------------------------------
298: -- |------------------------------< pre_insert >------------------------------|

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

370:
371: --
372: --
373: Begin
374: hr_utility.set_location('Entering:'||l_proc, 5);
375: --
376: --
377: open c1;
378: fetch c1 into p_rec.per_cm_prvdd_id;

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

405: p_rec.instnc_num := l_this_instnc;
406: end if;
407: end if;
408:
409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: End pre_insert;
411: --
412: -- ----------------------------------------------------------------------------
413: -- |-----------------------------< post_insert >------------------------------|

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

450: --
451: l_proc varchar2(72) := g_package||'post_insert';
452: --
453: Begin
454: hr_utility.set_location('Entering:'||l_proc, 5);
455: --
456: --
457: -- Start of API User Hook for post_insert.
458: --

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

530: --
531: -- End of API User Hook for post_insert.
532: --
533: --
534: hr_utility.set_location(' Leaving:'||l_proc, 10);
535: End post_insert;
536: --
537: -- ----------------------------------------------------------------------------
538: -- |-------------------------------< ins_lck >--------------------------------|

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

582: l_validation_start_date date;
583: l_validation_end_date date;
584: --
585: Begin
586: hr_utility.set_location('Entering:'||l_proc, 5);
587: --
588: -- Validate the datetrack mode mode getting the validation start
589: -- and end dates for the specified datetrack operation.
590: --

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

605: --
606: p_validation_start_date := l_validation_start_date;
607: p_validation_end_date := l_validation_end_date;
608: --
609: hr_utility.set_location(' Leaving:'||l_proc, 10);
610: --
611: End ins_lck;
612: --
613: -- ----------------------------------------------------------------------------

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

624: l_validation_start_date date;
625: l_validation_end_date date;
626: --
627: Begin
628: hr_utility.set_location('Entering:'||l_proc, 5);
629: --
630: -- Call the lock operation
631: --
632: ins_lck

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

737: l_rec ben_pcd_shd.g_rec_type;
738: l_proc varchar2(72) := g_package||'ins';
739: --
740: Begin
741: hr_utility.set_location('Entering:'||l_proc, 5);
742: --
743: -- Call conversion function to turn arguments into the
744: -- p_rec structure.
745: --

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

814: p_effective_end_date := l_rec.effective_end_date;
815: p_object_version_number := l_rec.object_version_number;
816: --
817: --
818: hr_utility.set_location(' Leaving:'||l_proc, 10);
819: End ins;
820: --
821: end ben_pcd_ins;