DBA Data[Home] [Help]

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

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

82: );
83: --
84: ben_bci_shd.g_api_dml := false; -- Unset the api dml status
85: --
86: hr_utility.set_location(' Leaving:'||l_proc, 10);
87: Exception
88: When hr_api.check_integrity_violated Then
89: -- A check constraint has been violated
90: ben_bci_shd.g_api_dml := false; -- Unset the api dml status

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

148: --
149: Cursor C_Sel1 is select ben_batch_bnft_cert_info_s.nextval from sys.dual;
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: --
155: -- Select the next sequence number
156: --

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

157: Open C_Sel1;
158: Fetch C_Sel1 Into p_rec.batch_benft_cert_id;
159: Close C_Sel1;
160: --
161: hr_utility.set_location(' Leaving:'||l_proc, 10);
162: End pre_insert;
163: --
164: -- ----------------------------------------------------------------------------
165: -- |-----------------------------< post_insert >------------------------------|

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

198: --
199: l_proc varchar2(72) := g_package||'post_insert';
200: --
201: Begin
202: hr_utility.set_location('Entering:'||l_proc, 5);
203: --
204: --
205: -- Start of API User Hook for post_insert.
206: --

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

230: --
231: -- End of API User Hook for post_insert.
232: --
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 10);
235: End post_insert;
236: --
237: -- ----------------------------------------------------------------------------
238: -- |---------------------------------< ins >----------------------------------|

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

245: --
246: l_proc varchar2(72) := g_package||'ins';
247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --
251: -- Call the supporting insert validate operations
252: --
253: ben_bci_bus.insert_validate(p_rec

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

285: l_rec ben_bci_shd.g_rec_type;
286: l_proc varchar2(72) := g_package||'ins';
287: --
288: Begin
289: hr_utility.set_location('Entering:'||l_proc, 5);
290: --
291: -- Call conversion function to turn arguments into the
292: -- p_rec structure.
293: --

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

314: --
315: p_batch_benft_cert_id := l_rec.batch_benft_cert_id;
316: p_object_version_number := l_rec.object_version_number;
317: --
318: hr_utility.set_location(' Leaving:'||l_proc, 10);
319: End ins;
320: --
321: end ben_bci_ins;