DBA Data[Home] [Help]

APPS.HR_PERSON dependencies on HR_PERSON_INTERNAL

Line 1773: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.

1769: IS
1770: --
1771: BEGIN
1772: --
1773: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1774: --
1775: hr_person_internal.product_installed(p_application_short_name,
1776: p_status,
1777: p_yes_no,

Line 1775: hr_person_internal.product_installed(p_application_short_name,

1771: BEGIN
1772: --
1773: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1774: --
1775: hr_person_internal.product_installed(p_application_short_name,
1776: p_status,
1777: p_yes_no,
1778: p_oracle_username);
1779:

Line 1800: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.

1796: IS
1797: --
1798: BEGIN
1799: --
1800: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1801: --
1802: hr_person_internal.weak_predel_validation(p_person_id,
1803: p_session_date);
1804: END weak_predel_validation;

Line 1802: hr_person_internal.weak_predel_validation(p_person_id,

1798: BEGIN
1799: --
1800: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1801: --
1802: hr_person_internal.weak_predel_validation(p_person_id,
1803: p_session_date);
1804: END weak_predel_validation;
1805: -------------------- END: weak_predel_validation --------------------------
1806: --

Line 1837: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.

1833: --
1834: --
1835: BEGIN
1836: --
1837: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1838: --
1839: hr_person_internal.strong_predel_validation(p_person_id,
1840: p_session_date);
1841: END strong_predel_validation;

Line 1839: hr_person_internal.strong_predel_validation(p_person_id,

1835: BEGIN
1836: --
1837: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1838: --
1839: hr_person_internal.strong_predel_validation(p_person_id,
1840: p_session_date);
1841: END strong_predel_validation;
1842: -------------------- END: strong_predel_validation -----------------------
1843: --

Line 1870: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.

1866: IS
1867: --
1868: BEGIN
1869: --
1870: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1871: --
1872: hr_person_internal.check_contact(p_person_id,
1873: p_contact_person_id,
1874: p_contact_relationship_id,

Line 1872: hr_person_internal.check_contact(p_person_id,

1868: BEGIN
1869: --
1870: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1871: --
1872: hr_person_internal.check_contact(p_person_id,
1873: p_contact_person_id,
1874: p_contact_relationship_id,
1875: p_session_date);
1876: END check_contact;

Line 1903: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.

1899: IS
1900: --
1901: BEGIN
1902: --
1903: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1904: --
1905: hr_person_internal.delete_person(p_person_id,
1906: -- p_form_call,
1907: p_session_date);

Line 1905: hr_person_internal.delete_person(p_person_id,

1901: BEGIN
1902: --
1903: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1904: --
1905: hr_person_internal.delete_person(p_person_id,
1906: -- p_form_call,
1907: p_session_date);
1908: END delete_a_person;
1909: -------------------- END: delete_a_person ----------------------------------

Line 1934: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.

1930: --
1931: --
1932: BEGIN
1933: --
1934: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1935: --
1936: hr_person_internal.people_default_deletes(p_person_id);
1937: -- p_form_call);
1938: --

Line 1936: hr_person_internal.people_default_deletes(p_person_id);

1932: BEGIN
1933: --
1934: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1935: --
1936: hr_person_internal.people_default_deletes(p_person_id);
1937: -- p_form_call);
1938: --
1939: END people_default_deletes;
1940: -------------------- END: people_default_deletes --------------------------

Line 1963: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.

1959: --
1960: --
1961: BEGIN
1962: --
1963: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1964: --
1965: hr_person_internal.applicant_default_deletes(p_person_id);
1966: -- p_form_call);
1967: END applicant_default_deletes;

Line 1965: hr_person_internal.applicant_default_deletes(p_person_id);

1961: BEGIN
1962: --
1963: -- Fix for bug 3908271. replace hr_person_delete with hr_person_internal.
1964: --
1965: hr_person_internal.applicant_default_deletes(p_person_id);
1966: -- p_form_call);
1967: END applicant_default_deletes;
1968: -------------------- END: applicant_default_deletes -----------------------
1969: --