DBA Data[Home] [Help]

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

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

165: );
166: --
167: ben_xrf_shd.g_api_dml := false; -- Unset the api dml status
168: --
169: hr_utility.set_location(' Leaving:'||l_proc, 10);
170: Exception
171: When hr_api.check_integrity_violated Then
172: -- A check constraint has been violated
173: ben_xrf_shd.g_api_dml := false; -- Unset the api dml status

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

231: --
232: Cursor C_Sel1 is select ben_ext_rcd_in_file_s.nextval from sys.dual;
233: --
234: Begin
235: hr_utility.set_location('Entering:'||l_proc, 5);
236: --
237: --
238: -- Select the next sequence number
239: --

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

240: Open C_Sel1;
241: Fetch C_Sel1 Into p_rec.ext_rcd_in_file_id;
242: Close C_Sel1;
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 10);
245: End pre_insert;
246: --
247: -- ----------------------------------------------------------------------------
248: -- |-----------------------------< post_insert >------------------------------|

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

281: --
282: l_proc varchar2(72) := g_package||'post_insert';
283: --
284: Begin
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: --
287: --
288: -- insert ownerships if applicable
289: --

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

327: --
328: -- End of API User Hook for post_insert.
329: --
330: --
331: hr_utility.set_location(' Leaving:'||l_proc, 10);
332: End post_insert;
333: --
334: -- ----------------------------------------------------------------------------
335: -- |---------------------------------< ins >----------------------------------|

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

342: --
343: l_proc varchar2(72) := g_package||'ins';
344: --
345: Begin
346: hr_utility.set_location('Entering:'||l_proc, 5);
347: --
348: -- Call the supporting insert validate operations
349: --
350: ben_xrf_bus.insert_validate(p_rec

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

396: l_rec ben_xrf_shd.g_rec_type;
397: l_proc varchar2(72) := g_package||'ins';
398: --
399: Begin
400: hr_utility.set_location('Entering:'||l_proc, 5);
401: --
402: -- Call conversion function to turn arguments into the
403: -- p_rec structure.
404: --

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

439: --
440: p_ext_rcd_in_file_id := l_rec.ext_rcd_in_file_id;
441: p_object_version_number := l_rec.object_version_number;
442: --
443: hr_utility.set_location(' Leaving:'||l_proc, 10);
444: End ins;
445: --
446: end ben_xrf_ins;