DBA Data[Home] [Help]

APPS.BEN_BCM_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_bcm_ins.g_cwb_matrix_id_i := p_cwb_matrix_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_bcm_ins.g_cwb_matrix_id_i := p_cwb_matrix_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 118: hr_utility.set_location(' Leaving:'||l_proc, 10);

114: );
115: --
116: --
117: --
118: hr_utility.set_location(' Leaving:'||l_proc, 10);
119: Exception
120: When hr_api.check_integrity_violated Then
121: -- A check constraint has been violated
122: --

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

189: l_proc varchar2(72) := g_package||'pre_insert';
190: l_exists varchar2(1);
191: --
192: Begin
193: hr_utility.set_location('Entering:'||l_proc, 5);
194: --
195: If (ben_bcm_ins.g_cwb_matrix_id_i is not null) Then
196: --
197: -- Verify registered primary key values not already in use

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

225: Fetch C_Sel1 Into p_rec.cwb_matrix_id;
226: Close C_Sel1;
227: End If;
228: --
229: hr_utility.set_location(' Leaving:'||l_proc, 10);
230: End pre_insert;
231: --
232: -- ----------------------------------------------------------------------------
233: -- |-----------------------------< post_insert >------------------------------|

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

268: --
269: l_proc varchar2(72) := g_package||'post_insert';
270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: begin
274: --
275: ben_bcm_rki.after_insert
276: (p_effective_date => p_effective_date

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

307: ,p_hook_type => 'AI');
308: --
309: end;
310: --
311: hr_utility.set_location(' Leaving:'||l_proc, 10);
312: End post_insert;
313: --
314: -- ----------------------------------------------------------------------------
315: -- |---------------------------------< ins >----------------------------------|

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

321: --
322: l_proc varchar2(72) := g_package||'ins';
323: --
324: Begin
325: hr_utility.set_location('Entering:'||l_proc, 5);
326: --
327: -- Call the supporting insert validate operations
328: --
329: ben_bcm_bus.insert_validate

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

351: --
352: -- Call to raise any errors on multi-message list
353: hr_multi_message.end_validation_set;
354: --
355: hr_utility.set_location('Leaving:'||l_proc, 20);
356: end ins;
357: --
358: -- ----------------------------------------------------------------------------
359: -- |---------------------------------< ins >----------------------------------|

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

376: l_rec ben_bcm_shd.g_rec_type;
377: l_proc varchar2(72) := g_package||'ins';
378: --
379: Begin
380: hr_utility.set_location('Entering:'||l_proc, 5);
381: --
382: -- Call conversion function to turn arguments into the
383: -- p_rec structure.
384: --

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

410: --
411: p_cwb_matrix_id := l_rec.cwb_matrix_id;
412: p_object_version_number := l_rec.object_version_number;
413: --
414: hr_utility.set_location(' Leaving:'||l_proc, 10);
415: End ins;
416: --
417: end ben_bcm_ins;