DBA Data[Home] [Help]

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

121: where hrs_wkd_in_perd_fctr_id = p_rec.hrs_wkd_in_perd_fctr_id;
122: --
123: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: --
127: Exception
128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated

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

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

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

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

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

224: --
225: l_proc varchar2(72) := g_package||'post_update';
226: --
227: Begin
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: --
230: --
231: -- Start of API User Hook for post_update.
232: --

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

348: --
349: -- End of API User Hook for post_update.
350: --
351: --
352: hr_utility.set_location(' Leaving:'||l_proc, 10);
353: End post_update;
354: --
355: -- ----------------------------------------------------------------------------
356: -- |-----------------------------< convert_defs >-----------------------------|

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

400: l_proc varchar2(72) := g_package||'convert_defs';
401: --
402: Begin
403: --
404: hr_utility.set_location('Entering:'||l_proc, 5);
405: --
406: -- We must now examine each argument value in the
407: -- p_rec plsql record structure
408: -- to see if a system default is being used. If a system default

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

601: ben_hwf_shd.g_old_rec.hwf_attribute30;
602: End If;
603:
604: --
605: hr_utility.set_location(' Leaving:'||l_proc, 10);
606: --
607: End convert_defs;
608: --
609: -- ----------------------------------------------------------------------------

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

617: --
618: l_proc varchar2(72) := g_package||'upd';
619: --
620: Begin
621: hr_utility.set_location('Entering:'||l_proc, 5);
622: --
623: -- We must lock the row which we need to update.
624: --
625: ben_hwf_shd.lck

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

713: l_rec ben_hwf_shd.g_rec_type;
714: l_proc varchar2(72) := g_package||'upd';
715: --
716: Begin
717: hr_utility.set_location('Entering:'||l_proc, 5);
718: --
719: -- Call conversion function to turn arguments into the
720: -- l_rec structure.
721: --

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

781: upd(
782: p_effective_date,l_rec);
783: p_object_version_number := l_rec.object_version_number;
784: --
785: hr_utility.set_location(' Leaving:'||l_proc, 10);
786: End upd;
787: --
788: end ben_hwf_upd;