DBA Data[Home] [Help]

APPS.PER_PEOPLE4_PKG dependencies on PER_PEOPLE4_PKG

Line 1: PACKAGE BODY PER_PEOPLE4_PKG AS

1: PACKAGE BODY PER_PEOPLE4_PKG AS
2: /* $Header: peper04t.pkb 120.7.12020000.2 2012/07/05 03:09:38 amnaraya ship $ */
3: --
4: g_package varchar2(30) := ' PER_PEOPLE4_PKG.'; -- increased the length (ver 115.26)
5: g_debug boolean; -- debug flag

Line 4: g_package varchar2(30) := ' PER_PEOPLE4_PKG.'; -- increased the length (ver 115.26)

1: PACKAGE BODY PER_PEOPLE4_PKG AS
2: /* $Header: peper04t.pkb 120.7.12020000.2 2012/07/05 03:09:38 amnaraya ship $ */
3: --
4: g_package varchar2(30) := ' PER_PEOPLE4_PKG.'; -- increased the length (ver 115.26)
5: g_debug boolean; -- debug flag
6: --
7:
8: procedure update_row(p_rowid VARCHAR2

Line 196: per_people4_pkg.check_not_supervisor(p_person_id

192: then
193: IF g_debug THEN
194: hr_utility.set_location(g_package || l_proc, 10);
195: END IF;
196: per_people4_pkg.check_not_supervisor(p_person_id
197: ,p_hire_date
198: ,p_s_hire_date);
199: end if;
200: IF g_debug THEN

Line 375: per_people4_pkg.check_rehire(p_person_id

371: end if;
372: --
373: if p_s_system_person_type = 'EX_EMP'
374: then
375: per_people4_pkg.check_rehire(p_person_id
376: ,p_hire_date);
377: end if;
378: IF g_debug THEN
379: hr_utility.set_location(g_package || l_proc, 100);

Line 381: per_people4_pkg.check_future_changes(p_person_id

377: end if;
378: IF g_debug THEN
379: hr_utility.set_location(g_package || l_proc, 100);
380: END IF;
381: per_people4_pkg.check_future_changes(p_person_id
382: ,p_effective_start_date);
383: --
384: -- Ensure there are no future applicant assignments
385: --

Line 748: per_people4_pkg.check_birth_date(p_person_id);

744: -- Has the Date of Birth changed?
745: --
746: if p_date_of_birth is null and
747: p_s_date_of_birth is not null then
748: per_people4_pkg.check_birth_date(p_person_id);
749: end if;
750: if p_date_of_birth <> p_s_date_of_birth then
751: --
752: -- Run the assignment_link_usages and Element_entry

Line 1216: END PER_PEOPLE4_PKG;

1212: END IF;
1213: end;
1214: --
1215:
1216: END PER_PEOPLE4_PKG;