DBA Data[Home] [Help]

APPS.PAY_RCU_DEL dependencies on HR_UTILITY

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

88: --
89: l_proc varchar2(72) := g_package||'delete_dml';
90: --
91: Begin
92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: --
95: --
96: -- Delete the pay_retro_component_usages row.

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

99: where retro_component_usage_id = p_rec.retro_component_usage_id;
100: --
101: --
102: --
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: --
105: Exception
106: When hr_api.child_integrity_violated then
107: -- Child integrity has been violated

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

149: --
150: l_proc varchar2(72) := g_package||'pre_delete';
151: --
152: Begin
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: End pre_delete;
157: --

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

151: --
152: Begin
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: End pre_delete;
157: --
158: -- ----------------------------------------------------------------------------
159: -- |-----------------------------< post_delete >------------------------------|

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

191: --
192: l_proc varchar2(72) := g_package||'post_delete';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: begin
197: --
198: -- Delete ownerships if applicable
199: delete_app_ownerships

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

235: ,p_hook_type => 'AD');
236: --
237: end;
238: --
239: hr_utility.set_location(' Leaving:'||l_proc, 10);
240: End post_delete;
241: --
242: -- ----------------------------------------------------------------------------
243: -- |---------------------------------< del >----------------------------------|

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

248: --
249: l_proc varchar2(72) := g_package||'del';
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: --
254: -- We must lock the row which we need to delete.
255: --
256: pay_rcu_shd.lck

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

293: l_rec pay_rcu_shd.g_rec_type;
294: l_proc varchar2(72) := g_package||'del';
295: --
296: Begin
297: hr_utility.set_location('Entering:'||l_proc, 5);
298: --
299: -- As the delete procedure accepts a plsql record structure we do need to
300: -- convert the arguments into the record structure.
301: -- We don't need to call the supplied conversion argument routine as we

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

309: -- business process
310: --
311: pay_rcu_del.del(l_rec);
312: --
313: hr_utility.set_location(' Leaving:'||l_proc, 10);
314: End del;
315: --
316: end pay_rcu_del;