DBA Data[Home] [Help]

APPS.PQP_ERS_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 pqp_exception_report_suffix row.

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

66: and legislation_code = p_rec.legislation_code;
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

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

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: --

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

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 >------------------------------|

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

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: -- pqp_ers_rkd.after_delete
166: -- (p_database_item_suffix

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

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

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

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

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

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

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

260: -- business process
261: --
262: pqp_ers_del.del(l_rec);
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: End del;
266: --
267: end pqp_ers_del;