DBA Data[Home] [Help]

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

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

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

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

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

182: --
183: Begin
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: End pre_update;
188: --
189: -- ----------------------------------------------------------------------------
190: -- |-----------------------------< 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: --
229: --
230: -- Start of API User Hook for post_update.
231: --

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

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

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

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

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

593: p_rec.use_overid_svc_dt_flag :=
594: ben_lsf_shd.g_old_rec.use_overid_svc_dt_flag;
595: End If;
596: --
597: hr_utility.set_location(' Leaving:'||l_proc, 10);
598: --
599: End convert_defs;
600: --
601: -- ----------------------------------------------------------------------------

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

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

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

704: l_rec ben_lsf_shd.g_rec_type;
705: l_proc varchar2(72) := g_package||'upd';
706: --
707: Begin
708: hr_utility.set_location('Entering:'||l_proc, 5);
709: --
710: -- Call conversion function to turn arguments into the
711: -- l_rec structure.
712: --

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

771: upd(
772: p_effective_date,l_rec);
773: p_object_version_number := l_rec.object_version_number;
774: --
775: hr_utility.set_location(' Leaving:'||l_proc, 10);
776: End upd;
777: --
778: end ben_lsf_upd;