DBA Data[Home] [Help]

APPS.PQH_RMN_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 pqh_rate_matrix_nodes row.

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

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

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

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

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

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

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

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

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