DBA Data[Home] [Help]

APPS.BEN_XRE_INS dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_xre_shd.g_api_dml := true; -- Set the api dml status
62: --

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

92: );
93: --
94: ben_xre_shd.g_api_dml := false; -- Unset the api dml status
95: --
96: hr_utility.set_location(' Leaving:'||l_proc, 10);
97: Exception
98: When hr_api.check_integrity_violated Then
99: -- A check constraint has been violated
100: ben_xre_shd.g_api_dml := false; -- Unset the api dml status

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

161: from sys.dual;
162: --
163: --
164: Begin
165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: open c1;
168: fetch c1 into p_rec.ext_rslt_err_id;
169: close c1;

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

169: close c1;
170:
171: --
172: --
173: hr_utility.set_location(' Leaving:'||l_proc, 10);
174: End pre_insert;
175: --
176: -- ----------------------------------------------------------------------------
177: -- |-----------------------------< post_insert >------------------------------|

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

210: --
211: l_proc varchar2(72) := g_package||'post_insert';
212: --
213: Begin
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: --
216: --
217: -- Start of API User Hook for post_insert.
218: --

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

247: --
248: -- End of API User Hook for post_insert.
249: --
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End post_insert;
253: --
254: -- ----------------------------------------------------------------------------
255: -- |---------------------------------< ins >----------------------------------|

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

262: --
263: l_proc varchar2(72) := g_package||'ins';
264: --
265: Begin
266: hr_utility.set_location('Entering:'||l_proc, 5);
267: --
268: -- Call the supporting insert validate operations
269: --
270: ben_xre_bus.insert_validate(p_rec

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

307: l_rec ben_xre_shd.g_rec_type;
308: l_proc varchar2(72) := g_package||'ins';
309: --
310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);
312: --
313: -- Call conversion function to turn arguments into the
314: -- p_rec structure.
315: --

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

341: --
342: p_ext_rslt_err_id := l_rec.ext_rslt_err_id;
343: p_object_version_number := l_rec.object_version_number;
344: --
345: hr_utility.set_location(' Leaving:'||l_proc, 10);
346: End ins;
347: --
348: end ben_xre_ins;