DBA Data[Home] [Help]

APPS.BEN_BAI_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_bai_shd.g_api_dml := true; -- Set the api dml status
62: --

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

88: );
89: --
90: ben_bai_shd.g_api_dml := false; -- Unset the api dml status
91: --
92: hr_utility.set_location(' Leaving:'||l_proc, 10);
93: Exception
94: When hr_api.check_integrity_violated Then
95: -- A check constraint has been violated
96: ben_bai_shd.g_api_dml := false; -- Unset the api dml status

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

156: select ben_batch_bnft_cert_info_s.nextval from sys.dual;
157: --
158: --
159: Begin
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: open c1;
163: fetch c1 into p_rec.batch_actn_item_id;
164: close c1;

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

163: fetch c1 into p_rec.batch_actn_item_id;
164: close c1;
165: --
166: --
167: hr_utility.set_location(' Leaving:'||l_proc, 10);
168: End pre_insert;
169: --
170: -- ----------------------------------------------------------------------------
171: -- |-----------------------------< post_insert >------------------------------|

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

204: --
205: l_proc varchar2(72) := g_package||'post_insert';
206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: --
210: --
211: -- Start of API User Hook for post_insert.
212: --

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

239: --
240: -- End of API User Hook for post_insert.
241: --
242: --
243: hr_utility.set_location(' Leaving:'||l_proc, 10);
244: End post_insert;
245: --
246: -- ----------------------------------------------------------------------------
247: -- |---------------------------------< ins >----------------------------------|

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

254: --
255: l_proc varchar2(72) := g_package||'ins';
256: --
257: Begin
258: hr_utility.set_location('Entering:'||l_proc, 5);
259: --
260: -- Call the supporting insert validate operations
261: --
262: ben_bai_bus.insert_validate(p_rec

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

297: l_rec ben_bai_shd.g_rec_type;
298: l_proc varchar2(72) := g_package||'ins';
299: --
300: Begin
301: hr_utility.set_location('Entering:'||l_proc, 5);
302: --
303: -- Call conversion function to turn arguments into the
304: -- p_rec structure.
305: --

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

329: --
330: p_batch_actn_item_id := l_rec.batch_actn_item_id;
331: p_object_version_number := l_rec.object_version_number;
332: --
333: hr_utility.set_location(' Leaving:'||l_proc, 10);
334: End ins;
335: --
336: end ben_bai_ins;