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

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

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

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

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

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

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

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

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

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

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

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

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

818: ben_pel_shd.g_old_rec.reopen_le_on_reprocess;
819: End If;
820:
821: --
822: hr_utility.set_location(' Leaving:'||l_proc, 10);
823: --
824: End convert_defs;
825: --
826: -- ----------------------------------------------------------------------------

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

834: --
835: l_proc varchar2(72) := g_package||'upd';
836: --
837: Begin
838: hr_utility.set_location('Entering:'||l_proc, 5);
839: --
840: -- We must lock the row which we need to update.
841: --
842: ben_pel_shd.lck

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

972: l_rec ben_pel_shd.g_rec_type;
973: l_proc varchar2(72) := g_package||'upd';
974: --
975: Begin
976: hr_utility.set_location('Entering:'||l_proc, 5);
977: --
978: -- Call conversion function to turn arguments into the
979: -- l_rec structure.
980: --

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

1070: upd(
1071: p_effective_date,l_rec);
1072: p_object_version_number := l_rec.object_version_number;
1073: --
1074: hr_utility.set_location(' Leaving:'||l_proc, 10);
1075: End upd;
1076: --
1077: end ben_pel_upd;