DBA Data[Home] [Help]

APPS.PAY_AMO_DEL dependencies on HR_UTILITY

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

90: --
91: Begin
92: l_proc := g_package||'delete_dml';
93: --
94: hr_utility.set_location('Entering:'||l_proc, 5);
95: --
96: pay_amo_shd.g_api_dml := true; -- Set the api dml status
97: --
98: -- Delete the pay_au_modules row.

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

101: where module_id = p_rec.module_id;
102: --
103: pay_amo_shd.g_api_dml := false; -- Unset the api dml status
104: --
105: hr_utility.set_location(' Leaving:'||l_proc, 10);
106: --
107: Exception
108: When hr_api.child_integrity_violated then
109: -- Child integrity has been violated

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

153: --
154: Begin
155: l_proc := g_package||'pre_delete';
156: --
157: hr_utility.set_location('Entering:'||l_proc, 5);
158: --
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: End pre_delete;
161: --

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

155: l_proc := g_package||'pre_delete';
156: --
157: hr_utility.set_location('Entering:'||l_proc, 5);
158: --
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: End pre_delete;
161: --
162: -- ----------------------------------------------------------------------------
163: -- |-----------------------------< post_delete >------------------------------|

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

197: --
198: Begin
199: l_proc := g_package||'post_delete';
200: --
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: begin
203: --
204: -- Delete ownerships if applicable
205: delete_app_ownerships

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

207: );
208: --
209: end;
210: --
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: End post_delete;
213: --
214: -- ----------------------------------------------------------------------------
215: -- |---------------------------------< del >----------------------------------|

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

222: --
223: Begin
224: l_proc := g_package||'del';
225: --
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: -- We must lock the row which we need to delete.
229: --
230: pay_amo_shd.lck

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

269: --
270: Begin
271: l_proc := g_package||'del';
272: --
273: hr_utility.set_location('Entering:'||l_proc, 5);
274: --
275: -- As the delete procedure accepts a plsql record structure we do need to
276: -- convert the arguments into the record structure.
277: -- We don't need to call the supplied conversion argument routine as we

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

285: -- business process
286: --
287: pay_amo_del.del(l_rec);
288: --
289: hr_utility.set_location(' Leaving:'||l_proc, 10);
290: End del;
291: --
292: begin
293: g_package := ' pay_amo_del.'; -- Global package name