DBA Data[Home] [Help]

APPS.PER_SCN_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: -- Delete the per_solution_cmpt_names row.
62: --

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

66: and solution_type_name = p_rec.solution_type_name;
67: --
68: --
69: --
70: hr_utility.set_location(' Leaving:'||l_proc, 10);
71: --
72: Exception
73: When hr_api.child_integrity_violated then
74: -- Child integrity has been violated

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

116: --
117: l_proc varchar2(72) := g_package||'pre_delete';
118: --
119: Begin
120: hr_utility.set_location('Entering:'||l_proc, 5);
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: End pre_delete;
124: --

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

118: --
119: Begin
120: hr_utility.set_location('Entering:'||l_proc, 5);
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: End pre_delete;
124: --
125: -- ----------------------------------------------------------------------------
126: -- |-----------------------------< post_delete >------------------------------|

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

158: --
159: l_proc varchar2(72) := g_package||'post_delete';
160: --
161: Begin
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: begin
164: --
165: per_scn_rkd.after_delete
166: (p_solution_id

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

184: ,p_hook_type => 'AD');
185: --
186: end;
187: --
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: End post_delete;
190: --
191: -- ----------------------------------------------------------------------------
192: -- |---------------------------------< del >----------------------------------|

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

197: --
198: l_proc varchar2(72) := g_package||'del';
199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: -- We must lock the row which we need to delete.
204: --
205: per_scn_shd.lck

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

246: l_rec per_scn_shd.g_rec_type;
247: l_proc varchar2(72) := g_package||'del';
248: --
249: Begin
250: hr_utility.set_location('Entering:'||l_proc, 5);
251: --
252: -- As the delete procedure accepts a plsql record structure we do need to
253: -- convert the arguments into the record structure.
254: -- We don't need to call the supplied conversion argument routine as we

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

264: -- business process
265: --
266: per_scn_del.del(l_rec);
267: --
268: hr_utility.set_location(' Leaving:'||l_proc, 10);
269: End del;
270: --
271: end per_scn_del;