DBA Data[Home] [Help]

APPS.PAY_RTU_BUS dependencies on PAY_RTU_BUS

Line 1: Package Body pay_rtu_bus as

1: Package Body pay_rtu_bus as
2: /* $Header: pyrturhi.pkb 115.3 2002/12/09 15:08:35 divicker noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_rtu_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 110: if ( nvl(pay_rtu_bus.g_run_type_usage_id, hr_api.g_number)

106: ,p_argument => 'run_type_usage_id'
107: ,p_argument_value => p_run_type_usage_id
108: );
109: --
110: if ( nvl(pay_rtu_bus.g_run_type_usage_id, hr_api.g_number)
111: = p_run_type_usage_id) then
112: --
113: -- The legislation code has already been found with a previous
114: -- call to this function. Just return the value in the global

Line 117: l_legislation_code := pay_rtu_bus.g_legislation_code;

113: -- The legislation code has already been found with a previous
114: -- call to this function. Just return the value in the global
115: -- variable.
116: --
117: l_legislation_code := pay_rtu_bus.g_legislation_code;
118: hr_utility.set_location(l_proc, 20);
119: else
120: --
121: -- The ID is different to the last call to this function

Line 141: pay_rtu_bus.g_run_type_usage_id := p_run_type_usage_id;

137: -- Set the global variables so the values are
138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: pay_rtu_bus.g_run_type_usage_id := p_run_type_usage_id;
142: pay_rtu_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;

Line 142: pay_rtu_bus.g_legislation_code := l_legislation_code;

138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: pay_rtu_bus.g_run_type_usage_id := p_run_type_usage_id;
142: pay_rtu_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;
146: end return_legislation_code;

Line 703: pay_rtu_bus.return_legislation_code(p_run_type_usage_id);

699: l_derived_leg :=
700: pay_prt_bus.return_legislation_code(p_parent_run_type_id);
701: else -- p_run_type_usage_id is not null
702: l_derived_leg :=
703: pay_rtu_bus.return_legislation_code(p_run_type_usage_id);
704: end if;
705: --
706: if l_leg_code = l_derived_leg then
707: hr_utility.trace('valid user child run type id');

Line 1262: end pay_rtu_bus;

1258: --
1259: hr_utility.set_location(' Leaving:'||l_proc, 10);
1260: End delete_validate;
1261: --
1262: end pay_rtu_bus;