Oracle Apps Technical Stuff
Thursday, March 14, 2024
SOAP to Create Debit memo (Oracle Fusion Receivables Cloud Service)
›
SOAP API =========== https://servername/fscmService/DebitMemoService?WSDL Service Name ============= createDebitMemo Sample Payload =======...
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 ...
Tuesday, June 14, 2022
FA:SQL: Query to get inventory organization/inventory organization location and business unit and Legal entity
›
SELECT iod.organization_code, iod.organization_name, iod.business_unit_name, iod.business_unit_id, iod.legal_ent...
Tuesday, May 24, 2022
Fusion: SQL: Query to Extract the Business Units and its related Inventory Organizations, Business Units and Costing Organizations
›
SELECT hou.organization_id , hou.name organization_name , iop.organization_code organization_code , lgr.ledger_id s...
‹
›
Home
View web version