DBA Data[Home] [Help]

APPS.PER_CNI_BUS dependencies on PER_CNI_BUS

Line 1: Package Body per_cni_bus as

1: Package Body per_cni_bus as
2: /* $Header: pecnirhi.pkb 120.0 2005/05/31 06:49 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_cni_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 133: if ( nvl(per_cni_bus.g_config_information_id, hr_api.g_number)

129: ,p_argument => 'config_information_id'
130: ,p_argument_value => p_config_information_id
131: );
132: --
133: if ( nvl(per_cni_bus.g_config_information_id, hr_api.g_number)
134: = p_config_information_id) then
135: --
136: -- The legislation code has already been found with a previous
137: -- call to this function. Just return the value in the global

Line 140: l_legislation_code := per_cni_bus.g_legislation_code;

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

Line 164: per_cni_bus.g_config_information_id := p_config_information_id;

160: -- Set the global variables so the values are
161: -- available for the next call to this function.
162: --
163: close csr_leg_code;
164: per_cni_bus.g_config_information_id := p_config_information_id;
165: per_cni_bus.g_legislation_code := l_legislation_code;
166: end if;
167: hr_utility.set_location(' Leaving:'|| l_proc, 40);
168: return l_legislation_code;

Line 165: per_cni_bus.g_legislation_code := l_legislation_code;

161: -- available for the next call to this function.
162: --
163: close csr_leg_code;
164: per_cni_bus.g_config_information_id := p_config_information_id;
165: per_cni_bus.g_legislation_code := l_legislation_code;
166: end if;
167: hr_utility.set_location(' Leaving:'|| l_proc, 40);
168: return l_legislation_code;
169: end return_legislation_code;

Line 433: per_cni_bus.chk_ddf(p_rec);

429: -- Validate Dependent Attributes
430: --
431: --
432: hr_utility.trace('Context is ' || p_rec.config_information_category);
433: per_cni_bus.chk_ddf(p_rec);
434: --
435: hr_utility.set_location(' Leaving:'||l_proc, 10);
436: End insert_validate;
437: --

Line 469: per_cni_bus.chk_ddf(p_rec);

465: ,p_rec => p_rec
466: );
467: --
468: --
469: per_cni_bus.chk_ddf(p_rec);
470: --
471: hr_utility.set_location(' Leaving:'||l_proc, 10);
472: End update_validate;
473: --

Line 491: end per_cni_bus;

487: --
488: hr_utility.set_location(' Leaving:'||l_proc, 10);
489: End delete_validate;
490: --
491: end per_cni_bus;