Appearance
Functions
Function Parameters
Create Functions corresponding to each business operation. For eg., Create Sales Order, Ship Order, Create Purchase Order, Create AP Invoice. While creating the functions enter the parameters associated with the function which are either are passed into the function (Type: IN) or generated as a result of the function(Type:OUT).
Optionally, enter the code components associated with the function. This will be useful for performing a component level impact analysis .
- Navigate to Configuration -> Functions
- Click on Create New Function
- Enter the Function Name , Description and the details as given below.
- Click on Save.
FUNCTION NAME | DESCRIPTION | TRACK | SIGNATURE TYPE |
---|---|---|---|
OM Create Sales Order | OM Create Sales Order | Order Management | Oracle Cloud Fusion |
Click New Parameter button and enter the below details. Save the Work.
Name | Description | Type |
---|---|---|
BUSINESS_UNIT | Business Unit | IN |
CUSTOMER_NAME | Customer Name | IN |
ORDER_TYPE | Order Type | IN |
ITEM_CODE | Item Code | IN |
ITEM_QUANTITY | Item Quantity | IN |
ITEM_UOM | Item UOM | IN |
SHIPPING_METHOD | Shipping Method | IN |
FOB | FOB | IN |
WAREHOUSE | Warehouse | IN |
SALES_ORDER_NUMBER | Sales Order Number | OUT |