DBA Data[Home] [Help]

APPS.PAY_APR_BUS dependencies on PAY_APR_BUS

Line 1: Package Body pay_apr_bus as

1: Package Body pay_apr_bus as
2: /* $Header: pyaprrhi.pkb 120.0.12000000.1 2007/01/17 15:39:22 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 126: if ( nvl(pay_apr_bus.g_process_id, hr_api.g_number)

122: ,p_argument => 'process_id'
123: ,p_argument_value => p_process_id
124: );
125: --
126: if ( nvl(pay_apr_bus.g_process_id, hr_api.g_number)
127: = p_process_id) then
128: --
129: -- The legislation code has already been found with a previous
130: -- call to this function. Just return the value in the global

Line 133: l_legislation_code := pay_apr_bus.g_legislation_code;

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

Line 157: pay_apr_bus.g_process_id := p_process_id;

153: -- Set the global variables so the values are
154: -- available for the next call to this function.
155: --
156: close csr_leg_code;
157: pay_apr_bus.g_process_id := p_process_id;
158: pay_apr_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_apr_bus.g_legislation_code := l_legislation_code;

154: -- available for the next call to this function.
155: --
156: close csr_leg_code;
157: pay_apr_bus.g_process_id := p_process_id;
158: pay_apr_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 398: g_package := ' pay_apr_bus.'; -- Global package name

394: hr_utility.set_location(' Leaving:'||l_proc, 10);
395: End delete_validate;
396: --
397: begin
398: g_package := ' pay_apr_bus.'; -- Global package name
399: end pay_apr_bus;

Line 399: end pay_apr_bus;

395: End delete_validate;
396: --
397: begin
398: g_package := ' pay_apr_bus.'; -- Global package name
399: end pay_apr_bus;