DBA Data[Home] [Help]

APPS.PER_CEL_BUS dependencies on PER_CEL_BUS

Line 1: Package Body per_cel_bus as

1: Package Body per_cel_bus as
2: /* $Header: pecelrhi.pkb 120.3 2006/03/28 05:27:21 arumukhe noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 2222: l_proc varchar2(80):= 'per_cel_bus.validate_comp_levels';

2218: procedure validate_comp_levels (
2219: p_prof_id in number,
2220: p_error in varchar2,
2221: p_step_val out nocopy number) is
2222: l_proc varchar2(80):= 'per_cel_bus.validate_comp_levels';
2223: --
2224: -- cursor to check that the rating_scale referenced by the proficiency
2225: -- is the same as the one that the competence in competence_element is
2226: -- referencing.

Line 5304: per_cel_bus.chk_df(p_rec => p_rec);

5300: hr_utility.set_location(l_proc, 80);
5301: --
5302: -- do the descriptive flex validation.
5303: --
5304: per_cel_bus.chk_df(p_rec => p_rec);
5305:
5306: hr_utility.set_location(l_proc, 90);
5307:
5308: --

Line 5311: per_cel_bus.chk_ddf(p_rec => p_rec);

5307:
5308: --
5309: -- do the developer descriptive flex validation.
5310: --
5311: per_cel_bus.chk_ddf(p_rec => p_rec);
5312: --
5313: hr_utility.set_location('Leaving:'||l_proc, 100);
5314: --
5315: End insert_validate;

Line 5361: per_cel_bus.check_non_updateable_args

5357: per_cel_shd.g_bus_grp := false;
5358: end if;
5359: --
5360: --
5361: per_cel_bus.check_non_updateable_args
5362: (p_rec =>p_rec);
5363: --
5364: hr_utility.set_location (l_proc,6);
5365: --

Line 5686: per_cel_bus.chk_df(p_rec => p_rec);

5682:
5683: --
5684: -- do the descriptive flex validation.
5685: --
5686: per_cel_bus.chk_df(p_rec => p_rec);
5687:
5688: hr_utility.set_location(l_proc, 80);
5689:
5690: --

Line 5693: per_cel_bus.chk_ddf(p_rec => p_rec);

5689:
5690: --
5691: -- do the developer descriptive flex validation.
5692: --
5693: per_cel_bus.chk_ddf(p_rec => p_rec);
5694:
5695: hr_utility.set_location('Leaving:'||l_proc, 80);
5696: End update_validate;
5697: --

Line 5807: end per_cel_bus;

5803: End return_legislation_code;
5804: --
5805: --
5806:
5807: end per_cel_bus;