DBA Data[Home] [Help]

APPS.FF_FFP_BUS dependencies on FF_FFP_BUS

Line 1: Package Body ff_ffp_bus as

1: Package Body ff_ffp_bus as
2: /* $Header: ffffprhi.pkb 120.1 2005/10/05 01:51 adkumar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ff_ffp_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 154: if (( nvl(ff_ffp_bus.g_function_id, hr_api.g_number)

150: ,p_argument => 'sequence_number'
151: ,p_argument_value => p_sequence_number
152: );
153: --
154: if (( nvl(ff_ffp_bus.g_function_id, hr_api.g_number)
155: = p_function_id)
156: and ( nvl(ff_ffp_bus.g_sequence_number, hr_api.g_number)
157: = p_sequence_number)) then
158: --

Line 156: and ( nvl(ff_ffp_bus.g_sequence_number, hr_api.g_number)

152: );
153: --
154: if (( nvl(ff_ffp_bus.g_function_id, hr_api.g_number)
155: = p_function_id)
156: and ( nvl(ff_ffp_bus.g_sequence_number, hr_api.g_number)
157: = p_sequence_number)) then
158: --
159: -- The legislation code has already been found with a previous
160: -- call to this function. Just return the value in the global

Line 163: l_legislation_code := ff_ffp_bus.g_legislation_code;

159: -- The legislation code has already been found with a previous
160: -- call to this function. Just return the value in the global
161: -- variable.
162: --
163: l_legislation_code := ff_ffp_bus.g_legislation_code;
164: hr_utility.set_location(l_proc, 20);
165: else
166: --
167: -- The ID is different to the last call to this function

Line 187: ff_ffp_bus.g_function_id := p_function_id;

183: -- Set the global variables so the values are
184: -- available for the next call to this function.
185: --
186: close csr_leg_code;
187: ff_ffp_bus.g_function_id := p_function_id;
188: ff_ffp_bus.g_sequence_number := p_sequence_number;
189: ff_ffp_bus.g_legislation_code := l_legislation_code;
190: end if;
191: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 188: ff_ffp_bus.g_sequence_number := p_sequence_number;

184: -- available for the next call to this function.
185: --
186: close csr_leg_code;
187: ff_ffp_bus.g_function_id := p_function_id;
188: ff_ffp_bus.g_sequence_number := p_sequence_number;
189: ff_ffp_bus.g_legislation_code := l_legislation_code;
190: end if;
191: hr_utility.set_location(' Leaving:'|| l_proc, 40);
192: return l_legislation_code;

Line 189: ff_ffp_bus.g_legislation_code := l_legislation_code;

185: --
186: close csr_leg_code;
187: ff_ffp_bus.g_function_id := p_function_id;
188: ff_ffp_bus.g_sequence_number := p_sequence_number;
189: ff_ffp_bus.g_legislation_code := l_legislation_code;
190: end if;
191: hr_utility.set_location(' Leaving:'|| l_proc, 40);
192: return l_legislation_code;
193: end return_legislation_code;

Line 816: end ff_ffp_bus;

812: --
813: hr_utility.set_location(' Leaving:'||l_proc, 10);
814: End delete_validate;
815: --
816: end ff_ffp_bus;