DBA Data[Home] [Help]

APPS.PAY_IVT_BUS dependencies on PAY_IVT_BUS

Line 1: Package Body pay_ivt_bus as

1: Package Body pay_ivt_bus as
2: /* $Header: pyivtrhi.pkb 120.1 2005/10/04 23:01:29 pgongada noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_ivt_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 118: if (( nvl(pay_ivt_bus.g_input_value_id, hr_api.g_number)

114: ,p_argument_value => p_input_value_id
115: );
116: --
117: --
118: if (( nvl(pay_ivt_bus.g_input_value_id, hr_api.g_number)
119: = p_input_value_id)
120: and ( nvl(pay_ivt_bus.g_language, hr_api.g_varchar2)
121: = p_language)) then
122: --

Line 120: and ( nvl(pay_ivt_bus.g_language, hr_api.g_varchar2)

116: --
117: --
118: if (( nvl(pay_ivt_bus.g_input_value_id, hr_api.g_number)
119: = p_input_value_id)
120: and ( nvl(pay_ivt_bus.g_language, hr_api.g_varchar2)
121: = p_language)) then
122: --
123: -- The legislation code has already been found with a previous
124: -- call to this function. Just return the value in the global

Line 127: l_legislation_code := pay_ivt_bus.g_legislation_code;

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

Line 151: pay_ivt_bus.g_input_value_id := p_input_value_id;

147: -- Set the global variables so the values are
148: -- available for the next call to this function.
149: --
150: close csr_leg_code;
151: pay_ivt_bus.g_input_value_id := p_input_value_id;
152: pay_ivt_bus.g_language := p_language;
153: pay_ivt_bus.g_legislation_code := l_legislation_code;
154: end if;
155: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 152: pay_ivt_bus.g_language := p_language;

148: -- available for the next call to this function.
149: --
150: close csr_leg_code;
151: pay_ivt_bus.g_input_value_id := p_input_value_id;
152: pay_ivt_bus.g_language := p_language;
153: pay_ivt_bus.g_legislation_code := l_legislation_code;
154: end if;
155: hr_utility.set_location(' Leaving:'|| l_proc, 40);
156: return l_legislation_code;

Line 153: pay_ivt_bus.g_legislation_code := l_legislation_code;

149: --
150: close csr_leg_code;
151: pay_ivt_bus.g_input_value_id := p_input_value_id;
152: pay_ivt_bus.g_language := p_language;
153: pay_ivt_bus.g_legislation_code := l_legislation_code;
154: end if;
155: hr_utility.set_location(' Leaving:'|| l_proc, 40);
156: return l_legislation_code;
157: end return_legislation_code;

Line 281: end pay_ivt_bus;

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