DBA Data[Home] [Help]

APPS.BEN_XCV_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_xcv_shd.g_api_dml := true; -- Set the api dml status
117: --

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

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

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

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

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

223: open c1;
224: fetch c1 into p_rec.ext_crit_val_id;
225: close c1;
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End pre_insert;
229: --
230: -- ----------------------------------------------------------------------------
231: -- |-----------------------------< 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_xcv_bus.insert_validate(p_rec

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

359: l_rec ben_xcv_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_val_id := l_rec.ext_crit_val_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_xcv_ins;