DBA Data[Home] [Help]

APPS.OTA_CTL_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: --
64: --
65: --

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

82: and language = p_rec.language;
83: --
84: --
85: --
86: hr_utility.set_location(' Leaving:'||l_proc, 10);
87: --
88: Exception
89: When hr_api.check_integrity_violated Then
90: -- A check constraint has been violated

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

144: --
145: l_proc varchar2(72) := g_package||'pre_update';
146: --
147: Begin
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: End pre_update;
152: --

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

146: --
147: Begin
148: hr_utility.set_location('Entering:'||l_proc, 5);
149: --
150: hr_utility.set_location(' Leaving:'||l_proc, 10);
151: End pre_update;
152: --
153: -- ----------------------------------------------------------------------------
154: -- |-----------------------------< post_update >------------------------------|

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

189: --
190: l_proc varchar2(72) := g_package||'post_update';
191: --
192: Begin
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: begin
195: --
196: ota_ctl_rku.after_update
197: (p_effective_date => p_effective_date

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

246: ,p_hook_type => 'AU');
247: --
248: end;
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: End post_update;
252: --
253: -- ----------------------------------------------------------------------------
254: -- |-----------------------------< convert_defs >-----------------------------|

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

353: --
354: l_proc varchar2(72) := g_package||'upd';
355: --
356: Begin
357: hr_utility.set_location('Entering:'||l_proc, 5);
358: --
359: -- We must lock the row which we need to update.
360: --
361: ota_ctl_shd.lck

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

418: l_rec ota_ctl_shd.g_rec_type;
419: l_proc varchar2(72) := g_package||'upd';
420: --
421: Begin
422: hr_utility.set_location('Entering:'||l_proc, 5);
423: --
424: -- Call conversion function to turn arguments into the
425: -- l_rec structure.
426: --

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

448: ,l_rec
449: );
450: --
451: --
452: hr_utility.set_location(' Leaving:'||l_proc, 10);
453: End upd;
454: --
455: -- ----------------------------------------------------------------------------
456: -- |------------------------------< upd_tl >----------------------------------|

Line 485: hr_utility.set_location('Entering:'||l_proc,10);

481: --
482: l_proc varchar2(72) := g_package||'upd_tl';
483: --
484: Begin
485: hr_utility.set_location('Entering:'||l_proc,10);
486: --
487: -- Update the translated values for every matching row
488: -- setting SOURCE_LANG to the specified language.
489: --

Line 507: hr_utility.set_location(' Leaving:'||l_proc,20);

503: ,p_renewal_period_comments => p_renewal_period_comments
504: );
505: end loop;
506: --
507: hr_utility.set_location(' Leaving:'||l_proc,20);
508: End upd_tl;
509: --
510: end ota_ctl_upd;