This is blog for ORACLE FUSION HCM, OIC , VBCS , REDWOOD , SQL , PLSQL , REPORTING Knowledge Sharing
Popular Posts
-
🕒 Mastering Scheduling in Oracle Integration Cloud (OIC): iCal Expressions Made Simple Oracle Integration Cloud (OIC) empowers business...
-
Common Oracle Integration (OIC) Errors and How to Fix Them – A Simple, Fast Guide Learn the most frequ...
-
Introduction Oracle Integration Cloud (OIC) is a powerful platform for integrating applications, automating processes, and manag...
Monday, November 3, 2025
Sample Request Payload to Create Item Structure in Oracle Fusion 25D.
============Request Payload==============
{ "OrganizationCode" : "28102",
"ItemNumber" : "Item_Main",
"StructureName" : "Primary",
"EffectivityControl" : 1,
"EffectivityControlValue" : "Date",
"Component" : [ {
"ComponentItemNumber" : "Comp_item1",
"ItemSequenceNumber" : 10,
"FindNumber" : 1,
"Quantity" : 50
} ]
}
========================================
Request Url: /fscmRestApi/resources/11.13.18.05/itemStructures
========================================
Operation Name : POST
========================================
Subscribe to:
Post Comments (Atom)
SQL to Get dates missing in a table for given date range
WITH all_dates AS ( SELECT DATE '2025-01-01' + LEVEL - 1 AS dt FROM dual CONNECT BY LEVEL <= (DATE '2026-01-01...
No comments:
Post a Comment