DBA Data[Home] [Help]

APPS.PER_STC_DEL dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: -- Added the following code as a part of Zero Downtime Patching Project.
62: -- Code Starts Here.

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

83: and solution_type_name = p_rec.solution_type_name;
84: --
85: --
86: --
87: hr_utility.set_location(' Leaving:'||l_proc, 10);
88: --
89: Exception
90: When hr_api.child_integrity_violated then
91: -- Child integrity has been violated

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

133: --
134: l_proc varchar2(72) := g_package||'pre_delete';
135: --
136: Begin
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: --
139: hr_utility.set_location(' Leaving:'||l_proc, 10);
140: End pre_delete;
141: --

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

135: --
136: Begin
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: --
139: hr_utility.set_location(' Leaving:'||l_proc, 10);
140: End pre_delete;
141: --
142: -- ----------------------------------------------------------------------------
143: -- |-----------------------------< post_delete >------------------------------|

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

175: --
176: l_proc varchar2(72) := g_package||'post_delete';
177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: begin
181: --
182: per_stc_rkd.after_delete
183: (p_component_name

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

207: ,p_hook_type => 'AD');
208: --
209: end;
210: --
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: End post_delete;
213: --
214: -- ----------------------------------------------------------------------------
215: -- |---------------------------------< del >----------------------------------|

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

220: --
221: l_proc varchar2(72) := g_package||'del';
222: --
223: Begin
224: hr_utility.set_location('Entering:'||l_proc, 5);
225: --
226: -- We must lock the row which we need to delete.
227: --
228: per_stc_shd.lck

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

269: l_rec per_stc_shd.g_rec_type;
270: l_proc varchar2(72) := g_package||'del';
271: --
272: Begin
273: hr_utility.set_location('Entering:'||l_proc, 5);
274: --
275: -- As the delete procedure accepts a plsql record structure we do need to
276: -- convert the arguments into the record structure.
277: -- We don't need to call the supplied conversion argument routine as we

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

287: -- business process
288: --
289: per_stc_del.del(l_rec);
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);
292: End del;
293: --
294: end per_stc_del;