DBA Data[Home] [Help]

APPS.BEN_CWG_INS dependencies on HR_UTILITY

Line 24: hr_utility.set_location('Entering:'||l_proc, 10);

20: --
21: l_proc varchar2(72) := g_package||'set_base_key_value';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: ben_cwg_ins.g_cwb_wksht_grp_id_i := p_cwb_wksht_grp_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 28: hr_utility.set_location(' Leaving:'||l_proc, 20);

24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: ben_cwg_ins.g_cwb_wksht_grp_id_i := p_cwb_wksht_grp_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --
81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --

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

172: );
173: --
174: --
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: Exception
178: When hr_api.check_integrity_violated Then
179: -- A check constraint has been violated
180: --

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

247: l_proc varchar2(72) := g_package||'pre_insert';
248: l_exists varchar2(1);
249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: --
253: If (ben_cwg_ins.g_cwb_wksht_grp_id_i is not null) Then
254: --
255: -- Verify registered primary key values not already in use

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

283: Fetch C_Sel1 Into p_rec.cwb_wksht_grp_id;
284: Close C_Sel1;
285: End If;
286: --
287: hr_utility.set_location(' Leaving:'||l_proc, 10);
288: End pre_insert;
289: --
290: -- ----------------------------------------------------------------------------
291: -- |-----------------------------< post_insert >------------------------------|

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

326: --
327: l_proc varchar2(72) := g_package||'post_insert';
328: --
329: Begin
330: hr_utility.set_location('Entering:'||l_proc, 5);
331: begin
332: --
333: ben_cwg_rki.after_insert
334: (p_effective_date => p_effective_date

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

421: ,p_hook_type => 'AI');
422: --
423: end;
424: --
425: hr_utility.set_location(' Leaving:'||l_proc, 10);
426: End post_insert;
427: --
428: -- ----------------------------------------------------------------------------
429: -- |---------------------------------< ins >----------------------------------|

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

435: --
436: l_proc varchar2(72) := g_package||'ins';
437: --
438: Begin
439: hr_utility.set_location('Entering:'||l_proc, 5);
440: --
441: -- Call the supporting insert validate operations
442: --
443: ben_cwg_bus.insert_validate

Line 469: hr_utility.set_location('Leaving:'||l_proc, 20);

465: --
466: -- Call to raise any errors on multi-message list
467: hr_multi_message.end_validation_set;
468: --
469: hr_utility.set_location('Leaving:'||l_proc, 20);
470: end ins;
471: --
472: -- ----------------------------------------------------------------------------
473: -- |---------------------------------< ins >----------------------------------|

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

519: l_rec ben_cwg_shd.g_rec_type;
520: l_proc varchar2(72) := g_package||'ins';
521: --
522: Begin
523: hr_utility.set_location('Entering:'||l_proc, 5);
524: --
525: -- Call conversion function to turn arguments into the
526: -- p_rec structure.
527: --

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

582: --
583: p_cwb_wksht_grp_id := l_rec.cwb_wksht_grp_id;
584: p_object_version_number := l_rec.object_version_number;
585: --
586: hr_utility.set_location(' Leaving:'||l_proc, 10);
587: End ins;
588: --
589: end ben_cwg_ins;