DBA Data[Home] [Help]

APPS.BEN_BATCH_PROC_INFO_API dependencies on BEN_BATCH_PROC_INFO

Line 1: Package Body ben_batch_proc_info_api as

1: Package Body ben_batch_proc_info_api as
2: /* $Header: bebpiapi.pkb 115.3 2002/12/16 11:53:19 vsethi ship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: bebpiapi.pkb 115.3 2002/12/16 11:53:19 vsethi ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' ben_batch_proc_info_api.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |------------------------< create_batch_proc_info >------------------------|
10: -- ----------------------------------------------------------------------------

Line 31: l_batch_proc_id ben_batch_proc_info.batch_proc_id%TYPE;

27: ,p_object_version_number out nocopy number) is
28: --
29: -- Declare cursors and local variables
30: --
31: l_batch_proc_id ben_batch_proc_info.batch_proc_id%TYPE;
32: l_proc varchar2(72) := g_package||'create_batch_proc_info';
33: l_object_version_number ben_batch_proc_info.object_version_number%TYPE;
34: --
35: begin

Line 33: l_object_version_number ben_batch_proc_info.object_version_number%TYPE;

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

Line 51: ben_batch_proc_info_bk1.create_batch_proc_info_b

47: begin
48: --
49: -- Start of API User Hook for the before hook of create_batch_proc_info
50: --
51: ben_batch_proc_info_bk1.create_batch_proc_info_b
52: (p_benefit_action_id => p_benefit_action_id
53: ,p_strt_dt => p_strt_dt
54: ,p_end_dt => p_end_dt
55: ,p_strt_tm => p_strt_tm

Line 97: ben_batch_proc_info_bk1.create_batch_proc_info_a

93: begin
94: --
95: -- Start of API User Hook for the after hook of create_batch_proc_info
96: --
97: ben_batch_proc_info_bk1.create_batch_proc_info_a
98: (p_batch_proc_id => l_batch_proc_id
99: ,p_benefit_action_id => p_benefit_action_id
100: ,p_strt_dt => p_strt_dt
101: ,p_end_dt => p_end_dt

Line 192: l_object_version_number ben_batch_proc_info.object_version_number%TYPE;

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

Line 212: ben_batch_proc_info_bk2.update_batch_proc_info_b

208: begin
209: --
210: -- Start of API User Hook for the before hook of update_batch_proc_info
211: --
212: ben_batch_proc_info_bk2.update_batch_proc_info_b
213: (p_batch_proc_id => p_batch_proc_id
214: ,p_benefit_action_id => p_benefit_action_id
215: ,p_strt_dt => p_strt_dt
216: ,p_end_dt => p_end_dt

Line 259: ben_batch_proc_info_bk2.update_batch_proc_info_a

255: begin
256: --
257: -- Start of API User Hook for the after hook of update_batch_proc_info
258: --
259: ben_batch_proc_info_bk2.update_batch_proc_info_a
260: (p_batch_proc_id => p_batch_proc_id
261: ,p_benefit_action_id => p_benefit_action_id
262: ,p_strt_dt => p_strt_dt
263: ,p_end_dt => p_end_dt

Line 336: l_object_version_number ben_batch_proc_info.object_version_number%TYPE;

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

Line 357: ben_batch_proc_info_bk3.delete_batch_proc_info_b

353: begin
354: --
355: -- Start of API User Hook for the before hook of delete_batch_proc_info
356: --
357: ben_batch_proc_info_bk3.delete_batch_proc_info_b
358: (p_batch_proc_id => p_batch_proc_id
359: ,p_object_version_number => p_object_version_number);
360: --
361: exception

Line 381: ben_batch_proc_info_bk3.delete_batch_proc_info_a

377: begin
378: --
379: -- Start of API User Hook for the after hook of delete_batch_proc_info
380: --
381: ben_batch_proc_info_bk3.delete_batch_proc_info_a
382: (p_batch_proc_id => p_batch_proc_id
383: ,p_object_version_number => l_object_version_number);
384: --
385: exception

Line 455: end ben_batch_proc_info_api;

451: hr_utility.set_location(' Leaving:'||l_proc, 70);
452: --
453: end lck;
454: --
455: end ben_batch_proc_info_api;