DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

353: l_rec ben_xid_shd.g_rec_type;
354: l_proc varchar2(72) := g_package||'ins';
355: --
356: Begin
357: hr_utility.set_location('Entering:'||l_proc, 5);
358: --
359: -- Call conversion function to turn arguments into the
360: -- p_rec structure.
361: --

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

386: --
387: p_ext_incl_data_elmt_id := l_rec.ext_incl_data_elmt_id;
388: p_object_version_number := l_rec.object_version_number;
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End ins;
392: --
393: end ben_xid_ins;