DBA Data[Home] [Help]

APPS.ICX_CAT_CNTNT_SCRTY_UPG_PVT dependencies on ICX_CALL

Line 3594: l_decrypted_password VARCHAR2(2048); -- length in icx_call decrypt method

3590: p_security_flags IN ICX_TBL_VARCHAR20
3591: )
3592: IS
3593: l_encrypted_password VARCHAR2(100); -- length in icx_por_item_sources
3594: l_decrypted_password VARCHAR2(2048); -- length in icx_call decrypt method
3595: l_api_name CONSTANT VARCHAR2(30) := 'create_item_source_zones';
3596: l_err_loc PLS_INTEGER;
3597: BEGIN
3598:

Line 3693: l_decrypted_password := icx_call.decrypt(l_encrypted_password);

3689:
3690: -- skip the cases where the password is NULL
3691: IF (l_encrypted_password IS NOT NULL) THEN
3692:
3693: l_decrypted_password := icx_call.decrypt(l_encrypted_password);
3694:
3695: IF (l_decrypted_password IS NOT NULL) THEN
3696:
3697: FND_VAULT.PUT('ICX_CAT_CONTENT_ZONE_PSWD',