DBA Data[Home] [Help]

APPS.PAY_PBD_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_bal_attribute_defaults row.

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

99: where bal_attribute_default_id = p_rec.bal_attribute_default_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 228: hr_utility.set_location(' Leaving:'||l_proc, 10);

224: ,p_hook_type => 'AD');
225: --
226: end;
227: --
228: hr_utility.set_location(' Leaving:'||l_proc, 10);
229: End post_delete;
230: --
231: -- ----------------------------------------------------------------------------
232: -- |---------------------------------< del >----------------------------------|

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

237: --
238: l_proc varchar2(72) := g_package||'del';
239: --
240: Begin
241: hr_utility.set_location('Entering:'||l_proc, 5);
242: --
243: -- We must lock the row which we need to delete.
244: --
245: pay_pbd_shd.lck

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

280: l_rec pay_pbd_shd.g_rec_type;
281: l_proc varchar2(72) := g_package||'del';
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: -- As the delete procedure accepts a plsql record structure we do need to
287: -- convert the arguments into the record structure.
288: -- We don't need to call the supplied conversion argument routine as we

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

295: -- business process
296: --
297: pay_pbd_del.del(l_rec);
298: --
299: hr_utility.set_location(' Leaving:'||l_proc, 10);
300: End del;
301: --
302: end pay_pbd_del;