DBA Data[Home] [Help]

APPS.BEN_PTY_UPD dependencies on HR_UTILITY

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

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

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

111: where pl_pcp_typ_id = p_rec.pl_pcp_typ_id;
112: --
113: ben_pty_shd.g_api_dml := false; -- Unset the api dml status
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: --
117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated

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

173: --
174: l_proc varchar2(72) := g_package||'pre_update';
175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End pre_update;
181: --

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

175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End pre_update;
181: --
182: -- ----------------------------------------------------------------------------
183: -- |-----------------------------< post_update >------------------------------|

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

217: --
218: l_proc varchar2(72) := g_package||'post_update';
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: begin
223: --
224: ben_pty_rku.after_update
225: (p_pl_pcp_typ_id

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

387: ,p_hook_type => 'AU');
388: --
389: end;
390: --
391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: End post_update;
393: --
394: -- ----------------------------------------------------------------------------
395: -- |-----------------------------< convert_defs >-----------------------------|

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

606: --
607: l_proc varchar2(72) := g_package||'upd';
608: --
609: Begin
610: hr_utility.set_location('Entering:'||l_proc, 5);
611: --
612: -- We must lock the row which we need to update.
613: --
614: ben_pty_shd.lck

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

691: l_rec ben_pty_shd.g_rec_type;
692: l_proc varchar2(72) := g_package||'upd';
693: --
694: Begin
695: hr_utility.set_location('Entering:'||l_proc, 5);
696: --
697: -- Call conversion function to turn arguments into the
698: -- l_rec structure.
699: --

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

748: (p_effective_date, l_rec
749: );
750: p_object_version_number := l_rec.object_version_number;
751: --
752: hr_utility.set_location(' Leaving:'||l_proc, 10);
753: End upd;
754: --
755: end ben_pty_upd;