DBA Data[Home] [Help]

APPS.PAY_PRT_BUS dependencies on PAY_PRT_BUS

Line 1: Package Body pay_prt_bus as

1: Package Body pay_prt_bus as
2: /* $Header: pyprtrhi.pkb 115.13 2003/02/28 15:52:21 alogue noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_prt_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 109: if ( nvl(pay_prt_bus.g_run_type_id, hr_api.g_number)

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

Line 116: l_legislation_code := pay_prt_bus.g_legislation_code;

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

Line 140: pay_prt_bus.g_run_type_id := p_run_type_id;

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

Line 141: pay_prt_bus.g_legislation_code := l_legislation_code;

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

Line 174: if ( nvl(pay_prt_bus.g_run_type_id, hr_api.g_number) = p_run_type_id) then

170: Begin
171: --
172: hr_utility.set_location('Entering:'|| l_proc, 10);
173: --
174: if ( nvl(pay_prt_bus.g_run_type_id, hr_api.g_number) = p_run_type_id) then
175: --
176: -- The legislation code has already been found with a previous
177: -- call to this function. Just return the value in the global
178: -- variable.

Line 180: l_legislation_code := pay_prt_bus.g_legislation_code;

176: -- The legislation code has already been found with a previous
177: -- call to this function. Just return the value in the global
178: -- variable.
179: --
180: l_legislation_code := pay_prt_bus.g_legislation_code;
181: hr_utility.set_location(l_proc, 20);
182: else
183: open csr_get_bg_id;
184: fetch csr_get_bg_id into l_gb_id;

Line 215: pay_prt_bus.g_run_type_id := p_run_type_id;

211: --
212: -- Set the global variables so the values are
213: -- available for the next call to this function.
214: --
215: pay_prt_bus.g_run_type_id := p_run_type_id;
216: pay_prt_bus.g_legislation_code := l_legislation_code;
217: end if;
218: --
219: hr_utility.set_location(' Leaving:'|| l_proc, 50);

Line 216: pay_prt_bus.g_legislation_code := l_legislation_code;

212: -- Set the global variables so the values are
213: -- available for the next call to this function.
214: --
215: pay_prt_bus.g_run_type_id := p_run_type_id;
216: pay_prt_bus.g_legislation_code := l_legislation_code;
217: end if;
218: --
219: hr_utility.set_location(' Leaving:'|| l_proc, 50);
220: return l_legislation_code;

Line 1385: end pay_prt_bus;

1381: --
1382: hr_utility.set_location(' Leaving:'||l_proc, 10);
1383: End delete_validate;
1384: --
1385: end pay_prt_bus;