DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

550: per_bpd_shd.g_old_rec.bpd_attribute30;
551: End If;
552:
553: --
554: hr_utility.set_location(' Leaving:'||l_proc, 10);
555: --
556: End convert_defs;
557: --
558: -- ----------------------------------------------------------------------------

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

566: --
567: l_proc varchar2(72) := g_package||'upd';
568: --
569: Begin
570: hr_utility.set_location('Entering:'||l_proc, 5);
571: --
572: -- We must lock the row which we need to update.
573: --
574: per_bpd_shd.lck

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

650: l_rec per_bpd_shd.g_rec_type;
651: l_proc varchar2(72) := g_package||'upd';
652: --
653: Begin
654: hr_utility.set_location('Entering:'||l_proc, 5);
655: --
656: -- Call conversion function to turn arguments into the
657: -- l_rec structure.
658: --

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

710: l_rec
711: );
712: p_object_version_number := l_rec.object_version_number;
713: --
714: hr_utility.set_location(' Leaving:'||l_proc, 10);
715: End upd;
716: --
717: end per_bpd_upd;