DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

650: ben_pil_shd.g_old_rec.program_update_date;
651: End If;
652:
653: --
654: hr_utility.set_location(' Leaving:'||l_proc, 10);
655: --
656: End convert_defs;
657: --
658: -- ----------------------------------------------------------------------------

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

666: --
667: l_proc varchar2(72) := g_package||'upd';
668: --
669: Begin
670: hr_utility.set_location('Entering:'||l_proc, 5);
671: --
672: -- We must lock the row which we need to update.
673: --
674: ben_pil_shd.lck

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

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

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

858: upd(
859: p_effective_date,l_rec);
860: p_object_version_number := l_rec.object_version_number;
861: --
862: hr_utility.set_location(' Leaving:'||l_proc, 10);
863: End upd;
864: --
865: end ben_pil_upd;