DBA Data[Home] [Help]

APPS.HR_SECURITY dependencies on HR_UTILITY

Line 1421: hr_utility.set_location('Leaving: Show_person', 999);

1417: --
1418: EXCEPTION
1419: WHEN others THEN
1420: g_IS_SSHR := 0;
1421: hr_utility.set_location('Leaving: Show_person', 999);
1422:
1423: end show_person;
1424:
1425:

Line 1639: hr_utility.set_location('Leaving: Show_person', 999);

1635:
1636: EXCEPTION
1637: WHEN others THEN
1638: g_IS_SSHR := 0;
1639: hr_utility.set_location('Leaving: Show_person', 999);
1640: END show_person;
1641:
1642: --SSHR
1643: --

Line 1901: hr_utility.set_location('Leaving: Show_assignment', 999);

1897: END IF;
1898: EXCEPTION
1899: WHEN others THEN
1900: g_IS_SSHR := 0;
1901: hr_utility.set_location('Leaving: Show_assignment', 999);
1902:
1903: END show_assignment;
1904:
1905: --sshr