DBA Data[Home] [Help]

APPS.PQH_TXH_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 pqh_ss_transaction_history row.

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

65: where transaction_history_id = p_rec.transaction_history_id;
66: --
67: --
68: --
69: hr_utility.set_location(' Leaving:'||l_proc, 10);
70: --
71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated

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

115: --
116: l_proc varchar2(72) := g_package||'pre_delete';
117: --
118: Begin
119: hr_utility.set_location('Entering:'||l_proc, 5);
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: End pre_delete;
123: --

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

117: --
118: Begin
119: hr_utility.set_location('Entering:'||l_proc, 5);
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: End pre_delete;
123: --
124: -- ----------------------------------------------------------------------------
125: -- |-----------------------------< post_delete >------------------------------|

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

157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: begin
163: --
164: null;
165: --

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

172: ,p_hook_type => 'AD');
173: --
174: end;
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: End post_delete;
178: --
179: -- ----------------------------------------------------------------------------
180: -- |---------------------------------< del >----------------------------------|

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

185: --
186: l_proc varchar2(72) := g_package||'del';
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: -- We must lock the row which we need to delete.
192: --
193: pqh_txh_shd.lck

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

228: l_rec pqh_txh_shd.g_rec_type;
229: l_proc varchar2(72) := g_package||'del';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: -- As the delete procedure accepts a plsql record structure we do need to
235: -- convert the arguments into the record structure.
236: -- We don't need to call the supplied conversion argument routine as we

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

244: -- business process
245: --
246: pqh_txh_del.del(l_rec);
247: --
248: hr_utility.set_location(' Leaving:'||l_proc, 10);
249: End del;
250: --
251: end pqh_txh_del;