DBA Data[Home] [Help]

APPS.IRC_IDO_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: irc_ido_shd.g_api_dml := true; -- Set the dml status
61: --
62: --

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

67: --
68: irc_ido_shd.g_api_dml := false; -- Unset the dml status
69: --
70: --
71: hr_utility.set_location(' Leaving:'||l_proc, 10);
72: --
73: Exception
74: When hr_api.child_integrity_violated then
75: -- Child integrity has been violatend

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

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

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

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

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

161: --
162: l_proc varchar2(72) := g_package||'post_delete';
163: --
164: Begin
165: hr_utility.set_location('Entering:'||l_proc, 5);
166: begin
167: --
168: irc_ido_rkd.after_delete
169: (p_document_id

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

198: ,p_hook_type => 'AD');
199: --
200: end;
201: --
202: hr_utility.set_location(' Leaving:'||l_proc, 10);
203: End post_delete;
204: --
205: -- ----------------------------------------------------------------------------
206: -- |---------------------------------< del >----------------------------------|

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

211: --
212: l_proc varchar2(72) := g_package||'del';
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: -- We must lock the row which we need to delete.
218: --
219: irc_ido_shd.lck

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

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

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

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