Oracle XML Gateway:Trading Partner Setup- PO cXML sending encrypted password for the trading partner
Hi there,
We have a requirement to get decrypt password stored in encrypted form in database.
Details :
APPS.PO_XML_DELIVERY.GET_CXML_HEADER_INFO is the API which does the job of sending PO details vide cXML toa trading partner.
This API in turn calls other APIs to derive values.
ECX_ENG_UTILS.get_tp_pwd is called to get the encrypted password.
Password is stored in ecx_tp_details.password
API fetching this password(in encrypted (as is) form is - ECX_ENG_UTILS.get_tp_pwd
API inserting this password into table is - ECX_TP_API pkg.The API