DBA Data[Home] [Help]

APPS.PAY_APM_BUS dependencies on PAY_APM_BUS

Line 1: Package Body pay_apm_bus as

1: Package Body pay_apm_bus as
2: /* $Header: pyapmrhi.pkb 120.0.12000000.1 2007/01/17 15:34:53 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 130: if ( nvl(pay_apm_bus.g_process_module_id, hr_api.g_number)

126: ,p_argument => 'process_module_id'
127: ,p_argument_value => p_process_module_id
128: );
129: --
130: if ( nvl(pay_apm_bus.g_process_module_id, hr_api.g_number)
131: = p_process_module_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_apm_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_apm_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_apm_bus.g_process_module_id := p_process_module_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_apm_bus.g_process_module_id := p_process_module_id;
162: pay_apm_bus.g_legislation_code := l_legislation_code;
163: end if;
164: hr_utility.set_location(' Leaving:'|| l_proc, 40);
165: return l_legislation_code;

Line 162: pay_apm_bus.g_legislation_code := l_legislation_code;

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

Line 297: g_package := ' pay_apm_bus.'; -- Global package name

293: hr_utility.set_location(' Leaving:'||l_proc, 10);
294: End delete_validate;
295: --
296: begin
297: g_package := ' pay_apm_bus.'; -- Global package name
298: end pay_apm_bus;

Line 298: end pay_apm_bus;

294: End delete_validate;
295: --
296: begin
297: g_package := ' pay_apm_bus.'; -- Global package name
298: end pay_apm_bus;