DBA Data[Home] [Help]

APPS.FF_FGT_BUS dependencies on FF_FGT_BUS

Line 1: Package Body ff_fgt_bus as

1: Package Body ff_fgt_bus as
2: /* $Header: fffgtrhi.pkb 120.0 2005/05/27 23:24 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ff_fgt_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 129: if (( nvl(ff_fgt_bus.g_global_id, hr_api.g_number)

125: ,p_argument_value => p_global_id
126: );
127: --
128: --
129: if (( nvl(ff_fgt_bus.g_global_id, hr_api.g_number)
130: = p_global_id)
131: and ( nvl(ff_fgt_bus.g_language, hr_api.g_varchar2)
132: = p_language)) then
133: --

Line 131: and ( nvl(ff_fgt_bus.g_language, hr_api.g_varchar2)

127: --
128: --
129: if (( nvl(ff_fgt_bus.g_global_id, hr_api.g_number)
130: = p_global_id)
131: and ( nvl(ff_fgt_bus.g_language, hr_api.g_varchar2)
132: = p_language)) then
133: --
134: -- The legislation code has already been found with a previous
135: -- call to this function. Just return the value in the global

Line 138: l_legislation_code := ff_fgt_bus.g_legislation_code;

134: -- The legislation code has already been found with a previous
135: -- call to this function. Just return the value in the global
136: -- variable.
137: --
138: l_legislation_code := ff_fgt_bus.g_legislation_code;
139: hr_utility.set_location(l_proc, 20);
140: else
141: --
142: -- The ID is different to the last call to this function

Line 162: ff_fgt_bus.g_global_id := p_global_id;

158: -- Set the global variables so the values are
159: -- available for the next call to this function.
160: --
161: close csr_leg_code;
162: ff_fgt_bus.g_global_id := p_global_id;
163: ff_fgt_bus.g_language := p_language;
164: ff_fgt_bus.g_legislation_code := l_legislation_code;
165: end if;
166: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 163: ff_fgt_bus.g_language := p_language;

159: -- available for the next call to this function.
160: --
161: close csr_leg_code;
162: ff_fgt_bus.g_global_id := p_global_id;
163: ff_fgt_bus.g_language := p_language;
164: ff_fgt_bus.g_legislation_code := l_legislation_code;
165: end if;
166: hr_utility.set_location(' Leaving:'|| l_proc, 40);
167: return l_legislation_code;

Line 164: ff_fgt_bus.g_legislation_code := l_legislation_code;

160: --
161: close csr_leg_code;
162: ff_fgt_bus.g_global_id := p_global_id;
163: ff_fgt_bus.g_language := p_language;
164: ff_fgt_bus.g_legislation_code := l_legislation_code;
165: end if;
166: hr_utility.set_location(' Leaving:'|| l_proc, 40);
167: return l_legislation_code;
168: end return_legislation_code;

Line 276: end ff_fgt_bus;

272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 10);
274: End delete_validate;
275: --
276: end ff_fgt_bus;