DBA Data[Home] [Help]

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

107: where processed_assignment_id = p_rec.processed_assignment_id;
108: --
109: --
110: --
111: hr_utility.set_location(' Leaving:'||l_proc, 10);
112: --
113: Exception
114: When hr_api.check_integrity_violated Then
115: -- A check constraint has been violated

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

169: --
170: l_proc varchar2(72) := g_package||'pre_update';
171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End pre_update;
177: --

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

171: --
172: Begin
173: hr_utility.set_location('Entering:'||l_proc, 5);
174: --
175: hr_utility.set_location(' Leaving:'||l_proc, 10);
176: End pre_update;
177: --
178: -- ----------------------------------------------------------------------------
179: -- |-----------------------------< post_update >------------------------------|

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

214: --
215: l_proc varchar2(72) := g_package||'post_update';
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: begin
220: --
221: per_bpa_rku.after_update
222: (p_effective_date => p_effective_date,

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

332: ,p_hook_type => 'AU');
333: --
334: end;
335: --
336: hr_utility.set_location(' Leaving:'||l_proc, 10);
337: End post_update;
338: --
339: -- ----------------------------------------------------------------------------
340: -- |-----------------------------< convert_defs >-----------------------------|

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

386: l_proc varchar2(72) := g_package||'convert_defs';
387: --
388: Begin
389: --
390: hr_utility.set_location('Entering:'||l_proc, 5);
391: --
392: -- We must now examine each argument value in the
393: -- p_rec plsql record structure
394: -- to see if a system default is being used. If a system default

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

526: p_rec.bpa_attribute30:=
527: per_bpa_shd.g_old_rec.bpa_attribute30;
528: End If;
529: --
530: hr_utility.set_location(' Leaving:'||l_proc, 10);
531: --
532: End convert_defs;
533: --
534: -- ----------------------------------------------------------------------------

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

541: --
542: l_proc varchar2(72) := g_package||'upd';
543: --
544: Begin
545: hr_utility.set_location('Entering:'||l_proc, 5);
546: --
547: -- We must lock the row which we need to update.
548: --
549: per_bpa_shd.lck

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

622: l_rec per_bpa_shd.g_rec_type;
623: l_proc varchar2(72) := g_package||'upd';
624: --
625: Begin
626: hr_utility.set_location('Entering:'||l_proc, 5);
627: --
628: -- Call conversion function to turn arguments into the
629: -- l_rec structure.
630: --

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

675: ,l_rec
676: );
677: p_object_version_number := l_rec.object_version_number;
678: --
679: hr_utility.set_location(' Leaving:'||l_proc, 10);
680: End upd;
681: --
682: end per_bpa_upd;