DBA Data[Home] [Help]

APPS.PER_BPR_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: p_rec.object_version_number := p_rec.object_version_number + 1;
63: --

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

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

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

162: --
163: l_proc varchar2(72) := g_package||'pre_update';
164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --
168: hr_utility.set_location(' Leaving:'||l_proc, 10);
169: End pre_update;
170: --

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

164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --
168: hr_utility.set_location(' Leaving:'||l_proc, 10);
169: End pre_update;
170: --
171: -- ----------------------------------------------------------------------------
172: -- |-----------------------------< post_update >------------------------------|

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

205: --
206: l_proc varchar2(72) := g_package||'post_update';
207: --
208: Begin
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: begin
211: --
212: per_bpr_rku.after_update
213: (p_effective_date => p_effective_date,

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

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

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

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

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

544: per_bpr_shd.g_old_rec.bpr_attribute30;
545: End If;
546:
547: --
548: hr_utility.set_location(' Leaving:'||l_proc, 10);
549: --
550: End convert_defs;
551: --
552: -- ----------------------------------------------------------------------------

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

560: --
561: l_proc varchar2(72) := g_package||'upd';
562: --
563: Begin
564: hr_utility.set_location('Entering:'||l_proc, 5);
565: --
566: -- We must lock the row which we need to update.
567: --
568: per_bpr_shd.lck

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

644: l_rec per_bpr_shd.g_rec_type;
645: l_proc varchar2(72) := g_package||'upd';
646: --
647: Begin
648: hr_utility.set_location('Entering:'||l_proc, 5);
649: --
650: -- Call conversion function to turn arguments into the
651: -- l_rec structure.
652: --

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

702: l_rec
703: );
704: p_object_version_number := l_rec.object_version_number;
705: --
706: hr_utility.set_location(' Leaving:'||l_proc, 10);
707: End upd;
708: --
709: end per_bpr_upd;