DBA Data[Home] [Help]

APPS.OKL_ESG_TRANSPORT_PVT dependencies on FND_PROFILE

Line 86: l_path := 'file:' || fnd_profile.value('FND_DB_WALLET_DIR');

82: IF(G_IS_DEBUG_PROCEDURE_ON) THEN
83: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_PROCEDURE, l_module, p_transaction_number||': calling UTL_HTTP.SET_WALLET');
84: END IF;
85:
86: l_path := 'file:' || fnd_profile.value('FND_DB_WALLET_DIR');
87: l_password := fnd_preference.eget('#INTERNAL','WF_WEBSERVICES','EWALLETPWD', 'WFWS_PWD');
88:
89: UTL_HTTP.SET_WALLET (l_path, l_password);
90: