Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to use /fscmRestApi/resources/11.13.18.05/erpintegrations in order to upload GLDailyRates

GroovyFeb 5 2025

We are investigating on how to use the REST API: /fscmRestApi/resources/11.13.18.05/erpintegrations

To upload GLDailyRates via UCM.
I have following Payload for the endpoint:

{
  "OperationName":"importBulkData",   "DocumentContent":"UEsDBBQAAAAIAFFXRFpJIdHeXwAAAAcBAAAZAAAAR2xEYWlseVJhdGVzSW50ZXJmYWNlLmNzdnMNDdIJDXbRMTIwMtE3sNQ3MkZmeuaVpBYl5+cWJOZV6hjqGQJldAz0LA3MDQ0NzU3NdHADBV4uV7xGBxfkl4CMNDQ0BplpYWlpYWhiZmxBiZnO+UUF+UWJJakkuxUAUEsBAhQAFAAAAAgAUVdEWkkh0d5fAAAABwEAABkAAAAAAAAAAQAgAAAAAAAAAEdsRGFpbHlSYXRlc0ludGVyZmFjZS5jc3ZQSwUGAAAAAAEAAQBHAAAAlgAAAAAA",
  "ContentType":"zip",
  "FileName":"GlDailyRatesInterfaceODG.zip",
  "DocumentAccount":"fin$/generalLedger$/import$",
  "JobName":"",
  "ParameterList":"",
  "CallbackURL":"#NULL",
  "NotificationCode":"10",
  "JobOptions":""
}

How do I know what data to populate in the fields: JobName,ParameterList,JobOptions ?

Comments

Dwayne Miller Jan 14 2025

FYI… the stack trace shows this method as the one responsible for the exception, but not sure how it is trying to determine the local offset.

Oracle.DataAccess.Types.TimeStamp.GetLocalTZOffset()

1 - 1

Post Details

Added on Feb 5 2025
0 comments
64 views