DBA Data[Home] [Help]

APPS.PQH_RNK_BUS dependencies on PQH_RNK_BUS

Line 1: Package Body pqh_rnk_bus as

1: Package Body pqh_rnk_bus as
2: /* $Header: pqrnkrhi.pkb 120.1 2005/06/23 13:27 nsanghal noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package constant varchar2(33) := ' pqh_rnk_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 128: if ( nvl(pqh_rnk_bus.g_rank_process_id, hr_api.g_number)

124: ,p_argument => 'rank_process_id'
125: ,p_argument_value => p_rank_process_id
126: );
127: --
128: if ( nvl(pqh_rnk_bus.g_rank_process_id, hr_api.g_number)
129: = p_rank_process_id) then
130: --
131: -- The legislation code has already been found with a previous
132: -- call to this function. Just return the value in the global

Line 135: l_legislation_code := pqh_rnk_bus.g_legislation_code;

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

Line 159: pqh_rnk_bus.g_rank_process_id := p_rank_process_id;

155: -- Set the global variables so the values are
156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: pqh_rnk_bus.g_rank_process_id := p_rank_process_id;
160: pqh_rnk_bus.g_legislation_code := l_legislation_code;
161: end if;
162: hr_utility.set_location(' Leaving:'|| l_proc, 40);
163: return l_legislation_code;

Line 160: pqh_rnk_bus.g_legislation_code := l_legislation_code;

156: -- available for the next call to this function.
157: --
158: close csr_leg_code;
159: pqh_rnk_bus.g_rank_process_id := p_rank_process_id;
160: pqh_rnk_bus.g_legislation_code := l_legislation_code;
161: end if;
162: hr_utility.set_location(' Leaving:'|| l_proc, 40);
163: return l_legislation_code;
164: end return_legislation_code;

Line 233: pqh_rnk_bus.set_security_group_id(

229: hr_utility.set_location('Entering:'||l_proc, 5);
230: --
231: -- Validate Dependent Attributes
232: --
233: pqh_rnk_bus.set_security_group_id(
234: p_rank_process_id => p_rec.rank_process_id);
235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End insert_validate;

Line 252: pqh_rnk_bus.set_security_group_id(

248: --
249: Begin
250: hr_utility.set_location('Entering:'||l_proc, 5);
251: --
252: pqh_rnk_bus.set_security_group_id(
253: p_rank_process_id => p_rec.rank_process_id);
254: --
255: chk_non_updateable_args
256: (p_effective_date => p_effective_date

Line 281: end pqh_rnk_bus;

277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: End delete_validate;
280: --
281: end pqh_rnk_bus;