DBA Data[Home] [Help]

APPS.BEN_BATCH_COMMU_INFO_API dependencies on BEN_BATCH_COMMU_INFO

Line 1: Package Body ben_batch_commu_info_api as

1: Package Body ben_batch_commu_info_api as
2: /* $Header: bebmiapi.pkb 115.3 2002/12/11 10:31:12 lakrish ship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' ben_batch_commu_info_api.';

2: /* $Header: bebmiapi.pkb 115.3 2002/12/11 10:31:12 lakrish ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' ben_batch_commu_info_api.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |------------------------< create_batch_commu_info >----------------------|
10: -- ----------------------------------------------------------------------------

Line 27: l_batch_commu_id ben_batch_commu_info.batch_commu_id%TYPE;

23: ) is
24: --
25: -- Declare cursors and local variables
26: --
27: l_batch_commu_id ben_batch_commu_info.batch_commu_id%TYPE;
28: l_proc varchar2(72) := g_package||'create_batch_commu_info';
29: l_object_version_number ben_batch_commu_info.object_version_number%TYPE;
30: --
31: begin

Line 29: l_object_version_number ben_batch_commu_info.object_version_number%TYPE;

25: -- Declare cursors and local variables
26: --
27: l_batch_commu_id ben_batch_commu_info.batch_commu_id%TYPE;
28: l_proc varchar2(72) := g_package||'create_batch_commu_info';
29: l_object_version_number ben_batch_commu_info.object_version_number%TYPE;
30: --
31: begin
32: --
33: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 47: ben_batch_commu_info_bk1.create_batch_commu_info_b

43: begin
44: --
45: -- Start of API User Hook for the before hook of create_batch_commu_info
46: --
47: ben_batch_commu_info_bk1.create_batch_commu_info_b
48: (
49: p_benefit_action_id => p_benefit_action_id
50: ,p_person_id => p_person_id
51: ,p_per_cm_id => p_per_cm_id

Line 86: ben_batch_commu_info_bk1.create_batch_commu_info_a

82: begin
83: --
84: -- Start of API User Hook for the after hook of create_batch_commu_info
85: --
86: ben_batch_commu_info_bk1.create_batch_commu_info_a
87: (
88: p_batch_commu_id => l_batch_commu_id
89: ,p_benefit_action_id => p_benefit_action_id
90: ,p_person_id => p_person_id

Line 176: l_object_version_number ben_batch_commu_info.object_version_number%TYPE;

172: --
173: -- Declare cursors and local variables
174: --
175: l_proc varchar2(72) := g_package||'update_batch_commu_info';
176: l_object_version_number ben_batch_commu_info.object_version_number%TYPE;
177: --
178: begin
179: --
180: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 196: ben_batch_commu_info_bk2.update_batch_commu_info_b

192: begin
193: --
194: -- Start of API User Hook for the before hook of update_batch_commu_info
195: --
196: ben_batch_commu_info_bk2.update_batch_commu_info_b
197: (
198: p_batch_commu_id => p_batch_commu_id
199: ,p_benefit_action_id => p_benefit_action_id
200: ,p_person_id => p_person_id

Line 236: ben_batch_commu_info_bk2.update_batch_commu_info_a

232: begin
233: --
234: -- Start of API User Hook for the after hook of update_batch_commu_info
235: --
236: ben_batch_commu_info_bk2.update_batch_commu_info_a
237: (
238: p_batch_commu_id => p_batch_commu_id
239: ,p_benefit_action_id => p_benefit_action_id
240: ,p_person_id => p_person_id

Line 309: l_object_version_number ben_batch_commu_info.object_version_number%TYPE;

305: --
306: -- Declare cursors and local variables
307: --
308: l_proc varchar2(72) := g_package||'update_batch_commu_info';
309: l_object_version_number ben_batch_commu_info.object_version_number%TYPE;
310: --
311: begin
312: --
313: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 330: ben_batch_commu_info_bk3.delete_batch_commu_info_b

326: begin
327: --
328: -- Start of API User Hook for the before hook of delete_batch_commu_info
329: --
330: ben_batch_commu_info_bk3.delete_batch_commu_info_b
331: (
332: p_batch_commu_id => p_batch_commu_id
333: ,p_object_version_number => p_object_version_number
334: );

Line 356: ben_batch_commu_info_bk3.delete_batch_commu_info_a

352: begin
353: --
354: -- Start of API User Hook for the after hook of delete_batch_commu_info
355: --
356: ben_batch_commu_info_bk3.delete_batch_commu_info_a
357: (
358: p_batch_commu_id => p_batch_commu_id
359: ,p_object_version_number => l_object_version_number
360: );

Line 434: end ben_batch_commu_info_api;

430: hr_utility.set_location(' Leaving:'||l_proc, 70);
431: --
432: end lck;
433: --
434: end ben_batch_commu_info_api;