DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

810: p_rec.deenrol_made_dt :=
811: ben_pel_shd.g_old_rec.deenrol_made_dt;
812: End If;
813: --
814: hr_utility.set_location(' Leaving:'||l_proc, 10);
815: --
816: End convert_defs;
817: --
818: -- ----------------------------------------------------------------------------

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

826: --
827: l_proc varchar2(72) := g_package||'upd';
828: --
829: Begin
830: hr_utility.set_location('Entering:'||l_proc, 5);
831: --
832: -- We must lock the row which we need to update.
833: --
834: ben_pel_shd.lck

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

962: l_rec ben_pel_shd.g_rec_type;
963: l_proc varchar2(72) := g_package||'upd';
964: --
965: Begin
966: hr_utility.set_location('Entering:'||l_proc, 5);
967: --
968: -- Call conversion function to turn arguments into the
969: -- l_rec structure.
970: --

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

1059: upd(
1060: p_effective_date,l_rec);
1061: p_object_version_number := l_rec.object_version_number;
1062: --
1063: hr_utility.set_location(' Leaving:'||l_proc, 10);
1064: End upd;
1065: --
1066: end ben_pel_upd;