DBA Data[Home] [Help]

APPS.BEN_XCT_INS dependencies on HR_UTILITY

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

109: --
110: l_proc varchar2(72) := g_package||'insert_dml';
111: --
112: Begin
113: hr_utility.set_location('Entering:'||l_proc, 5);
114: p_rec.object_version_number := 1; -- Initialise the object version
115: --
116: ben_xct_shd.g_api_dml := true; -- Set the api dml status
117: --

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

147: );
148: --
149: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: Exception
153: When hr_api.check_integrity_violated Then
154: -- A check constraint has been violated
155: ben_xct_shd.g_api_dml := false; -- Unset the api dml status

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

215: select ben_ext_crit_typ_s.nextval
216: from sys.dual;
217: --
218: Begin
219: hr_utility.set_location('Entering:'||l_proc, 5);
220: --
221: open c1;
222: fetch c1 into p_rec.ext_crit_typ_id;
223: close c1;

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

222: fetch c1 into p_rec.ext_crit_typ_id;
223: close c1;
224: --
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: End pre_insert;
228: --
229: -- ----------------------------------------------------------------------------
230: -- |-----------------------------< post_insert >------------------------------|

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

263: --
264: l_proc varchar2(72) := g_package||'post_insert';
265: --
266: Begin
267: hr_utility.set_location('Entering:'||l_proc, 5);
268: --
269: --
270: -- insert ownerships if applicable
271: --

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

299: --
300: -- End of API User Hook for post_insert.
301: --
302: --
303: hr_utility.set_location(' Leaving:'||l_proc, 10);
304: End post_insert;
305: --
306: -- ----------------------------------------------------------------------------
307: -- |---------------------------------< ins >----------------------------------|

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

314: --
315: l_proc varchar2(72) := g_package||'ins';
316: --
317: Begin
318: hr_utility.set_location('Entering:'||l_proc, 5);
319: --
320: -- Call the supporting insert validate operations
321: --
322: ben_xct_bus.insert_validate(p_rec

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

359: l_rec ben_xct_shd.g_rec_type;
360: l_proc varchar2(72) := g_package||'ins';
361: --
362: Begin
363: hr_utility.set_location('Entering:'||l_proc, 5);
364: --
365: -- Call conversion function to turn arguments into the
366: -- p_rec structure.
367: --

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

393: --
394: p_ext_crit_typ_id := l_rec.ext_crit_typ_id;
395: p_object_version_number := l_rec.object_version_number;
396: --
397: hr_utility.set_location(' Leaving:'||l_proc, 10);
398: End ins;
399: --
400: end ben_xct_ins;