DBA Data[Home] [Help]

APPS.BEN_AUD_BUS dependencies on BEN_AUD_BUS

Line 1: Package Body ben_aud_bus as

1: Package Body ben_aud_bus as
2: /* $Header: beaudrhi.pkb 120.0 2005/05/28 00:31 appldev noship $ */
3: --
4: -- ------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_aud_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 137: if ( nvl(ben_aud_bus.g_cwb_audit_id, hr_api.g_number)

133: ,p_argument => 'cwb_audit_id'
134: ,p_argument_value => p_cwb_audit_id
135: );
136: --
137: if ( nvl(ben_aud_bus.g_cwb_audit_id, hr_api.g_number)
138: = p_cwb_audit_id) then
139: --
140: -- The legislation code has already been found with a previous
141: -- call to this function. Just return the value in the global

Line 144: l_legislation_code := ben_aud_bus.g_legislation_code;

140: -- The legislation code has already been found with a previous
141: -- call to this function. Just return the value in the global
142: -- variable.
143: --
144: l_legislation_code := ben_aud_bus.g_legislation_code;
145: hr_utility.set_location(l_proc, 20);
146: else
147: --
148: -- The ID is different to the last call to this function

Line 168: ben_aud_bus.g_cwb_audit_id := p_cwb_audit_id;

164: -- Set the global variables so the values are
165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: ben_aud_bus.g_cwb_audit_id := p_cwb_audit_id;
169: ben_aud_bus.g_legislation_code := l_legislation_code;
170: end if;
171: hr_utility.set_location(' Leaving:'|| l_proc, 40);
172: return l_legislation_code;

Line 169: ben_aud_bus.g_legislation_code := l_legislation_code;

165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: ben_aud_bus.g_cwb_audit_id := p_cwb_audit_id;
169: ben_aud_bus.g_legislation_code := l_legislation_code;
170: end if;
171: hr_utility.set_location(' Leaving:'|| l_proc, 40);
172: return l_legislation_code;
173: end return_legislation_code;

Line 288: end ben_aud_bus;

284: --
285: hr_utility.set_location(' Leaving:'||l_proc, 10);
286: End delete_validate;
287: --
288: end ben_aud_bus;