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 per_solution_type_cmpts row.
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
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: --
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 >------------------------------|
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_stc_rkd.after_delete
166: (p_component_name
190: ,p_hook_type => 'AD');
191: --
192: end;
193: --
194: hr_utility.set_location(' Leaving:'||l_proc, 10);
195: End post_delete;
196: --
197: -- ----------------------------------------------------------------------------
198: -- |---------------------------------< del >----------------------------------|
203: --
204: l_proc varchar2(72) := g_package||'del';
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: --
209: -- We must lock the row which we need to delete.
210: --
211: per_stc_shd.lck
252: l_rec per_stc_shd.g_rec_type;
253: l_proc varchar2(72) := g_package||'del';
254: --
255: Begin
256: hr_utility.set_location('Entering:'||l_proc, 5);
257: --
258: -- As the delete procedure accepts a plsql record structure we do need to
259: -- convert the arguments into the record structure.
260: -- We don't need to call the supplied conversion argument routine as we
270: -- business process
271: --
272: per_stc_del.del(l_rec);
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: End del;
276: --
277: end per_stc_del;