DBA Data[Home] [Help]

APPS.PER_PPB_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: per_ppb_ins.g_pay_basis_id_i := p_pay_basis_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: per_ppb_ins.g_pay_basis_id_i := p_pay_basis_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

79: l_proc varchar2(72) := g_package||'insert_dml';
80: l_rec per_ppb_shd.g_rec_type ;
81: --
82: Begin
83: hr_utility.set_location('Entering:'||l_proc, 5);
84: l_rec := p_rec;
85: p_rec.object_version_number := 1; -- Initialise the object version
86: --
87: per_ppb_shd.g_api_dml := true; -- Set the api dml status

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

200: );
201: --
202: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
203: --
204: hr_utility.set_location(' Leaving:'||l_proc, 10);
205: Exception
206: When hr_api.check_integrity_violated Then
207: -- A check constraint has been violated
208: per_ppb_shd.g_api_dml := false; -- Unset the api dml status

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

280: l_exists varchar2(1);
281: l_rec per_ppb_shd.g_rec_type;
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: l_rec := p_rec;
286: --
287: If (per_ppb_ins.g_pay_basis_id_i is not null) Then
288: --

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

317: Fetch C_Sel1 Into p_rec.pay_basis_id;
318: Close C_Sel1;
319: End If;
320: --
321: hr_utility.set_location(' Leaving:'||l_proc, 10);
322: Exception
323: When Others Then
324: p_rec := l_rec;
325: Raise;

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

363: --
364: l_proc varchar2(72) := g_package||'post_insert';
365: --
366: Begin
367: hr_utility.set_location('Entering:'||l_proc, 5);
368: begin
369: --
370: per_ppb_rki.after_insert
371: (p_pay_basis_id

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

485: ,p_hook_type => 'AI');
486: --
487: end;
488: --
489: hr_utility.set_location(' Leaving:'||l_proc, 10);
490: End post_insert;
491: --
492: -- ----------------------------------------------------------------------------
493: -- |---------------------------------< ins >----------------------------------|

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

499: l_proc varchar2(72) := g_package||'ins';
500: l_rec per_ppb_shd.g_rec_type;
501: --
502: Begin
503: hr_utility.set_location('Entering:'||l_proc, 5);
504: l_rec := p_rec;
505: --
506: -- Call the supporting insert validate operations
507: --

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

528: --
529: -- Call to raise any errors on multi-message list
530: hr_multi_message.end_validation_set;
531: --
532: hr_utility.set_location('Leaving:'||l_proc, 20);
533: Exception
534: When Others Then
535: p_rec := l_rec;
536: Raise;

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

598: l_rec per_ppb_shd.g_rec_type;
599: l_proc varchar2(72) := g_package||'ins';
600: --
601: Begin
602: hr_utility.set_location('Entering:'||l_proc, 5);
603: --
604: -- Call conversion function to turn arguments into the
605: -- p_rec structure.
606: --

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

673: --
674: p_pay_basis_id := l_rec.pay_basis_id;
675: p_object_version_number := l_rec.object_version_number;
676: --
677: hr_utility.set_location(' Leaving:'||l_proc, 10);
678: Exception
679: When Others Then
680: p_pay_basis_id := null;
681: p_object_version_number := null;