DBA Data[Home] [Help]

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

117: where pl_pcp_id = p_rec.pl_pcp_id;
118: --
119: ben_pcp_shd.g_api_dml := false; -- Unset the api dml status
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: --
123: Exception
124: When hr_api.check_integrity_violated Then
125: -- A check constraint has been violated

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

179: --
180: l_proc varchar2(72) := g_package||'pre_update';
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End pre_update;
187: --

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

181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End pre_update;
187: --
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------------< post_update >------------------------------|

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

223: --
224: l_proc varchar2(72) := g_package||'post_update';
225: --
226: Begin
227: hr_utility.set_location('Entering:'||l_proc, 5);
228: begin
229: --
230: ben_pcp_rku.after_update
231: (p_pl_pcp_id

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

417: ,p_hook_type => 'AU');
418: --
419: end;
420: --
421: hr_utility.set_location(' Leaving:'||l_proc, 10);
422: End post_update;
423: --
424: -- ----------------------------------------------------------------------------
425: -- |-----------------------------< convert_defs >-----------------------------|

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

660: --
661: l_proc varchar2(72) := g_package||'upd';
662: --
663: Begin
664: hr_utility.set_location('Entering:'||l_proc, 5);
665: --
666: -- We must lock the row which we need to update.
667: --
668: ben_pcp_shd.lck

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

751: l_rec ben_pcp_shd.g_rec_type;
752: l_proc varchar2(72) := g_package||'upd';
753: --
754: Begin
755: hr_utility.set_location('Entering:'||l_proc, 5);
756: --
757: -- Call conversion function to turn arguments into the
758: -- l_rec structure.
759: --

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

814: (p_effective_date, l_rec
815: );
816: p_object_version_number := l_rec.object_version_number;
817: --
818: hr_utility.set_location(' Leaving:'||l_proc, 10);
819: End upd;
820: --
821: end ben_pcp_upd;