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

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

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

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

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

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

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

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

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

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

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

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

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

805: ben_enp_shd.g_old_rec.reopen_le_on_reprocess;
806: End if;
807:
808: --
809: hr_utility.set_location(' Leaving:'||l_proc, 10);
810: --
811: End convert_defs;
812: --
813: -- ----------------------------------------------------------------------------

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

821: --
822: l_proc varchar2(72) := g_package||'upd';
823: --
824: Begin
825: hr_utility.set_location('Entering:'||l_proc, 5);
826: --
827: -- We must lock the row which we need to update.
828: --
829: ben_enp_shd.lck

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

945: l_rec ben_enp_shd.g_rec_type;
946: l_proc varchar2(72) := g_package||'upd';
947: --
948: Begin
949: hr_utility.set_location('Entering:'||l_proc, 5);
950: --
951: -- Call conversion function to turn arguments into the
952: -- l_rec structure.
953: --

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

1041: upd(
1042: p_effective_date,l_rec);
1043: p_object_version_number := l_rec.object_version_number;
1044: --
1045: hr_utility.set_location(' Leaving:'||l_proc, 10);
1046: End upd;
1047: --
1048: end ben_enp_upd;