DBA Data[Home] [Help]

APPS.PQP_FFA_BUS dependencies on PQP_FFA_BUS

Line 1: Package Body pqp_ffa_bus as

1: Package Body pqp_ffa_bus as
2: /* $Header: pqffarhi.pkb 120.0 2006/04/26 23:47 pbhure noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqp_ffa_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 121: if ( nvl(pqp_ffa_bus.g_flxdu_func_attribute_id, hr_api.g_number)

117: ,p_argument => 'flxdu_func_attribute_id'
118: ,p_argument_value => p_flxdu_func_attribute_id
119: );
120: --
121: if ( nvl(pqp_ffa_bus.g_flxdu_func_attribute_id, hr_api.g_number)
122: = p_flxdu_func_attribute_id) then
123: --
124: -- The legislation code has already been found with a previous
125: -- call to this function. Just return the value in the global

Line 128: l_legislation_code := pqp_ffa_bus.g_legislation_code;

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

Line 152: pqp_ffa_bus.g_flxdu_func_attribute_id := p_flxdu_func_attribute_id;

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

Line 153: pqp_ffa_bus.g_legislation_code := l_legislation_code;

149: -- available for the next call to this function.
150: --
151: close csr_leg_code;
152: pqp_ffa_bus.g_flxdu_func_attribute_id := p_flxdu_func_attribute_id;
153: pqp_ffa_bus.g_legislation_code := l_legislation_code;
154: end if;
155: hr_utility.set_location(' Leaving:'|| l_proc, 40);
156: return l_legislation_code;
157: end return_legislation_code;

Line 290: end pqp_ffa_bus;

286: --
287: hr_utility.set_location(' Leaving:'||l_proc, 10);
288: End delete_validate;
289: --
290: end pqp_ffa_bus;