DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on HR_PERSON_INTERNAL

Line 1: Package Body hr_person_internal as

1: Package Body hr_person_internal as
2: /* $Header: peperbsi.pkb 120.19.12020000.2 2012/07/05 03:21:56 amnaraya ship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' hr_person_internal.';

2: /* $Header: peperbsi.pkb 120.19.12020000.2 2012/07/05 03:21:56 amnaraya ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' hr_person_internal.';
7: g_debug boolean := hr_utility.debug_enabled;
8: --
9: -- ----------------------------------------------------------------------------
10: -- |--------------------------< product_installed >---------------------------|

Line 377: hr_person_internal.person_existance_check(P_CONTACT_PERSON_ID);

373: if g_debug then
374: hr_utility.set_location('Entering:'|| l_proc, 10);
375: end if;
376: --
377: hr_person_internal.person_existance_check(P_CONTACT_PERSON_ID);
378: --
379: if g_debug then
380: hr_utility.set_location(l_proc, 20);
381: end if;

Line 429: hr_person_internal.strong_predel_validation(P_CONTACT_PERSON_ID,

425: -- contact.
426: --
427: begin
428: l_delete_contact := 'Y';
429: hr_person_internal.strong_predel_validation(P_CONTACT_PERSON_ID,
430: p_effective_date);
431: exception
432: when hr_utility.hr_error then
433: l_delete_contact := 'N';

Line 437: hr_person_internal.people_default_deletes(P_CONTACT_PERSON_ID);

433: l_delete_contact := 'N';
434: end;
435: --
436: if l_delete_contact = 'Y' then
437: hr_person_internal.people_default_deletes(P_CONTACT_PERSON_ID);
438: end if;
439: --
440: end;
441: --

Line 662: hr_person_internal.person_existance_check(P_PERSON_ID);

658: if g_debug then
659: hr_utility.set_location('Entering:'|| l_proc, 10);
660: end if;
661: --
662: hr_person_internal.person_existance_check(P_PERSON_ID);
663: --
664: if g_debug then
665: hr_utility.set_location(l_proc, 20);
666: end if;

Line 668: hr_person_internal.product_installed('PAY'

664: if g_debug then
665: hr_utility.set_location(l_proc, 20);
666: end if;
667: --
668: hr_person_internal.product_installed('PAY'
669: ,l_pay_status
670: ,l_pay_installed
671: ,l_oracle_id);
672: --

Line 677: hr_person_internal.aol_predel_validation(P_PERSON_ID);

673: if g_debug then
674: hr_utility.set_location(l_proc, 30);
675: end if;
676: --
677: hr_person_internal.aol_predel_validation(P_PERSON_ID);
678: --
679: if g_debug then
680: hr_utility.set_location(l_proc, 40);
681: end if;

Line 683: hr_person_internal.assignment_set_check(P_PERSON_ID);

679: if g_debug then
680: hr_utility.set_location(l_proc, 40);
681: end if;
682: --
683: hr_person_internal.assignment_set_check(P_PERSON_ID);
684: --
685: if g_debug then
686: hr_utility.set_location(l_proc, 50);
687: end if;

Line 695: hr_person_internal.pay_predel_validation(P_PERSON_ID);

691: if g_debug then
692: hr_utility.set_location(l_proc, 55);
693: end if;
694: --
695: hr_person_internal.pay_predel_validation(P_PERSON_ID);
696: --
697: end if;
698:
699: -- Bug 4672901 Starts Here

Line 720: hr_person_internal.ben_predel_validation(P_PERSON_ID,p_effective_date);

716: -- Removed check for ben install
717: -- as OSB can now have enrollment results
718: -- and unrestricted Life events in progress
719: --
720: hr_person_internal.ben_predel_validation(P_PERSON_ID,p_effective_date);
721: --
722: if g_debug then
723: hr_utility.set_location(l_proc, 60);
724: end if;

Line 726: hr_person_internal.closed_element_entry_check(P_PERSON_ID, p_effective_date);

722: if g_debug then
723: hr_utility.set_location(l_proc, 60);
724: end if;
725: --
726: hr_person_internal.closed_element_entry_check(P_PERSON_ID, p_effective_date);
727: --
728: if g_debug then
729: hr_utility.set_location(l_proc, 70);
730: end if;

Line 732: hr_person_internal.contact_cobra_validation(P_PERSON_ID);

728: if g_debug then
729: hr_utility.set_location(l_proc, 70);
730: end if;
731: --
732: hr_person_internal.contact_cobra_validation(P_PERSON_ID);
733: --
734: if g_debug then
735: hr_utility.set_location(l_proc, 80);
736: end if;

Line 738: hr_person_internal.contracts_check(P_PERSON_ID);

734: if g_debug then
735: hr_utility.set_location(l_proc, 80);
736: end if;
737: --
738: hr_person_internal.contracts_check(P_PERSON_ID);
739: --
740: if g_debug then
741: hr_utility.set_location(l_proc, 90);
742: end if;

Line 1512: hr_person_internal.person_existance_check(P_PERSON_ID);

1508: if g_debug then
1509: hr_utility.set_location('Entering:'||l_proc, 10);
1510: end if;
1511: --
1512: hr_person_internal.person_existance_check(P_PERSON_ID);
1513: --
1514: if g_debug then
1515: hr_utility.set_location(l_proc, 20);
1516: end if;

Line 1809: hr_person_internal.person_existance_check(P_PERSON_ID);

1805: if g_debug then
1806: hr_utility.set_location('Entering:'||l_proc, 10);
1807: end if;
1808: --
1809: hr_person_internal.person_existance_check(P_PERSON_ID);
1810: --
1811: if g_debug then
1812: hr_utility.set_location(l_proc, 10);
1813: end if;

Line 2930: hr_person_internal.check_contact(P_PERSON_ID,

2926: and r.contact_person_id = EACH_CONTACT.CONTACT_PERSON_ID)
2927: or (r.person_id = EACH_CONTACT.CONTACT_PERSON_ID
2928: and r.contact_person_id = P_PERSON_ID);
2929: --
2930: hr_person_internal.check_contact(P_PERSON_ID,
2931: EACH_CONTACT.CONTACT_PERSON_ID,
2932: EACH_CONTACT.CONTACT_RELATIONSHIP_ID,
2933: p_effective_date);
2934: --

Line 3886: end hr_person_internal;

3882: hr_utility.set_location('Leaving:'||l_proc, 999);
3883: end if;
3884: --
3885: END delete_person;
3886: end hr_person_internal;