DBA Data[Home] [Help]

APPS.HR_KI_INTEGRATIONS_API dependencies on HR_EAP_INS

Line 482: hr_eap_ins.register(

478:
479: --Call register to create entry in SSO
480: begin
481:
482: hr_eap_ins.register(
483: p_app_code => l_app_code
484: ,p_apptype => l_apptype
485: ,p_appurl => l_appurl
486: ,p_logout_url => l_logout_url

Line 1054: hr_eap_ins.register(

1050: if (l_fval8 =hr_api.g_varchar2) then l_fval8 :=null; end if;
1051: if (l_fname9 =hr_api.g_varchar2) then l_fname9:=null; end if;
1052: if (l_fval9 =hr_api.g_varchar2) then l_fval9 :=null; end if;
1053: begin
1054: hr_eap_ins.register(
1055: p_app_code => p_application_name
1056: ,p_apptype => p_application_type
1057: ,p_appurl => p_application_url
1058: ,p_logout_url => p_logout_url