DBA Data[Home] [Help]

APPS.PAY_PAP_DEL dependencies on HR_UTILITY

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

52: --
53: l_proc varchar2(72) := g_package||'delete_dml';
54: --
55: Begin
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: pay_pap_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the pay_accrual_plans row.

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

63: where accrual_plan_id = p_rec.accrual_plan_id;
64: --
65: pay_pap_shd.g_api_dml := false; -- Unset the api dml status
66: --
67: hr_utility.set_location(' Leaving:'||l_proc, 10);
68: --
69: Exception
70: When hr_api.child_integrity_violated then
71: -- Child integrity has been violated

Line 117: hr_utility.set_location('Entering:'||l_proc, 1);

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

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

117: hr_utility.set_location('Entering:'||l_proc, 1);
118: --
119:
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: --
163: --
164: -- Start of API User Hook for post_delete.
165: --

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

237: --
238: -- End of API User Hook for post_delete.
239: --
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: End post_delete;
243: --
244: -- ----------------------------------------------------------------------------
245: -- |---------------------------------< del >----------------------------------|

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

251: --
252: l_proc varchar2(72) := g_package||'del';
253: --
254: Begin
255: hr_utility.set_location('Entering:'||l_proc, 5);
256: --
257: -- We must lock the row which we need to delete.
258: --
259: pay_pap_shd.lck

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

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

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

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