DBA Data[Home] [Help]

APPS.BEN_BATCH_DPNT_INFO_API dependencies on BEN_BATCH_DPNT_INFO

Line 1: Package Body ben_batch_dpnt_info_api as

1: Package Body ben_batch_dpnt_info_api as
2: /* $Header: bebdiapi.pkb 115.4 2002/12/16 17:33:58 glingapp ship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: bebdiapi.pkb 115.4 2002/12/16 17:33:58 glingapp ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' ben_batch_dpnt_info_api.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |------------------------< create_batch_dpnt_info >------------------------|
10: -- ----------------------------------------------------------------------------

Line 31: l_batch_dpnt_id ben_batch_dpnt_info.batch_dpnt_id%TYPE;

27: ,p_effective_date in date) is
28: --
29: -- Declare cursors and local variables
30: --
31: l_batch_dpnt_id ben_batch_dpnt_info.batch_dpnt_id%TYPE;
32: l_proc varchar2(72) := g_package||'create_batch_dpnt_info';
33: l_object_version_number ben_batch_dpnt_info.object_version_number%TYPE;
34: --
35: begin

Line 33: l_object_version_number ben_batch_dpnt_info.object_version_number%TYPE;

29: -- Declare cursors and local variables
30: --
31: l_batch_dpnt_id ben_batch_dpnt_info.batch_dpnt_id%TYPE;
32: l_proc varchar2(72) := g_package||'create_batch_dpnt_info';
33: l_object_version_number ben_batch_dpnt_info.object_version_number%TYPE;
34: --
35: begin
36: --
37: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 51: ben_batch_dpnt_info_bk1.create_batch_dpnt_info_b

47: begin
48: --
49: -- Start of API User Hook for the before hook of create_batch_dpnt_info
50: --
51: ben_batch_dpnt_info_bk1.create_batch_dpnt_info_b
52: (p_benefit_action_id => p_benefit_action_id
53: ,p_person_id => p_person_id
54: ,p_pgm_id => p_pgm_id
55: ,p_pl_id => p_pl_id

Line 97: ben_batch_dpnt_info_bk1.create_batch_dpnt_info_a

93: begin
94: --
95: -- Start of API User Hook for the after hook of create_batch_dpnt_info
96: --
97: ben_batch_dpnt_info_bk1.create_batch_dpnt_info_a
98: (p_batch_dpnt_id => l_batch_dpnt_id
99: ,p_benefit_action_id => p_benefit_action_id
100: ,p_person_id => p_person_id
101: ,p_pgm_id => p_pgm_id

Line 191: l_object_version_number ben_batch_dpnt_info.object_version_number%TYPE;

187: --
188: -- Declare cursors and local variables
189: --
190: l_proc varchar2(72) := g_package||'update_batch_dpnt_info';
191: l_object_version_number ben_batch_dpnt_info.object_version_number%TYPE;
192: --
193: begin
194: --
195: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 211: ben_batch_dpnt_info_bk2.update_batch_dpnt_info_b

207: begin
208: --
209: -- Start of API User Hook for the before hook of update_batch_dpnt_info
210: --
211: ben_batch_dpnt_info_bk2.update_batch_dpnt_info_b
212: (p_batch_dpnt_id => p_batch_dpnt_id
213: ,p_benefit_action_id => p_benefit_action_id
214: ,p_person_id => p_person_id
215: ,p_pgm_id => p_pgm_id

Line 258: ben_batch_dpnt_info_bk2.update_batch_dpnt_info_a

254: begin
255: --
256: -- Start of API User Hook for the after hook of update_batch_dpnt_info
257: --
258: ben_batch_dpnt_info_bk2.update_batch_dpnt_info_a
259: (p_batch_dpnt_id => p_batch_dpnt_id
260: ,p_benefit_action_id => p_benefit_action_id
261: ,p_person_id => p_person_id
262: ,p_pgm_id => p_pgm_id

Line 336: l_object_version_number ben_batch_dpnt_info.object_version_number%TYPE;

332: --
333: -- Declare cursors and local variables
334: --
335: l_proc varchar2(72) := g_package||'update_batch_dpnt_info';
336: l_object_version_number ben_batch_dpnt_info.object_version_number%TYPE;
337: --
338: begin
339: --
340: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 357: ben_batch_dpnt_info_bk3.delete_batch_dpnt_info_b

353: begin
354: --
355: -- Start of API User Hook for the before hook of delete_batch_dpnt_info
356: --
357: ben_batch_dpnt_info_bk3.delete_batch_dpnt_info_b
358: (p_batch_dpnt_id => p_batch_dpnt_id
359: ,p_object_version_number => p_object_version_number
360: ,p_effective_date => trunc(p_effective_date));
361: --

Line 383: ben_batch_dpnt_info_bk3.delete_batch_dpnt_info_a

379: begin
380: --
381: -- Start of API User Hook for the after hook of delete_batch_dpnt_info
382: --
383: ben_batch_dpnt_info_bk3.delete_batch_dpnt_info_a
384: (p_batch_dpnt_id => p_batch_dpnt_id
385: ,p_object_version_number => l_object_version_number
386: ,p_effective_date => trunc(p_effective_date));
387: --

Line 458: end ben_batch_dpnt_info_api;

454: hr_utility.set_location(' Leaving:'||l_proc, 70);
455: --
456: end lck;
457: --
458: end ben_batch_dpnt_info_api;