DBA Data[Home] [Help]

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

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

112: );
113: --
114: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status
115: --
116: hr_utility.set_location(' Leaving:'||l_proc, 10);
117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated
120: ben_ppl_shd.g_api_dml := false; -- Unset the api dml status

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

178: --
179: Cursor C_Sel1 is select ben_ptnl_ler_for_per_s.nextval from sys.dual;
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: --
185: -- Select the next sequence number
186: --

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

187: Open C_Sel1;
188: Fetch C_Sel1 Into p_rec.ptnl_ler_for_per_id;
189: Close C_Sel1;
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: End pre_insert;
193: --
194: -- ----------------------------------------------------------------------------
195: -- |-----------------------------< post_insert >------------------------------|

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

228: --
229: l_proc varchar2(72) := g_package||'post_insert';
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: --
235: -- Start of API User Hook for post_insert.
236: --

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

275: --
276: -- End of API User Hook for post_insert.
277: --
278: --
279: hr_utility.set_location(' Leaving:'||l_proc, 10);
280: End post_insert;
281: --
282: -- ----------------------------------------------------------------------------
283: -- |---------------------------------< ins >----------------------------------|

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

290: --
291: l_proc varchar2(72) := g_package||'ins';
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- Call the supporting insert validate operations
297: --
298: ben_ppl_bus.insert_validate(p_rec,p_effective_date);

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

344: l_rec ben_ppl_shd.g_rec_type;
345: l_proc varchar2(72) := g_package||'ins';
346: --
347: Begin
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: -- Call conversion function to turn arguments into the
351: -- p_rec structure.
352: --

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

387: --
388: p_ptnl_ler_for_per_id := l_rec.ptnl_ler_for_per_id;
389: p_object_version_number := l_rec.object_version_number;
390: --
391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: End ins;
393: --
394: end ben_ppl_ins;