DBA Data[Home] [Help]

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

99: where announcement_id = p_rec.announcement_id;
100: --
101: --
102: --
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: --
105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated

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

161: --
162: l_proc varchar2(72) := g_package||'pre_update';
163: --
164: Begin
165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: hr_utility.set_location(' Leaving:'||l_proc, 10);
168: End pre_update;
169: --

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

163: --
164: Begin
165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: hr_utility.set_location(' Leaving:'||l_proc, 10);
168: End pre_update;
169: --
170: -- ----------------------------------------------------------------------------
171: -- |-----------------------------< post_update >------------------------------|

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

206: --
207: l_proc varchar2(72) := g_package||'post_update';
208: --
209: Begin
210: hr_utility.set_location('Entering:'||l_proc, 5);
211: begin
212: --
213: ota_anc_rku.after_update
214: (p_effective_date => p_effective_date

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

329: ,p_hook_type => 'AU');
330: --
331: end;
332: --
333: hr_utility.set_location(' Leaving:'||l_proc, 10);
334: End post_update;
335: --
336: -- ----------------------------------------------------------------------------
337: -- |-----------------------------< convert_defs >-----------------------------|

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

500: --
501: l_proc varchar2(72) := g_package||'upd';
502: --
503: Begin
504: hr_utility.set_location('Entering:'||l_proc, 5);
505: --
506: -- We must lock the row which we need to update.
507: --
508: ota_anc_shd.lck

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

581: l_rec ota_anc_shd.g_rec_type;
582: l_proc varchar2(72) := g_package||'upd';
583: --
584: Begin
585: hr_utility.set_location('Entering:'||l_proc, 5);
586: --
587: -- Call conversion function to turn arguments into the
588: -- l_rec structure.
589: --

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

627: ,l_rec
628: );
629: p_object_version_number := l_rec.object_version_number;
630: --
631: hr_utility.set_location(' Leaving:'||l_proc, 10);
632: End upd;
633: --
634: end ota_anc_upd;