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.12020000.3 2012/07/05 01:49:58 amnaraya ship $ */
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 5305: per_cel_bus.chk_df(p_rec => p_rec);

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

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

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

Line 5362: per_cel_bus.check_non_updateable_args

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

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

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

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

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

Line 5808: end per_cel_bus;

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