DBA Data[Home] [Help]

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

131: where ext_dfn_id = p_rec.ext_dfn_id;
132: --
133: ben_xdf_shd.g_api_dml := false; -- Unset the api dml status
134: --
135: hr_utility.set_location(' Leaving:'||l_proc, 10);
136: --
137: Exception
138: When hr_api.check_integrity_violated Then
139: -- A check constraint has been violated

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

191: --
192: l_proc varchar2(72) := g_package||'pre_update';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 10);
198: End pre_update;
199: --

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

193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: hr_utility.set_location(' Leaving:'||l_proc, 10);
198: End pre_update;
199: --
200: -- ----------------------------------------------------------------------------
201: -- |-----------------------------< post_update >------------------------------|

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

234: --
235: l_proc varchar2(72) := g_package||'post_update';
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: --
241: -- Start of API User Hook for post_update.
242: --

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

372: --
373: -- End of API User Hook for post_update.
374: --
375: --
376: hr_utility.set_location(' Leaving:'||l_proc, 10);
377: End post_update;
378: --
379: -- ----------------------------------------------------------------------------
380: -- |-----------------------------< convert_defs >-----------------------------|

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

424: l_proc varchar2(72) := g_package||'convert_defs';
425: --
426: Begin
427: --
428: hr_utility.set_location('Entering:'||l_proc, 5);
429: --
430: -- We must now examine each argument value in the
431: -- p_rec plsql record structure
432: -- to see if a system default is being used. If a system default

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

654: p_rec.ext_post_prcs_rl :=
655: ben_xdf_shd.g_old_rec.ext_post_prcs_rl;
656: End If;
657: --
658: hr_utility.set_location(' Leaving:'||l_proc, 10);
659: --
660: End convert_defs;
661: --
662: -- ----------------------------------------------------------------------------

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

670: --
671: l_proc varchar2(72) := g_package||'upd';
672: --
673: Begin
674: hr_utility.set_location('Entering:'||l_proc, 5);
675: --
676: -- We must lock the row which we need to update.
677: --
678: ben_xdf_shd.lck

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

782: l_rec ben_xdf_shd.g_rec_type;
783: l_proc varchar2(72) := g_package||'upd';
784: --
785: Begin
786: hr_utility.set_location('Entering:'||l_proc, 5);
787: --
788: -- Call conversion function to turn arguments into the
789: -- l_rec structure.
790: --

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

862: upd(
863: p_effective_date,l_rec);
864: p_object_version_number := l_rec.object_version_number;
865: --
866: hr_utility.set_location(' Leaving:'||l_proc, 10);
867: End upd;
868: --
869: end ben_xdf_upd;