Oracle Apps Technical Stuff
Showing posts with label
Oracle Fusion
.
Show all posts
Showing posts with label
Oracle Fusion
.
Show all posts
Tuesday, July 30, 2024
Sample Payload for Creating Customer Account Relationships in Oracle Fusion
›
SOAP API: crmService/CustomerAccountService Service Name: mergeCustomerAccount Payload: < soapenv: Envelope xmlns:soapenv = "ht...
Sunday, April 7, 2024
Page Composer - Enabling Button and executing SOAP/REST API in Oracle fusion
›
Using Page Composer one can enable a custom Button and execute the SOAP/REST API dynamically by passing the parameters using the Bind parame...
Sunday, March 31, 2024
Party / Organization / Customer Merge in Oracle Fusion
›
Profile Options : ================== Role: Data Steward Manager Task : Manage Administrator Profile Value Set the below Profile opt...
Tuesday, March 19, 2024
SOAP API to FindPerson (Contact Details) using FirstName and LastName
›
SOAP API =============== https://servername/crmService/FoundationPartiesPersonService Service Name ================= findPerson Sample Pa...
Tuesday, March 12, 2024
Update Credit Card "Assignment Inactive On" for a Customer in Oracle Fusion (Using SOAP/REST API)
›
Use the below WSDL to get the Instrument assignment id for all available Credit Cards on a Customer WSDL: https://serverName/fscmService/P...
Thursday, June 23, 2022
FA:OM:SQL: To get the RMA Order receipt details along with the Serial numbers
›
WITH sn_tbl as ( SELECT dha.header_id , dla.line_id , dfla.fulfill_line_id ...
›
Home
View web version