DBA Data[Home] [Help]

APPS.HR_KI_INTEGRATIONS_API dependencies on HR_EAP_DEL

Line 1028: hr_eap_del.delete_sso_details(p_sso_id => l_extid);

1024:
1025: --delete the application from SSO and then
1026: -- from hr_ki_ext_applications
1027:
1028: hr_eap_del.delete_sso_details(p_sso_id => l_extid);
1029:
1030:
1031: elsif (p_target_type = 'SSO') then
1032:

Line 1390: hr_eap_del.delete_sso_details(p_sso_id => l_extid);

1386:
1387: --delete the application from SSO and then
1388: -- from hr_ki_ext_applications
1389:
1390: hr_eap_del.delete_sso_details(p_sso_id => l_extid);
1391:
1392: end if;
1393:
1394: