DBA Data[Home] [Help]

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

95: where compl_ca_header_id = p_rec.compl_ca_header_id;
96: --
97: --
98: --
99: hr_utility.set_location(' Leaving:'||l_proc, 10);
100: --
101: Exception
102: When hr_api.check_integrity_violated Then
103: -- A check constraint has been violated

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

157: --
158: l_proc varchar2(72) := g_package||'pre_update';
159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: End pre_update;
165: --

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

159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: End pre_update;
165: --
166: -- ----------------------------------------------------------------------------
167: -- |-----------------------------< post_update >------------------------------|

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

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

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

264: ,p_hook_type => 'AU');
265: --
266: end;
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: End post_update;
270: --
271: -- ----------------------------------------------------------------------------
272: -- |-----------------------------< convert_defs >-----------------------------|

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

419: --
420: l_proc varchar2(72) := g_package||'upd';
421: --
422: Begin
423: hr_utility.set_location('Entering:'||l_proc, 5);
424: --
425: -- We must lock the row which we need to update.
426: --
427: ghr_cah_shd.lck

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

490: l_rec ghr_cah_shd.g_rec_type;
491: l_proc varchar2(72) := g_package||'upd';
492: --
493: Begin
494: hr_utility.set_location('Entering:'||l_proc, 5);
495: --
496: -- Call conversion function to turn arguments into the
497: -- l_rec structure.
498: --

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

532: ,l_rec
533: );
534: p_object_version_number := l_rec.object_version_number;
535: --
536: hr_utility.set_location(' Leaving:'||l_proc, 10);
537: End upd;
538: --
539: end ghr_cah_upd;