DBA Data[Home] [Help]

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

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

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

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

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

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

226: Open C_Sel1;
227: Fetch C_Sel1 Into p_rec.ext_crit_cmbn_id;
228: Close C_Sel1;
229: --
230: hr_utility.set_location(' Leaving:'||l_proc, 10);
231: End pre_insert;
232: --
233: -- ----------------------------------------------------------------------------
234: -- |-----------------------------< post_insert >------------------------------|

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

267: --
268: l_proc varchar2(72) := g_package||'post_insert';
269: --
270: Begin
271: hr_utility.set_location('Entering:'||l_proc, 5);
272: --
273: --
274: -- insert ownerships if applicable
275: --

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

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

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

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

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

368: l_rec ben_xcc_shd.g_rec_type;
369: l_proc varchar2(72) := g_package||'ins';
370: --
371: Begin
372: hr_utility.set_location('Entering:'||l_proc, 5);
373: --
374: -- Call conversion function to turn arguments into the
375: -- p_rec structure.
376: --

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

404: --
405: p_ext_crit_cmbn_id := l_rec.ext_crit_cmbn_id;
406: p_object_version_number := l_rec.object_version_number;
407: --
408: hr_utility.set_location(' Leaving:'||l_proc, 10);
409: End ins;
410: --
411: end ben_xcc_ins;