DBA Data[Home] [Help]

APPS.PER_SHT_DEL dependencies on HR_UTILITY

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

46: --
47: l_proc varchar2(72) := g_package||'delete_dml';
48: --
49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: --
53: -- Added the following code as a part of Zero Downtime Patching Project.
54: -- Code Starts Here.

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

79: --
80: delete from per_shared_types
81: where shared_type_id = p_rec.shared_type_id;
82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 10);
84: --
85: Exception
86: When hr_api.child_integrity_violated then
87: -- Child integrity has been violated

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

127: --
128: l_proc varchar2(72) := g_package||'pre_delete';
129: --
130: Begin
131: hr_utility.set_location('Entering:'||l_proc, 5);
132: --
133: hr_utility.set_location(' Leaving:'||l_proc, 10);
134: End pre_delete;
135: --

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

129: --
130: Begin
131: hr_utility.set_location('Entering:'||l_proc, 5);
132: --
133: hr_utility.set_location(' Leaving:'||l_proc, 10);
134: End pre_delete;
135: --
136: -- ----------------------------------------------------------------------------
137: -- |-----------------------------< post_delete >------------------------------|

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

170: --
171: l_proc varchar2(72) := g_package||'post_delete';
172: --
173: Begin
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: --
177: -- Start of API User Hook for post_delete.
178: --

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

232: --
233: -- End of API User Hook for post_delete.
234: --
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End post_delete;
238: --
239: -- ----------------------------------------------------------------------------
240: -- |---------------------------------< del >----------------------------------|

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

247: --
248: l_proc varchar2(72) := g_package||'del';
249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: --
253: -- We must lock the row which we need to delete.
254: --
255: per_sht_shd.lck

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

290: l_rec per_sht_shd.g_rec_type;
291: l_proc varchar2(72) := g_package||'del';
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- As the delete procedure accepts a plsql record structure we do need to
297: -- convert the arguments into the record structure.
298: -- We don't need to call the supplied conversion argument routine as we

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

307: --
308: del(
309: p_effective_date,l_rec);
310: --
311: hr_utility.set_location(' Leaving:'||l_proc, 10);
312: End del;
313: --
314: end per_sht_del;