QAS_GETXLAT_OPER
Use this service operation to return the translate values for a given field.
Request Message: QAS_GETXLAT_TEMPL
| Element Name | Description |
|---|---|
|
FieldName |
Complete field name. Required. |
Example Request:
This request will return the translate value for EFF_STATUS.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:qas="http://xmlns.oracle.com/Enterprise/Tools/schemas/
QAS_GETXLAT_REQ_MSG.VERSION_1"
xmlns:qas1="http://xmlns.oracle.com/Enterprise/Tools/schemas/
QAS_GETXLAT_REQ.VERSION_1">
<soapenv:Header/>
<soapenv:Body>
<qas:QAS_GETXLAT_REQ_MSG>
<!--Zero or more repetitions:-->
<qas:QAS_GETXLAT_REQ>
<qas1:PTQASWRK class="R">
<qas1:FieldName>EFF_STATUS</qas1:FieldName>
</qas1:PTQASWRK>
</qas:QAS_GETXLAT_REQ>
</qas:QAS_GETXLAT_REQ_MSG>
</soapenv:Body>
</soapenv:Envelope>
Response Message: QAS_GETXLAT_RESP_MSG
| Element Name | Description |
|---|---|
|
FieldValue |
Translate value. |
|
ShortName |
Short name for the translate value. |
|
LongName |
Long name for the translate value. |
Example Response:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<QAS_GETXLAT_RESP_MSG xmlns="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_GETXLAT_RESP_MSG.VERSION_1">
<QAS_GETXLAT_RESP>
<PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_GETXLAT_RESP.VERSION_1">
<FieldValue>A</FieldValue>
<ShortName>Active</ShortName>
<LongName>Active</LongName>
</PTQASWRK>
</QAS_GETXLAT_RESP>
<QAS_GETXLAT_RESP>
<PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_GETXLAT_RESP.VERSION_1">
<FieldValue>I</FieldValue>
<ShortName>Inactive</ShortName>
<LongName>Inactive</LongName>
</PTQASWRK>
</QAS_GETXLAT_RESP>
</QAS_GETXLAT_RESP_MSG>
</soapenv:Body>
</soapenv:Envelope>