DBA Data[Home] [Help]

APPS.PAY_URT_BUS dependencies on PAY_URT_BUS

Line 1: Package Body pay_urt_bus as

1: Package Body pay_urt_bus as
2: /* $Header: pyurtrhi.pkb 120.0 2005/05/29 09:13 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_urt_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 123: if (( nvl(pay_urt_bus.g_user_row_id, hr_api.g_number)

119: ,p_argument_value => p_user_row_id
120: );
121: --
122: --
123: if (( nvl(pay_urt_bus.g_user_row_id, hr_api.g_number)
124: = p_user_row_id)
125: and ( nvl(pay_urt_bus.g_language, hr_api.g_varchar2)
126: = p_language)) then
127: --

Line 125: and ( nvl(pay_urt_bus.g_language, hr_api.g_varchar2)

121: --
122: --
123: if (( nvl(pay_urt_bus.g_user_row_id, hr_api.g_number)
124: = p_user_row_id)
125: and ( nvl(pay_urt_bus.g_language, hr_api.g_varchar2)
126: = p_language)) then
127: --
128: -- The legislation code has already been found with a previous
129: -- call to this function. Just return the value in the global

Line 132: l_legislation_code := pay_urt_bus.g_legislation_code;

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

Line 156: pay_urt_bus.g_user_row_id := p_user_row_id;

152: -- Set the global variables so the values are
153: -- available for the next call to this function.
154: --
155: close csr_leg_code;
156: pay_urt_bus.g_user_row_id := p_user_row_id;
157: pay_urt_bus.g_language := p_language;
158: pay_urt_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 157: pay_urt_bus.g_language := p_language;

153: -- available for the next call to this function.
154: --
155: close csr_leg_code;
156: pay_urt_bus.g_user_row_id := p_user_row_id;
157: pay_urt_bus.g_language := p_language;
158: pay_urt_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;

Line 158: pay_urt_bus.g_legislation_code := l_legislation_code;

154: --
155: close csr_leg_code;
156: pay_urt_bus.g_user_row_id := p_user_row_id;
157: pay_urt_bus.g_language := p_language;
158: pay_urt_bus.g_legislation_code := l_legislation_code;
159: end if;
160: hr_utility.set_location(' Leaving:'|| l_proc, 40);
161: return l_legislation_code;
162: end return_legislation_code;

Line 294: end pay_urt_bus;

290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);
292: End delete_validate;
293: --
294: end pay_urt_bus;