DBA Data[Home] [Help]

APPS.PER_FDL_BUS dependencies on PER_FDL_BUS

Line 1: Package Body per_fdl_bus as

1: Package Body per_fdl_bus as
2: /* $Header: pefdlrhi.pkb 120.0.12020000.1 2013/02/27 12:35:26 shpatro noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_fdl_bus.'; -- Global package name
9:
10: --
11: -- The following two global variables are only to be
12: -- used by the return_legislation_code function.

Line 142: if ( nvl(per_fdl_bus.g_fnd_doc_link_id, hr_api.g_number)

138: ,p_argument_value => p_fnd_doc_link_id
139: );
140:
141: --
142: if ( nvl(per_fdl_bus.g_fnd_doc_link_id, hr_api.g_number)
143: = p_fnd_doc_link_id) then
144: --
145: -- The legislation code has already been found with a previous
146: -- call to this function. Just return the value in the global

Line 149: l_legislation_code := per_fdl_bus.g_legislation_code;

145: -- The legislation code has already been found with a previous
146: -- call to this function. Just return the value in the global
147: -- variable.
148: --
149: l_legislation_code := per_fdl_bus.g_legislation_code;
150: hr_utility.set_location(l_proc, 20);
151: else
152: --
153: -- The ID is different to the last call to this function

Line 173: per_fdl_bus.g_fnd_doc_link_id := p_fnd_doc_link_id;

169: -- Set the global variables so the values are
170: -- available for the next call to this function.
171: --
172: close csr_leg_code;
173: per_fdl_bus.g_fnd_doc_link_id := p_fnd_doc_link_id;
174:
175: per_fdl_bus.g_legislation_code := l_legislation_code;
176: end if;
177: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 175: per_fdl_bus.g_legislation_code := l_legislation_code;

171: --
172: close csr_leg_code;
173: per_fdl_bus.g_fnd_doc_link_id := p_fnd_doc_link_id;
174:
175: per_fdl_bus.g_legislation_code := l_legislation_code;
176: end if;
177: hr_utility.set_location(' Leaving:'|| l_proc, 40);
178: return l_legislation_code;
179: end return_legislation_code;

Line 364: per_fdl_bus.chk_ddf(p_rec);

360: --
361: -- Validate Dependent Attributes
362: --
363: --
364: per_fdl_bus.chk_ddf(p_rec);
365:
366:
367: --
368: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 402: per_fdl_bus.chk_ddf(p_rec);

398: );
399:
400: --
401: --
402: per_fdl_bus.chk_ddf(p_rec);
403:
404:
405: --
406: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 429: end per_fdl_bus;

425: hr_utility.set_location(' Leaving:'||l_proc, 10);
426: End delete_validate;
427:
428: --
429: end per_fdl_bus;