DBA Data[Home] [Help]

APPS.PAY_TXR_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 pay_taxability_rules row.

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

71: and taxability_rules_date_id = p_rec.taxability_rules_date_id;
72: --
73: --
74: --
75: hr_utility.set_location(' Leaving:'||l_proc, 10);
76: --
77: Exception
78: When hr_api.child_integrity_violated then
79: -- Child integrity has been violated

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

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

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

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

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

163: --
164: l_proc varchar2(72) := g_package||'post_delete';
165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: begin
169: --
170: pay_txr_rkd.after_delete
171: (p_jurisdiction_code

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

195: ,p_hook_type => 'AD');
196: --
197: end;
198: --
199: hr_utility.set_location(' Leaving:'||l_proc, 10);
200: End post_delete;
201: --
202: -- ----------------------------------------------------------------------------
203: -- |---------------------------------< del >----------------------------------|

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

208: --
209: l_proc varchar2(72) := g_package||'del';
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: -- We must lock the row which we need to delete.
215: --
216: pay_txr_shd.lck

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

261: l_rec pay_txr_shd.g_rec_type;
262: l_proc varchar2(72) := g_package||'del';
263: --
264: Begin
265: hr_utility.set_location('Entering:'||l_proc, 5);
266: --
267: -- As the delete procedure accepts a plsql record structure we do need to
268: -- convert the arguments into the record structure.
269: -- We don't need to call the supplied conversion argument routine as we

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

282: -- business process
283: --
284: pay_txr_del.del(l_rec);
285: --
286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: End del;
288: --
289: end pay_txr_del;
290: