DBA Data[Home] [Help]

APPS.GHR_CAD_BUS dependencies on GHR_CAD_BUS

Line 1: Package Body ghr_cad_bus as

1: Package Body ghr_cad_bus as
2: /* $Header: ghcadrhi.pkb 115.4 2003/01/30 19:24:51 asubrahm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ghr_cad_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 124: if ( nvl(ghr_cad_bus.g_compl_adr_id, hr_api.g_number)

120: ,p_argument => 'compl_adr_id'
121: ,p_argument_value => p_compl_adr_id
122: );
123: --
124: if ( nvl(ghr_cad_bus.g_compl_adr_id, hr_api.g_number)
125: = p_compl_adr_id) then
126: --
127: -- The legislation code has already been found with a previous
128: -- call to this function. Just return the value in the global

Line 131: l_legislation_code := ghr_cad_bus.g_legislation_code;

127: -- The legislation code has already been found with a previous
128: -- call to this function. Just return the value in the global
129: -- variable.
130: --
131: l_legislation_code := ghr_cad_bus.g_legislation_code;
132: hr_utility.set_location(l_proc, 20);
133: else
134: --
135: -- The ID is different to the last call to this function

Line 155: ghr_cad_bus.g_compl_adr_id := p_compl_adr_id;

151: -- Set the global variables so the values are
152: -- available for the next call to this function.
153: --
154: close csr_leg_code;
155: ghr_cad_bus.g_compl_adr_id := p_compl_adr_id;
156: ghr_cad_bus.g_legislation_code := l_legislation_code;
157: end if;
158: hr_utility.set_location(' Leaving:'|| l_proc, 40);
159: return l_legislation_code;

Line 156: ghr_cad_bus.g_legislation_code := l_legislation_code;

152: -- available for the next call to this function.
153: --
154: close csr_leg_code;
155: ghr_cad_bus.g_compl_adr_id := p_compl_adr_id;
156: ghr_cad_bus.g_legislation_code := l_legislation_code;
157: end if;
158: hr_utility.set_location(' Leaving:'|| l_proc, 40);
159: return l_legislation_code;
160: end return_legislation_code;

Line 302: end ghr_cad_bus;

298: --
299: hr_utility.set_location(' Leaving:'||l_proc, 10);
300: End delete_validate;
301: --
302: end ghr_cad_bus;