DBA Data[Home] [Help]

APPS.BEN_CPE_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_cpe_ins.g_copy_entity_result_id_i := p_copy_entity_result_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_cpe_ins.g_copy_entity_result_id_i := p_copy_entity_result_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: ben_cpe_shd.g_api_dml := true; -- Set the api dml status
86: --

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

832: );
833: --
834: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
835: --
836: hr_utility.set_location(' Leaving:'||l_proc, 10);
837: Exception
838: When hr_api.check_integrity_violated Then
839: -- A check constraint has been violated
840: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status

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

907: l_proc varchar2(72) := g_package||'pre_insert';
908: l_exists varchar2(1);
909: --
910: Begin
911: hr_utility.set_location('Entering:'||l_proc, 5);
912: --
913: If (ben_cpe_ins.g_copy_entity_result_id_i is not null) Then
914: --
915: -- Verify registered primary key values not already in use

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

943: Fetch C_Sel1 Into p_rec.copy_entity_result_id;
944: Close C_Sel1;
945: End If;
946: --
947: hr_utility.set_location(' Leaving:'||l_proc, 10);
948: End pre_insert;
949: --
950: -- ----------------------------------------------------------------------------
951: -- |-----------------------------< post_insert >------------------------------|

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

986: --
987: l_proc varchar2(72) := g_package||'post_insert';
988: --
989: Begin
990: hr_utility.set_location('Entering:'||l_proc, 5);
991: begin
992: --
993: ben_cpe_rki.after_insert
994: (p_effective_date => p_effective_date

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

1724: ,p_hook_type => 'AI');
1725: --
1726: end;
1727: --
1728: hr_utility.set_location(' Leaving:'||l_proc, 10);
1729: End post_insert;
1730: --
1731: -- ----------------------------------------------------------------------------
1732: -- |---------------------------------< ins >----------------------------------|

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

1738: --
1739: l_proc varchar2(72) := g_package||'ins';
1740: --
1741: Begin
1742: hr_utility.set_location('Entering:'||l_proc, 5);
1743: --
1744: -- Call the supporting insert validate operations
1745: --
1746: ben_cpe_bus.insert_validate

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

1768: --
1769: -- Call to raise any errors on multi-message list
1770: hr_multi_message.end_validation_set;
1771: --
1772: hr_utility.set_location('Leaving:'||l_proc, 20);
1773: end ins;
1774: --
1775: -- ----------------------------------------------------------------------------
1776: -- |---------------------------------< ins >----------------------------------|

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

2152: l_rec ben_cpe_shd.g_rec_type;
2153: l_proc varchar2(72) := g_package||'ins';
2154: --
2155: Begin
2156: hr_utility.set_location('Entering:'||l_proc, 5);
2157: --
2158: -- Call conversion function to turn arguments into the
2159: -- p_rec structure.
2160: --

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

2545: --
2546: p_copy_entity_result_id := l_rec.copy_entity_result_id;
2547: p_object_version_number := l_rec.object_version_number;
2548: --
2549: hr_utility.set_location(' Leaving:'||l_proc, 10);
2550: End ins;
2551: --
2552: end ben_cpe_ins;