DBA Data[Home] [Help]

APPS.BEN_BATCH_RATE_INFO_API dependencies on BEN_BATCH_RATE_INFO

Line 1: Package Body ben_batch_rate_info_api as

1: Package Body ben_batch_rate_info_api as
2: /* $Header: bebriapi.pkb 120.0 2005/05/28 00:51:24 appldev noship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: bebriapi.pkb 120.0 2005/05/28 00:51:24 appldev noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' ben_batch_rate_info_api.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |------------------------< create_batch_rate_info >------------------------|
10: -- ----------------------------------------------------------------------------

Line 41: l_batch_rt_id ben_batch_rate_info.batch_rt_id%TYPE;

37: ,p_effective_date in date) is
38: --
39: -- Declare cursors and local variables
40: --
41: l_batch_rt_id ben_batch_rate_info.batch_rt_id%TYPE;
42: l_proc varchar2(72) := g_package||'create_batch_rate_info';
43: l_object_version_number ben_batch_rate_info.object_version_number%TYPE;
44: --
45: begin

Line 43: l_object_version_number ben_batch_rate_info.object_version_number%TYPE;

39: -- Declare cursors and local variables
40: --
41: l_batch_rt_id ben_batch_rate_info.batch_rt_id%TYPE;
42: l_proc varchar2(72) := g_package||'create_batch_rate_info';
43: l_object_version_number ben_batch_rate_info.object_version_number%TYPE;
44: --
45: begin
46: --
47: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 61: ben_batch_rate_info_bk1.create_batch_rate_info_b

57: begin
58: --
59: -- Start of API User Hook for the before hook of create_batch_rate_info
60: --
61: ben_batch_rate_info_bk1.create_batch_rate_info_b
62: (p_benefit_action_id => p_benefit_action_id
63: ,p_person_id => p_person_id
64: ,p_pgm_id => p_pgm_id
65: ,p_pl_id => p_pl_id

Line 127: ben_batch_rate_info_bk1.create_batch_rate_info_a

123: begin
124: --
125: -- Start of API User Hook for the after hook of create_batch_rate_info
126: --
127: ben_batch_rate_info_bk1.create_batch_rate_info_a
128: (p_batch_rt_id => l_batch_rt_id
129: ,p_benefit_action_id => p_benefit_action_id
130: ,p_person_id => p_person_id
131: ,p_pgm_id => p_pgm_id

Line 243: l_object_version_number ben_batch_rate_info.object_version_number%TYPE;

239: --
240: -- Declare cursors and local variables
241: --
242: l_proc varchar2(72) := g_package||'update_batch_rate_info';
243: l_object_version_number ben_batch_rate_info.object_version_number%TYPE;
244: --
245: begin
246: --
247: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 263: ben_batch_rate_info_bk2.update_batch_rate_info_b

259: begin
260: --
261: -- Start of API User Hook for the before hook of update_batch_rate_info
262: --
263: ben_batch_rate_info_bk2.update_batch_rate_info_b
264: (p_batch_rt_id => p_batch_rt_id
265: ,p_benefit_action_id => p_benefit_action_id
266: ,p_person_id => p_person_id
267: ,p_pgm_id => p_pgm_id

Line 331: ben_batch_rate_info_bk2.update_batch_rate_info_a

327: begin
328: --
329: -- Start of API User Hook for the after hook of update_batch_rate_info
330: --
331: ben_batch_rate_info_bk2.update_batch_rate_info_a
332: (p_batch_rt_id => p_batch_rt_id
333: ,p_benefit_action_id => p_benefit_action_id
334: ,p_person_id => p_person_id
335: ,p_pgm_id => p_pgm_id

Line 422: l_object_version_number ben_batch_rate_info.object_version_number%TYPE;

418: --
419: -- Declare cursors and local variables
420: --
421: l_proc varchar2(72) := g_package||'update_batch_rate_info';
422: l_object_version_number ben_batch_rate_info.object_version_number%TYPE;
423: --
424: begin
425: --
426: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 443: ben_batch_rate_info_bk3.delete_batch_rate_info_b

439: begin
440: --
441: -- Start of API User Hook for the before hook of delete_batch_rate_info
442: --
443: ben_batch_rate_info_bk3.delete_batch_rate_info_b
444: (p_batch_rt_id => p_batch_rt_id
445: ,p_object_version_number => p_object_version_number
446: ,p_effective_date => trunc(p_effective_date));
447: --

Line 469: ben_batch_rate_info_bk3.delete_batch_rate_info_a

465: begin
466: --
467: -- Start of API User Hook for the after hook of delete_batch_rate_info
468: --
469: ben_batch_rate_info_bk3.delete_batch_rate_info_a
470: (p_batch_rt_id => p_batch_rt_id
471: ,p_object_version_number => l_object_version_number
472: ,p_effective_date => trunc(p_effective_date));
473: --

Line 547: end ben_batch_rate_info_api;

543: hr_utility.set_location(' Leaving:'||l_proc, 70);
544: --
545: end lck;
546: --
547: end ben_batch_rate_info_api;