DBA Data[Home] [Help]

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

117: WHERE training_plan_id = p_rec.training_plan_id;
118: --
119: ota_tps_shd.g_api_dml := FALSE; -- Unset the api dml status
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: --
123: EXCEPTION
124: WHEN hr_api.check_integrity_violated THEN
125: -- A check constraint has been violated

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

179: --
180: l_proc varchar2(72) := g_package||'pre_update';
181: --
182: BEGIN
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: END pre_update;
187: --

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

181: --
182: BEGIN
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: END pre_update;
187: --
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------------< post_update >------------------------------|

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

224: --
225: l_proc varchar2(72) := g_package||'post_update';
226: --
227: BEGIN
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: BEGIN
230: --
231: ota_tps_rku.after_update
232: (p_effective_date => p_effective_date

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

417: ,p_hook_type => 'AU');
418: --
419: END;
420: --
421: hr_utility.set_location(' Leaving:'||l_proc, 10);
422: END post_update;
423: --
424: -- ----------------------------------------------------------------------------
425: -- |-----------------------------< convert_defs >-----------------------------|

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

676: --
677: l_proc varchar2(72) := g_package||'upd';
678: --
679: BEGIN
680: hr_utility.set_location('Entering:'||l_proc, 5);
681: --
682: -- We must lock the row which we need to update.
683: --
684: ota_tps_shd.lck

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

777: l_rec ota_tps_shd.g_rec_type;
778: l_proc varchar2(72) := g_package||'upd';
779: --
780: BEGIN
781: hr_utility.set_location('Entering:'||l_proc, 5);
782: --
783: -- Call conversion function to turn arguments into the
784: -- l_rec structure.
785: --

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

844: ,l_rec
845: );
846: p_object_version_number := l_rec.object_version_number;
847: --
848: hr_utility.set_location(' Leaving:'||l_proc, 10);
849: END upd;
850: --
851: END ota_tps_upd;