DBA Data[Home] [Help]

APPS.BEN_XRS_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_xrs_shd.g_api_dml := true; -- Set the api dml status
62: --

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

110: );
111: --
112: ben_xrs_shd.g_api_dml := false; -- Unset the api dml status
113: --
114: hr_utility.set_location(' Leaving:'||l_proc, 10);
115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated
118: ben_xrs_shd.g_api_dml := false; -- Unset the api dml status

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

179: from sys.dual;
180: --
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: open c1;
186: fetch c1 into p_rec.ext_rslt_id;
187: close c1;

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

187: close c1;
188: --
189: --
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: End pre_insert;
193: --
194: -- ----------------------------------------------------------------------------
195: -- |-----------------------------< post_insert >------------------------------|

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

228: --
229: l_proc varchar2(72) := g_package||'post_insert';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: --
235: -- Start of API User Hook for post_insert.
236: --

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

274: --
275: -- End of API User Hook for post_insert.
276: --
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: End post_insert;
280: --
281: -- ----------------------------------------------------------------------------
282: -- |---------------------------------< ins >----------------------------------|

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

289: --
290: l_proc varchar2(72) := g_package||'ins';
291: --
292: Begin
293: hr_utility.set_location('Entering:'||l_proc, 5);
294: --
295: -- Call the supporting insert validate operations
296: --
297: ben_xrs_bus.insert_validate(p_rec

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

343: l_rec ben_xrs_shd.g_rec_type;
344: l_proc varchar2(72) := g_package||'ins';
345: --
346: Begin
347: hr_utility.set_location('Entering:'||l_proc, 5);
348: --
349: -- Call conversion function to turn arguments into the
350: -- p_rec structure.
351: --

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

386: --
387: p_ext_rslt_id := l_rec.ext_rslt_id;
388: p_object_version_number := l_rec.object_version_number;
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End ins;
392: --
393: end ben_xrs_ins;