My Oracle Support Banner

FA:SCM:MFG: CANNOT GET OR UPDATE PROCESS WORK ORDER DFF VIA REST SERVICE (Doc ID 2635168.1)

Last updated on OCTOBER 27, 2020

Applies to:

Oracle Fusion Manufacturing Cloud Service - Version 11.13.19.10.0 and later
Information in this document applies to any platform.

Symptoms

When querying the Process Work Order DFF using GET or UPDATE REST API Services, no values are getting returned.


Steps to Reproduce the Issue:

Use the GET method to retrieve the Process Work Orders DFF.
/fscmRestApi/resources/11.13.18.05/processWorkOrders/{processWorkOrdersUniqID}
/child/ProcessWorkOrderDFF/{WorkOrderId}
Workorderid = test

When we execute the above query no data is coming in response.

Below is the sample response of the customer query:

HTTP/1.1 200 OK
Server: Oracle-HTTP-Server
Cache-Control: no-cache, no-store, must-revalidate
Location:
Content-Length: 237
X-ORACLE-DMS-ECID: 005bEA75Sge9_a5prOl3iY0005Aq0001Ad
Content-Encoding: gzip
Link:
<https://XXXX-test.fa.us2.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/processWorkOrders/test/child/ProcessWorkOrderDFF>;rel="self";kind
="collection";name="ProcessWorkOrderDFF"
REST-Framework-Version: 1
Content-Type: application/vnd.oracle.adf.resourcecollection+json
Content-Language: en
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains
Date: Fri, 24 Jan 2020 13:13:46 GMT
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie:
ORA_FND_SESSION_XXXX_TEST_US2_GSI_F=DEFAULT_PILLAR:Lug+bKSwTY5YoNfZnC/mDFlQce0
VOCOzaZRbgKLlt22iGoErVNdEH7sYuy8DtmDK:1579871626595; path=/; HttpOnly;
domain=.oraclecloud.com; secure

{
"items" : [ ],
"count" : 0,
"hasMore" : false,
"limit" : 25,
"offset" : 0,
"links" : [ {
"rel" : "self",
"href" :
"https://xxxx-test.fa.us2.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/processWorkOrders/test/child/ProcessWorkOrderDFF",
"name" : "ProcessWorkOrderDFF",
"kind" : "collection"
} ]
}

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.