DBA Data[Home] [Help]

APPS.PAY_BTT_BUS dependencies on PAY_BTT_BUS

Line 1: Package Body pay_btt_bus as

1: Package Body pay_btt_bus as
2: /* $Header: pybttrhi.pkb 120.0 2005/05/29 03:24 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_btt_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 132: if (( nvl(pay_btt_bus.g_balance_type_id, hr_api.g_number)

128: ,p_argument_value => p_balance_type_id
129: );
130: --
131: --
132: if (( nvl(pay_btt_bus.g_balance_type_id, hr_api.g_number)
133: = p_balance_type_id)
134: and ( nvl(pay_btt_bus.g_language, hr_api.g_varchar2)
135: = p_language)) then
136: --

Line 134: and ( nvl(pay_btt_bus.g_language, hr_api.g_varchar2)

130: --
131: --
132: if (( nvl(pay_btt_bus.g_balance_type_id, hr_api.g_number)
133: = p_balance_type_id)
134: and ( nvl(pay_btt_bus.g_language, hr_api.g_varchar2)
135: = p_language)) then
136: --
137: -- The legislation code has already been found with a previous
138: -- call to this function. Just return the value in the global

Line 141: l_legislation_code := pay_btt_bus.g_legislation_code;

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

Line 165: pay_btt_bus.g_balance_type_id := p_balance_type_id;

161: -- Set the global variables so the values are
162: -- available for the next call to this function.
163: --
164: close csr_leg_code;
165: pay_btt_bus.g_balance_type_id := p_balance_type_id;
166: pay_btt_bus.g_language := p_language;
167: pay_btt_bus.g_legislation_code := l_legislation_code;
168: end if;
169: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 166: pay_btt_bus.g_language := p_language;

162: -- available for the next call to this function.
163: --
164: close csr_leg_code;
165: pay_btt_bus.g_balance_type_id := p_balance_type_id;
166: pay_btt_bus.g_language := p_language;
167: pay_btt_bus.g_legislation_code := l_legislation_code;
168: end if;
169: hr_utility.set_location(' Leaving:'|| l_proc, 40);
170: return l_legislation_code;

Line 167: pay_btt_bus.g_legislation_code := l_legislation_code;

163: --
164: close csr_leg_code;
165: pay_btt_bus.g_balance_type_id := p_balance_type_id;
166: pay_btt_bus.g_language := p_language;
167: pay_btt_bus.g_legislation_code := l_legislation_code;
168: end if;
169: hr_utility.set_location(' Leaving:'|| l_proc, 40);
170: return l_legislation_code;
171: end return_legislation_code;

Line 303: end pay_btt_bus;

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