DBA Data[Home] [Help]

APPS.PAY_LIV_BUS dependencies on PAY_LIV_BUS

Line 1: Package Body pay_liv_bus as

1: Package Body pay_liv_bus as
2: /* $Header: pylivrhi.pkb 120.1 2005/07/12 05:24:42 alogue noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_liv_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 119: if ( nvl(pay_liv_bus.g_link_input_value_id, hr_api.g_number)

115: ,p_argument => 'link_input_value_id'
116: ,p_argument_value => p_link_input_value_id
117: );
118: --
119: if ( nvl(pay_liv_bus.g_link_input_value_id, hr_api.g_number)
120: = p_link_input_value_id) then
121: --
122: -- The legislation code has already been found with a previous
123: -- call to this function. Just return the value in the global

Line 126: l_legislation_code := pay_liv_bus.g_legislation_code;

122: -- The legislation code has already been found with a previous
123: -- call to this function. Just return the value in the global
124: -- variable.
125: --
126: l_legislation_code := pay_liv_bus.g_legislation_code;
127: hr_utility.set_location(l_proc, 20);
128: else
129: --
130: -- The ID is different to the last call to this function

Line 150: pay_liv_bus.g_link_input_value_id := p_link_input_value_id;

146: -- Set the global variables so the values are
147: -- available for the next call to this function.
148: --
149: close csr_leg_code;
150: pay_liv_bus.g_link_input_value_id := p_link_input_value_id;
151: pay_liv_bus.g_legislation_code := l_legislation_code;
152: end if;
153: hr_utility.set_location(' Leaving:'|| l_proc, 40);
154: return l_legislation_code;

Line 151: pay_liv_bus.g_legislation_code := l_legislation_code;

147: -- available for the next call to this function.
148: --
149: close csr_leg_code;
150: pay_liv_bus.g_link_input_value_id := p_link_input_value_id;
151: pay_liv_bus.g_legislation_code := l_legislation_code;
152: end if;
153: hr_utility.set_location(' Leaving:'|| l_proc, 40);
154: return l_legislation_code;
155: end return_legislation_code;

Line 567: fnd_message.set_token('PROCEDURE', 'PAY_LIV_BUS.CHK_FORMAT');

563: --
564: exception
565: when no_data_found then
566: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
567: fnd_message.set_token('PROCEDURE', 'PAY_LIV_BUS.CHK_FORMAT');
568: fnd_message.set_token('STEP', '2');
569: fnd_message.raise_error;
570: end;
571: --

Line 1066: end pay_liv_bus;

1062: --
1063: hr_utility.set_location(' Leaving:'||l_proc, 10);
1064: End delete_validate;
1065: --
1066: end pay_liv_bus;