DBA Data[Home] [Help]

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

138: where corps_extra_info_id = p_rec.corps_extra_info_id;
139: --
140: --
141: --
142: hr_utility.set_location(' Leaving:'||l_proc, 10);
143: --
144: Exception
145: When hr_api.check_integrity_violated Then
146: -- A check constraint has been violated

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

200: --
201: l_proc varchar2(72) := g_package||'pre_update';
202: --
203: Begin
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: --
206: hr_utility.set_location(' Leaving:'||l_proc, 10);
207: End pre_update;
208: --

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

202: --
203: Begin
204: hr_utility.set_location('Entering:'||l_proc, 5);
205: --
206: hr_utility.set_location(' Leaving:'||l_proc, 10);
207: End pre_update;
208: --
209: -- ----------------------------------------------------------------------------
210: -- |-----------------------------< post_update >------------------------------|

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

245: --
246: l_proc varchar2(72) := g_package||'post_update';
247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: begin
251: --
252: pqh_cei_rku.after_update
253: (p_effective_date => p_effective_date

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

524: ,p_hook_type => 'AU');
525: --
526: end;
527: --
528: hr_utility.set_location(' Leaving:'||l_proc, 10);
529: End post_update;
530: --
531: -- ----------------------------------------------------------------------------
532: -- |-----------------------------< convert_defs >-----------------------------|

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

851: --
852: l_proc varchar2(72) := g_package||'upd';
853: --
854: Begin
855: hr_utility.set_location('Entering:'||l_proc, 5);
856: --
857: -- We must lock the row which we need to update.
858: --
859: pqh_cei_shd.lck

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

971: l_rec pqh_cei_shd.g_rec_type;
972: l_proc varchar2(72) := g_package||'upd';
973: --
974: Begin
975: hr_utility.set_location('Entering:'||l_proc, 5);
976: --
977: -- Call conversion function to turn arguments into the
978: -- l_rec structure.
979: --

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

1056: ,l_rec
1057: );
1058: p_object_version_number := l_rec.object_version_number;
1059: --
1060: hr_utility.set_location(' Leaving:'||l_proc, 10);
1061: End upd;
1062: --
1063: end pqh_cei_upd;