DBA Data[Home] [Help]

APPS.HR_ITP_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: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: --

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

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

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

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

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

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

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

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

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

542: ,p_hook_type => 'AU');
543: --
544: end;
545: --
546: hr_utility.set_location(' Leaving:'||l_proc, 10);
547: End post_update;
548: --
549: -- ----------------------------------------------------------------------------
550: -- |-----------------------------< convert_defs >-----------------------------|

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

885: --
886: l_proc varchar2(72) := g_package||'upd';
887: --
888: Begin
889: hr_utility.set_location('Entering:'||l_proc, 5);
890: --
891: -- We must lock the row which we need to update.
892: --
893: hr_itp_shd.lck

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

1004: l_rec hr_itp_shd.g_rec_type;
1005: l_proc varchar2(72) := g_package||'upd';
1006: --
1007: Begin
1008: hr_utility.set_location('Entering:'||l_proc, 5);
1009: --
1010: -- Call conversion function to turn arguments into the
1011: -- l_rec structure.
1012: --

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

1093: ,l_rec
1094: );
1095: --
1096: p_object_version_number := l_rec.object_version_number;
1097: hr_utility.set_location(' Leaving:'||l_proc, 10);
1098: End upd;
1099: --
1100: end hr_itp_upd;