DBA Data[Home] [Help]

APPS.IRC_VCE_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_vce_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the irc_variable_comp_elements row.

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

66: and variable_comp_lookup = p_rec.variable_comp_lookup;
67: --
68: irc_vce_shd.g_api_dml := false; -- Unset the api dml status
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 122: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

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

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

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

240: l_rec irc_vce_shd.g_rec_type;
241: l_proc varchar2(72) := g_package||'del';
242: --
243: Begin
244: hr_utility.set_location('Entering:'||l_proc, 5);
245: --
246: -- As the delete procedure accepts a plsql record structure we do need to
247: -- convert the arguments into the record structure.
248: -- We don't need to call the supplied conversion argument routine as we

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

257: -- business process
258: --
259: irc_vce_del.del(l_rec);
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: End del;
263: --
264: end irc_vce_del;