My Oracle Support Banner

Get Audit History Report REST API Timeout On oracle.apps.fnd.applcore.flex.vst.valueSetService.view.RelatedValueSetValueVO (Doc ID 3013940.1)

Last updated on APRIL 10, 2024

Applies to:

Oracle Fusion Financials Common Module Cloud Service - Version 11.13.23.01.0 to 11.13.24.01.0 [Release 1.0]
Information in this document applies to any platform.

Symptoms

Rest API : Get Audit History Report (fscmRestApi/fndAuditRESTService/audittrail/getaudithistory)
will always end in timeout error when passing businessObjectType as "oracle.apps.fnd.applcore.flex.vst.valueSetService.view.RelatedValueSetValueVO".

Even if Request Payload fromDate and toDate is set to only 1 second like below, it still timeout.

Sample Request Payload :

{
   "timeZone" : "Asia/Tokyo",
   "fromDate" : "2023-04-06 21:39:37",
   "toDate" : "2023-04-06 21:39:38",
   "product" : "fndSetup",
   "businessObjectType" : "oracle.apps.fnd.applcore.flex.vst.valueSetService.view.RelatedValueSetValueVO",
   "eventType" : "INSERT"
}


Steps
1. Run REST API like the following

POST : https://<POD domain>/fscmRestApi/fndAuditRESTService/audittrail/getaudithistory

Request Body :

{
  "timeZone": "Asia/Tokyo",
  "fromDate": "2023-04-06 21:39:00",
  "toDate": "2023-04-06 21:39:59",
  "product": "fndSetup",
  "businessObjectType": "oracle.apps.fnd.applcore.flex.vst.valueSetService.view.RelatedValueSetValueVO",
  "eventType" : "INSERT"
}

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.