DBA Data[Home] [Help]

APPS.PAY_AMT_DEL dependencies on HR_UTILITY

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

56: --
57: Begin
58: l_proc := g_package||'delete_dml';
59: --
60: hr_utility.set_location('Entering:'||l_proc, 5);
61: --
62: pay_amt_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Delete the pay_au_module_types row.

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

67: where module_type_id = p_rec.module_type_id;
68: --
69: pay_amt_shd.g_api_dml := false; -- Unset the api dml status
70: --
71: hr_utility.set_location(' Leaving:'||l_proc, 10);
72: --
73: Exception
74: When hr_api.child_integrity_violated then
75: -- Child integrity has been violated

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

119: --
120: Begin
121: l_proc := g_package||'pre_delete';
122: --
123: hr_utility.set_location('Entering:'||l_proc, 5);
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: End pre_delete;
127: --

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

121: l_proc := g_package||'pre_delete';
122: --
123: hr_utility.set_location('Entering:'||l_proc, 5);
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: End pre_delete;
127: --
128: -- ----------------------------------------------------------------------------
129: -- |-----------------------------< post_delete >------------------------------|

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

163: --
164: Begin
165: l_proc := g_package||'post_delete';
166: --
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: hr_utility.set_location(' Leaving:'||l_proc, 10);
170: End post_delete;
171: --

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

165: l_proc := g_package||'post_delete';
166: --
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: hr_utility.set_location(' Leaving:'||l_proc, 10);
170: End post_delete;
171: --
172: -- ----------------------------------------------------------------------------
173: -- |---------------------------------< del >----------------------------------|

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

180: --
181: Begin
182: l_proc := g_package||'del';
183: --
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: -- We must lock the row which we need to delete.
187: --
188: pay_amt_shd.lck

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

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

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

243: -- business process
244: --
245: pay_amt_del.del(l_rec);
246: --
247: hr_utility.set_location(' Leaving:'||l_proc, 10);
248: End del;
249: --
250: begin
251: g_package := ' pay_amt_del.'; -- Global package name