DBA Data[Home] [Help]

APPS.PQH_TAH_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_approval_history row.

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

66: and transaction_history_id = p_rec.transaction_history_id;
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: null;
166: --

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

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

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

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

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

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

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

248: -- business process
249: --
250: pqh_tah_del.del(l_rec);
251: --
252: hr_utility.set_location(' Leaving:'||l_proc, 10);
253: End del;
254: --
255: end pqh_tah_del;