DBA Data[Home] [Help]

APPS.BEN_BBP_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_bbp_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_bbp_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_bbp_shd.g_api_dml := false; -- Unset the api dml status

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

148: --
149: --
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: select ben_batch_parameter_s.nextval
155: into p_rec.batch_parameter_id
156: from sys.dual;

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

155: into p_rec.batch_parameter_id
156: from sys.dual;
157: --
158: --
159: hr_utility.set_location(' Leaving:'||l_proc, 10);
160: End pre_insert;
161: --
162: -- ----------------------------------------------------------------------------
163: -- |-----------------------------< post_insert >------------------------------|

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

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

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

226: --
227: -- End of API User Hook for post_insert.
228: --
229: --
230: hr_utility.set_location(' Leaving:'||l_proc, 10);
231: End post_insert;
232: --
233: -- ----------------------------------------------------------------------------
234: -- |---------------------------------< ins >----------------------------------|

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

239: --
240: l_proc varchar2(72) := g_package||'ins';
241: --
242: Begin
243: hr_utility.set_location('Entering:'||l_proc, 5);
244: --
245: -- Call the supporting insert validate operations
246: --
247: ben_bbp_bus.insert_validate(p_rec,p_effective_date);

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

277: l_rec ben_bbp_shd.g_rec_type;
278: l_proc varchar2(72) := g_package||'ins';
279: --
280: Begin
281: hr_utility.set_location('Entering:'||l_proc, 5);
282: --
283: -- Call conversion function to turn arguments into the
284: -- p_rec structure.
285: --

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

305: --
306: p_batch_parameter_id := l_rec.batch_parameter_id;
307: p_object_version_number := l_rec.object_version_number;
308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 10);
310: End ins;
311: --
312: end ben_bbp_ins;