DBA Data[Home] [Help]

APPS.BEN_CMT_INS dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_cmt_shd.g_api_dml := true; -- Set the api dml status
62: --

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

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

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

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

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

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

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

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

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

323: --
324: -- End of API User Hook for post_insert.
325: --
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 10);
328: End post_insert;
329: --
330: -- ----------------------------------------------------------------------------
331: -- |---------------------------------< ins >----------------------------------|

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

338: --
339: l_proc varchar2(72) := g_package||'ins';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: -- Call the supporting insert validate operations
345: --
346: ben_cmt_bus.insert_validate(p_rec

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

409: l_rec ben_cmt_shd.g_rec_type;
410: l_proc varchar2(72) := g_package||'ins';
411: --
412: Begin
413: hr_utility.set_location('Entering:'||l_proc, 5);
414: --
415: -- Call conversion function to turn arguments into the
416: -- p_rec structure.
417: --

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

469: --
470: p_cm_dlvry_mthd_typ_id := l_rec.cm_dlvry_mthd_typ_id;
471: p_object_version_number := l_rec.object_version_number;
472: --
473: hr_utility.set_location(' Leaving:'||l_proc, 10);
474: End ins;
475: --
476: end ben_cmt_ins;