DBA Data[Home] [Help]

APPS.BEN_CPE_INS dependencies on BEN_CPE_INS

Line 1: Package Body ben_cpe_ins as

1: Package Body ben_cpe_ins as
2: /* $Header: becperhi.pkb 120.0 2005/05/28 01:12:31 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ben_cpe_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_cpe_ins.'; -- Global package name
9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --

Line 26: ben_cpe_ins.g_copy_entity_result_id_i := p_copy_entity_result_id;

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);
29: End set_base_key_value;
30: --

Line 905: ben_cpe_ins.g_copy_entity_result_id_i;

901: Cursor C_Sel2 is
902: Select null
903: from ben_copy_entity_results
904: where copy_entity_result_id =
905: ben_cpe_ins.g_copy_entity_result_id_i;
906: --
907: l_proc varchar2(72) := g_package||'pre_insert';
908: l_exists varchar2(1);
909: --

Line 913: If (ben_cpe_ins.g_copy_entity_result_id_i is not null) Then

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
916: --
917: Open C_Sel2;

Line 933: ben_cpe_ins.g_copy_entity_result_id_i;

929: --
930: -- Use registered key values and clear globals
931: --
932: p_rec.copy_entity_result_id :=
933: ben_cpe_ins.g_copy_entity_result_id_i;
934: ben_cpe_ins.g_copy_entity_result_id_i := null;
935: Else
936: --
937: -- No registerd key values, so select the next sequence number

Line 934: ben_cpe_ins.g_copy_entity_result_id_i := null;

930: -- Use registered key values and clear globals
931: --
932: p_rec.copy_entity_result_id :=
933: ben_cpe_ins.g_copy_entity_result_id_i;
934: ben_cpe_ins.g_copy_entity_result_id_i := null;
935: Else
936: --
937: -- No registerd key values, so select the next sequence number
938: --

Line 1756: ben_cpe_ins.pre_insert(p_rec);

1752: hr_multi_message.end_validation_set;
1753: --
1754: -- Call the supporting pre-insert operation
1755: --
1756: ben_cpe_ins.pre_insert(p_rec);
1757: --
1758: -- Insert the row
1759: --
1760: ben_cpe_ins.insert_dml(p_rec);

Line 1760: ben_cpe_ins.insert_dml(p_rec);

1756: ben_cpe_ins.pre_insert(p_rec);
1757: --
1758: -- Insert the row
1759: --
1760: ben_cpe_ins.insert_dml(p_rec);
1761: --
1762: -- Call the supporting post-insert operation
1763: --
1764: ben_cpe_ins.post_insert

Line 1764: ben_cpe_ins.post_insert

1760: ben_cpe_ins.insert_dml(p_rec);
1761: --
1762: -- Call the supporting post-insert operation
1763: --
1764: ben_cpe_ins.post_insert
1765: (p_effective_date
1766: ,p_rec
1767: );
1768: --

Line 2538: ben_cpe_ins.ins

2534: --
2535: -- Having converted the arguments into the ben_cpe_rec
2536: -- plsql record structure we call the corresponding record business process.
2537: --
2538: ben_cpe_ins.ins
2539: (p_effective_date
2540: ,l_rec
2541: );
2542: --

Line 2552: end ben_cpe_ins;

2548: --
2549: hr_utility.set_location(' Leaving:'||l_proc, 10);
2550: End ins;
2551: --
2552: end ben_cpe_ins;