DBA Data[Home] [Help]

APPS.HR_EAP_DEL dependencies on HR_SSO_UTL

Line 60: hr_sso_utl.delete_application

56:
57: hr_utility.set_location('Calling update SSO:'||l_proc, 20);
58:
59: -- delete the application
60: hr_sso_utl.delete_application
61: (
62: p_appid => p_sso_id
63: ,p_error => l_error
64: );