DBA Data[Home] [Help]

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

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

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

195: --
196: l_proc varchar2(72) := g_package||'pre_update';
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End pre_update;
203: --

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

197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: hr_utility.set_location(' Leaving:'||l_proc, 10);
202: End pre_update;
203: --
204: -- ----------------------------------------------------------------------------
205: -- |-----------------------------< post_update >------------------------------|

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

239: --
240: l_proc varchar2(72) := g_package||'post_update';
241: --
242: Begin
243: hr_utility.set_location('Entering:'||l_proc, 5);
244: begin
245: --
246: per_abb_rku.after_update
247: (p_absence_attendance_type_id

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

501: ,p_hook_type => 'AU');
502: --
503: end;
504: --
505: hr_utility.set_location(' Leaving:'||l_proc, 10);
506: End post_update;
507: --
508: -- ----------------------------------------------------------------------------
509: -- |-----------------------------< convert_defs >-----------------------------|

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

805: --
806: l_proc varchar2(72) := g_package||'upd';
807: --
808: Begin
809: hr_utility.set_location('Entering:'||l_proc, 5);
810: --
811: -- We must lock the row which we need to update.
812: --
813: per_abb_shd.lck

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

917: l_rec per_abb_shd.g_rec_type;
918: l_proc varchar2(72) := g_package||'upd';
919: --
920: Begin
921: hr_utility.set_location('Entering:'||l_proc, 5);
922: --
923: -- Call conversion function to turn arguments into the
924: -- l_rec structure.
925: --

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

998: --
999: p_object_version_number := l_rec.object_version_number;
1000: p_date_end := l_rec.date_end;
1001: --
1002: hr_utility.set_location(' Leaving:'||l_proc, 10);
1003: End upd;
1004: --
1005: end per_abb_upd;