DBA Data[Home] [Help]

APPS.PAY_APP_BUS dependencies on PAY_APP_BUS

Line 1: Package Body pay_app_bus as

1: Package Body pay_app_bus as
2: /* $Header: pyapprhi.pkb 120.0.12000000.1 2007/01/17 15:36:55 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 130: if ( nvl(pay_app_bus.g_process_parameter_id, hr_api.g_number)

126: ,p_argument => 'process_parameter_id'
127: ,p_argument_value => p_process_parameter_id
128: );
129: --
130: if ( nvl(pay_app_bus.g_process_parameter_id, hr_api.g_number)
131: = p_process_parameter_id) then
132: --
133: -- The legislation code has already been found with a previous
134: -- call to this function. Just return the value in the global

Line 137: l_legislation_code := pay_app_bus.g_legislation_code;

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

Line 161: pay_app_bus.g_process_parameter_id := p_process_parameter_id;

157: -- Set the global variables so the values are
158: -- available for the next call to this function.
159: --
160: close csr_leg_code;
161: pay_app_bus.g_process_parameter_id := p_process_parameter_id;
162: pay_app_bus.g_legislation_code := l_legislation_code;
163: end if;
164: --
165: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 162: pay_app_bus.g_legislation_code := l_legislation_code;

158: -- available for the next call to this function.
159: --
160: close csr_leg_code;
161: pay_app_bus.g_process_parameter_id := p_process_parameter_id;
162: pay_app_bus.g_legislation_code := l_legislation_code;
163: end if;
164: --
165: hr_utility.set_location(' Leaving:'|| l_proc, 40);
166: return l_legislation_code;

Line 302: g_package := ' pay_app_bus.'; -- Global package name

298: hr_utility.set_location(' Leaving:'||l_proc, 10);
299: End delete_validate;
300: --
301: begin
302: g_package := ' pay_app_bus.'; -- Global package name
303: end pay_app_bus;

Line 303: end pay_app_bus;

299: End delete_validate;
300: --
301: begin
302: g_package := ' pay_app_bus.'; -- Global package name
303: end pay_app_bus;