DBA Data[Home] [Help]

APPS.BEN_XER_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_xer_shd.g_api_dml := true; -- Set the api dml status
116: --

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

158: );
159: --
160: ben_xer_shd.g_api_dml := false; -- Unset the api dml status
161: --
162: hr_utility.set_location(' Leaving:'||l_proc, 10);
163: Exception
164: When hr_api.check_integrity_violated Then
165: -- A check constraint has been violated
166: ben_xer_shd.g_api_dml := false; -- Unset the api dml status

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

224: --
225: Cursor C_Sel1 is select ben_ext_data_elmt_in_rcd_s.nextval from sys.dual;
226: --
227: Begin
228: hr_utility.set_location('Entering:'||l_proc, 5);
229: --
230: --
231: -- Select the next sequence number
232: --

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

233: Open C_Sel1;
234: Fetch C_Sel1 Into p_rec.ext_data_elmt_in_rcd_id;
235: Close C_Sel1;
236: --
237: hr_utility.set_location(' Leaving:'||l_proc, 10);
238: End pre_insert;
239: --
240: -- ----------------------------------------------------------------------------
241: -- |-----------------------------< post_insert >------------------------------|

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

274: --
275: l_proc varchar2(72) := g_package||'post_insert';
276: --
277: Begin
278: hr_utility.set_location('Entering:'||l_proc, 5);
279: --
280: --
281: -- Start of API User Hook for post_insert.
282: --

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

317: --
318: -- End of API User Hook for post_insert.
319: --
320: --
321: hr_utility.set_location(' Leaving:'||l_proc, 10);
322: End post_insert;
323: --
324: -- ----------------------------------------------------------------------------
325: -- |---------------------------------< ins >----------------------------------|

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

332: --
333: l_proc varchar2(72) := g_package||'ins';
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: -- Call the supporting insert validate operations
339: --
340: ben_xer_bus.insert_validate(p_rec

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

383: l_rec ben_xer_shd.g_rec_type;
384: l_proc varchar2(72) := g_package||'ins';
385: --
386: Begin
387: hr_utility.set_location('Entering:'||l_proc, 5);
388: --
389: -- Call conversion function to turn arguments into the
390: -- p_rec structure.
391: --

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

423: --
424: p_ext_data_elmt_in_rcd_id := l_rec.ext_data_elmt_in_rcd_id;
425: p_object_version_number := l_rec.object_version_number;
426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 10);
428: End ins;
429: --
430: end ben_xer_ins;