DBA Data[Home] [Help]

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

105: where category_usage_id = p_rec.category_usage_id;
106: --
107: --
108: --
109: hr_utility.set_location(' Leaving:'||l_proc, 10);
110: --
111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated

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

167: --
168: l_proc varchar2(72) := g_package||'pre_update';
169: --
170: Begin
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: --
173: hr_utility.set_location(' Leaving:'||l_proc, 10);
174: End pre_update;
175: --

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

169: --
170: Begin
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: --
173: hr_utility.set_location(' Leaving:'||l_proc, 10);
174: End pre_update;
175: --
176: -- ----------------------------------------------------------------------------
177: -- |-----------------------------< post_update >------------------------------|

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

212: --
213: l_proc varchar2(72) := g_package||'post_update';
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: begin
218: --
219: ota_ctu_rku.after_update
220: (p_effective_date => p_effective_date

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

360: ,p_hook_type => 'AU');
361: --
362: end;
363: --
364: hr_utility.set_location(' Leaving:'||l_proc, 10);
365: End post_update;
366: --
367: -- ----------------------------------------------------------------------------
368: -- |-----------------------------< convert_defs >-----------------------------|

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

556: --
557: l_proc varchar2(72) := g_package||'upd';
558: --
559: Begin
560: hr_utility.set_location('Entering:'||l_proc, 5);
561: --
562: -- We must lock the row which we need to update.
563: --
564: ota_ctu_shd.lck

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

643: l_rec ota_ctu_shd.g_rec_type;
644: l_proc varchar2(72) := g_package||'upd';
645: --
646: Begin
647: hr_utility.set_location('Entering:'||l_proc, 5);
648: --
649: -- Call conversion function to turn arguments into the
650: -- l_rec structure.
651: --

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

695: ,l_rec
696: );
697: p_object_version_number := l_rec.object_version_number;
698: --
699: hr_utility.set_location(' Leaving:'||l_proc, 10);
700: End upd;
701: --
702: end ota_ctu_upd;