DBA Data[Home] [Help]

APPS.HR_AUTH_INT dependencies on ICX_CALL

Line 705: l_password := substrb(icx_call.encrypt3(p_person_id),1,8);

701: -- generate the password from the person_id passed
702: -- encrypted as a password
703: -- using the first 8 characters only - SSO limitation
704:
705: l_password := substrb(icx_call.encrypt3(p_person_id),1,8);
706:
707: IF( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
708: FND_LOG.STRING(LOG_LEVEL => FND_LOG.LEVEL_PROCEDURE,
709: MODULE => g_module || '.' || l_procedure,