DBA Data[Home] [Help]

APPS.ICX_CAT_CNTNT_SCRTY_UPG_PVT dependencies on FND_VAULT

Line 3680: -- then, specially migrate passwords into fnd_vault (used in R12);

3676: AND s.item_source_id = d.item_source_id;
3677:
3678: l_err_loc := 400;
3679:
3680: -- then, specially migrate passwords into fnd_vault (used in R12);
3681: -- also, take care of populate mapping of exchange item sources for
3682: -- downloaded punchouts mapping
3683: FOR i IN 1..p_new_zone_ids.COUNT LOOP
3684:

Line 3697: FND_VAULT.PUT('ICX_CAT_CONTENT_ZONE_PSWD',

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',
3698: p_new_zone_ids(i), l_decrypted_password);
3699:
3700: l_err_loc := 500;
3701: