DBA Data[Home] [Help]

APPS.BEN_XIC_INS dependencies on HR_UTILITY

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

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

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

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

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

214: --
215: Cursor C_Sel1 is select ben_ext_incl_chg_s.nextval from sys.dual;
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: --
221: -- Select the next sequence number
222: --

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

223: Open C_Sel1;
224: Fetch C_Sel1 Into p_rec.ext_incl_chg_id;
225: Close C_Sel1;
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End pre_insert;
229: --
230: -- ----------------------------------------------------------------------------
231: -- |-----------------------------< post_insert >------------------------------|

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

264: --
265: l_proc varchar2(72) := g_package||'post_insert';
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --
270: --
271: -- Start of API User Hook for post_insert.
272: --

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

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

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

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

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

363: l_rec ben_xic_shd.g_rec_type;
364: l_proc varchar2(72) := g_package||'ins';
365: --
366: Begin
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: --
369: -- Call conversion function to turn arguments into the
370: -- p_rec structure.
371: --

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

398: --
399: p_ext_incl_chg_id := l_rec.ext_incl_chg_id;
400: p_object_version_number := l_rec.object_version_number;
401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 10);
403: End ins;
404: --
405: end ben_xic_ins;