DBA Data[Home] [Help]

APPS.HR_WNP_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: --
62: -- Delete the hr_window_properties_b row.

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

86: where window_property_id = p_rec.window_property_id;
87: --
88: --
89: --
90: hr_utility.set_location(' Leaving:'||l_proc, 10);
91: --
92: Exception
93: When hr_api.child_integrity_violated then
94: -- Child integrity has been violated

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

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

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

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

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

178: --
179: l_proc varchar2(72) := g_package||'post_delete';
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: begin
184: --
185: hr_wnp_rkd.after_delete
186: (p_window_property_id

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

270: ,p_hook_type => 'AD');
271: --
272: end;
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: End post_delete;
276: --
277: -- ----------------------------------------------------------------------------
278: -- |---------------------------------< del >----------------------------------|

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

283: --
284: l_proc varchar2(72) := g_package||'del';
285: --
286: Begin
287: hr_utility.set_location('Entering:'||l_proc, 5);
288: --
289: -- We must lock the row which we need to delete.
290: --
291: hr_wnp_shd.lck

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

320: l_rec hr_wnp_shd.g_rec_type;
321: l_proc varchar2(72) := g_package||'del';
322: --
323: Begin
324: hr_utility.set_location('Entering:'||l_proc, 5);
325: --
326: -- As the delete procedure accepts a plsql record structure we do need to
327: -- convert the arguments into the record structure.
328: -- We don't need to call the supplied conversion argument routine as we

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

336: -- business process
337: --
338: hr_wnp_del.del(l_rec);
339: --
340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: End del;
342: --
343: end hr_wnp_del;