DBA Data[Home] [Help]

APPS.PER_OSE_DEL dependencies on HR_UTILITY

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

106: --
107: l_proc varchar2(72) := g_package||'delete_dml';
108: --
109: Begin
110: hr_utility.set_location('Entering:'||l_proc, 5);
111: --
112: per_ose_shd.g_api_dml := true; -- Set the api dml status
113: --
114: -- Delete the per_org_structure_elements row.

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

117: where org_structure_element_id = p_rec.org_structure_element_id;
118: --
119: per_ose_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.child_integrity_violated then
125: -- Child integrity has been violated

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

167: --
168: l_proc varchar2(72) := g_package||'pre_delete';
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_delete;
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_delete;
175: --
176: -- ----------------------------------------------------------------------------
177: -- |-----------------------------< post_delete >------------------------------|

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

212: --
213: l_proc varchar2(72) := g_package||'post_delete';
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: begin
218: --
219: /* Removed the call to chk_org_in_hierarchy as
220: p_exists_in_hierarchy parameter is no longer used in

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

254: ,p_hook_type => 'AD');
255: --
256: end;
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: End post_delete;
260: --
261: -- ----------------------------------------------------------------------------
262: -- |---------------------------------< del >----------------------------------|

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

273: --
274: l_proc varchar2(72) := g_package||'del';
275: --
276: Begin
277: hr_utility.set_location('Entering:'||l_proc, 5);
278: --
279: -- We must lock the row which we need to delete.
280: --
281: per_ose_shd.lck

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

326: l_rec per_ose_shd.g_rec_type;
327: l_proc varchar2(72) := g_package||'del';
328: --
329: Begin
330: hr_utility.set_location('Entering:'||l_proc, 5);
331: --
332: -- As the delete procedure accepts a plsql record structure we do need to
333: -- convert the arguments into the record structure.
334: -- We don't need to call the supplied conversion argument routine as we

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

347: ,p_chk_children_exist => p_chk_children_exist
348: -- ,p_exists_in_hierarchy => p_exists_in_hierarchy -- Bug 3205553
349: );
350: --
351: hr_utility.set_location(' Leaving:'||l_proc, 10);
352: End del;
353: --
354: end per_ose_del;