DBA Data[Home] [Help]

APPS.BEN_BCD_BUS dependencies on BEN_BCD_BUS

Line 1: Package Body ben_bcd_bus as

1: Package Body ben_bcd_bus as
2: /* $Header: bebcdrhi.pkb 120.0 2005/05/28 00:34:41 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 115: if ( nvl(ben_bcd_bus.g_cwb_matrix_dtl_id, hr_api.g_number)

111: ,p_argument => 'cwb_matrix_dtl_id'
112: ,p_argument_value => p_cwb_matrix_dtl_id
113: );
114: --
115: if ( nvl(ben_bcd_bus.g_cwb_matrix_dtl_id, hr_api.g_number)
116: = p_cwb_matrix_dtl_id) then
117: --
118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global

Line 122: l_legislation_code := ben_bcd_bus.g_legislation_code;

118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global
120: -- variable.
121: --
122: l_legislation_code := ben_bcd_bus.g_legislation_code;
123: hr_utility.set_location(l_proc, 20);
124: else
125: --
126: -- The ID is different to the last call to this function

Line 146: ben_bcd_bus.g_cwb_matrix_dtl_id := p_cwb_matrix_dtl_id;

142: -- Set the global variables so the values are
143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: ben_bcd_bus.g_cwb_matrix_dtl_id := p_cwb_matrix_dtl_id;
147: ben_bcd_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;

Line 147: ben_bcd_bus.g_legislation_code := l_legislation_code;

143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: ben_bcd_bus.g_cwb_matrix_dtl_id := p_cwb_matrix_dtl_id;
147: ben_bcd_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;
151: end return_legislation_code;

Line 373: end ben_bcd_bus;

369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: End delete_validate;
372: --
373: end ben_bcd_bus;