DBA Data[Home] [Help]

APPS.BEN_ENP_UPD dependencies on HR_UTILITY

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

55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin
59: hr_utility.set_location('Entering:'||l_proc, 5);
60: --
61: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;

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

148: where enrt_perd_id = p_rec.enrt_perd_id;
149: --
150: ben_enp_shd.g_api_dml := false; -- Unset the api dml status
151: --
152: hr_utility.set_location(' Leaving:'||l_proc, 10);
153: --
154: Exception
155: When hr_api.check_integrity_violated Then
156: -- A check constraint has been violated

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

208: --
209: l_proc varchar2(72) := g_package||'pre_update';
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: hr_utility.set_location(' Leaving:'||l_proc, 10);
215: End pre_update;
216: --

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

210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: hr_utility.set_location(' Leaving:'||l_proc, 10);
215: End pre_update;
216: --
217: -- ----------------------------------------------------------------------------
218: -- |-----------------------------< post_update >------------------------------|

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

251: --
252: l_proc varchar2(72) := g_package||'post_update';
253: --
254: Begin
255: hr_utility.set_location('Entering:'||l_proc, 5);
256: --
257: --
258: -- Start of API User Hook for post_update.
259: --

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

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

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

483: l_proc varchar2(72) := g_package||'convert_defs';
484: --
485: Begin
486: --
487: hr_utility.set_location('Entering:'||l_proc, 5);
488: --
489: -- We must now examine each argument value in the
490: -- p_rec plsql record structure
491: -- to see if a system default is being used. If a system default

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

796: p_rec.defer_deenrol_flag :=
797: ben_enp_shd.g_old_rec.defer_deenrol_flag;
798: End if;
799: --
800: hr_utility.set_location(' Leaving:'||l_proc, 10);
801: --
802: End convert_defs;
803: --
804: -- ----------------------------------------------------------------------------

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

812: --
813: l_proc varchar2(72) := g_package||'upd';
814: --
815: Begin
816: hr_utility.set_location('Entering:'||l_proc, 5);
817: --
818: -- We must lock the row which we need to update.
819: --
820: ben_enp_shd.lck

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

935: l_rec ben_enp_shd.g_rec_type;
936: l_proc varchar2(72) := g_package||'upd';
937: --
938: Begin
939: hr_utility.set_location('Entering:'||l_proc, 5);
940: --
941: -- Call conversion function to turn arguments into the
942: -- l_rec structure.
943: --

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

1030: upd(
1031: p_effective_date,l_rec);
1032: p_object_version_number := l_rec.object_version_number;
1033: --
1034: hr_utility.set_location(' Leaving:'||l_proc, 10);
1035: End upd;
1036: --
1037: end ben_enp_upd;