Get all supply requests

get

/fscmRestApi/resources/11.13.18.05/supplyRequests

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds supply requests according to the primary key.
      Finder Variables:
      • SupplyOrderReferenceNumber; string; Number that identifies the supply request.
    • bySupplyOrderReferenceNumber: Finds the supply request according to the supply order reference number.
      Finder Variables:
      • SupplyOrderReferenceNumber; string; Number that identifies the supply request.
    • findByRequestedDeliveryDateFrom: Finds supply requests according to the requested delivery from date.
      Finder Variables:
      • bindNeedByDate; string; Date when the supply needs to be delivered.
    • findByRequestedDeliveryDateTo: Finds supply requests according to the requested delivery to date.
      Finder Variables:
      • bindNeedByDate; string; Date when the supply needs to be delivered.
    • findBySupplyDestination: Finds supply requests according to the destination organization.
      Finder Variables:
      • bindDestOrganizationCode; string; Code that uniquely identifies the destination organization.
    • findBySupplyExecutionDocumentNumber: Finds supply requests according to the supply execution document number.
      Finder Variables:
      • bindDocumentNumber; string; Number that uniquely identifies the supply execution document.
    • findBySupplyOrderNumber: Finds supply requests according to the supply order number.
      Finder Variables:
      • bindSupplyOrderNumber; string; Number that uniquely identifies the supply order.
    • findBySupplyRequestDateFrom: Finds supply requests according to the supply request from date.
      Finder Variables:
      • bindSupplyRequestDate; string; Date when the supply was requested.
    • findBySupplyRequestDateTo: Finds supply requests according to the supply request to date.
      Finder Variables:
      • bindSupplyRequestDate; string; Date when the supply was requested.
    • findBySupplyRequestItemNumber: Finds supply requests according to the item number.
      Finder Variables:
      • bindItemNumber; string; Number that uniquely identifies the item on the supply request.
    • findBySupplyRequestReferenceNumber: Finds supply requests according to the supply request reference number.
      Finder Variables:
      • SupplyOrderReferenceNumber; object.
      • bindSupplyOrderReferenceNumber; string; Number which uniquely identifies the supply request.
    • findBySupplyRequestSource: Finds supply requests according to the application requesting the supply.
      Finder Variables:
      • bindSupplyOrderSource; string; Name that uniquely identifies the supply requesting application.
    • findBySupplyStatus: Finds supply requests according to the processing status of the supply.
      Finder Variables:
      • bindSupplyStatus; string; Processing status of the supply request.
    • findBySupplyType: Finds supply requests according to the type of supply.
      Finder Variables:
      • bindSupplyType; string; Type of supply that is requested.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • InterfaceBatchNumber; string; Number that identifies the batch of supply requests that are sent to Oracle Supply Chain Orchestration Cloud to create supplies. The batch consists of one or more supply requests.
    • SupplyOrderNumber; string; Number that identifies the supply order created in Oracle Supply Chain Orchestration Cloud against a supply request.
    • SupplyOrderReferenceId; integer; Value that uniquely identifies the supply request sent to Oracle Supply Chain Orchestration Cloud.
    • SupplyOrderReferenceNumber; string; Number that identifies the supply request sent to Oracle Supply Chain Orchestration Cloud.
    • SupplyOrderSource; string; Source application that requested the supply to Oracle Supply Chain Orchestration Cloud.
    • SupplyOrderStatus; string; Status of the supply order in Oracle Supply Chain Orchestration Cloud. Values include In Process, Closed, Canceled. A list of accepted values are defined in the lookup type ORA_DOS_SUPPLY_ORDER_STATUS.
    • SupplyRequestDate; string; Date when the supply was requested.
    • SupplyRequestStatus; string; Status of the supply request that indicates whether the supply request has been processed successfully or has resulted in an error. Valid values include SUCCESS, ERROR.
    • TrustedSource; integer; Value that indicates whether the supply-requesting application is a trusted source of Oracle Cloud applications. Contains one of the following values. 1: indicates a trusted source. 0: default value when a non-Oracle Cloud application sends the supply request.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : supplyRequests
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : supplyRequests-item-response
Type: object
Show Source
  • Contains one of the following values: Y or N. If Y, then supply request lines that don't have errors are processed successfully and error messages are returned for supply request lines that have errors. If N, then supply requests are processed only if all the supply request lines pass validations and no errors are reported. The default value is N.
  • Maximum Length: 50
    Number that identifies the batch of supply requests that are sent to Oracle Supply Chain Orchestration Cloud to create supplies. The batch consists of one or more supply requests.
  • Maximum Length: 30
    Code that uniquely identifies the supply requesting applications. Values include DOO, YPS, INV, or EXT. The default value is set to EXT if no value is sent in the request.
  • Links
  • Contains one of the following values: Y or N. If Y, then the supply request is processed automatically and a supply order is created in Oracle Supply Chain Orchestration Cloud. If N, then the supply request needs to be manually processed by running the Process Supply Chain Orchestration Interface scheduled process. The default value is N.
  • Supply Order Lines
    Title: Supply Order Lines
    The Supply Order Lines resource manages the supply Information used to track the supply creation and fulfillment.
  • Read Only: true
    Maximum Length: 200
    Number that identifies the supply order created in Oracle Supply Chain Orchestration Cloud against a supply request.
  • Value that uniquely identifies the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Maximum Length: 200
    Number that identifies the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Maximum Length: 30
    Source application that requested the supply to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Maximum Length: 30
    Status of the supply order in Oracle Supply Chain Orchestration Cloud. Values include In Process, Closed, Canceled. A list of accepted values are defined in the lookup type ORA_DOS_SUPPLY_ORDER_STATUS.
  • Date when the supply was requested.
  • Supply Request Lines
    Title: Supply Request Lines
    The Supply Request Lines resource manages the demand and supply information associated with a supply request.
  • Maximum Length: 30
    Status of the supply request that indicates whether the supply request has been processed successfully or has resulted in an error. Valid values include SUCCESS, ERROR.
  • Amount for the transfer cost on a transfer order line.
  • Maximum Length: 80
    Code that identifies the currency for the transfer cost amount.
  • Maximum Length: 80
    Name of the shipping cost type. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Shipping Cost Types task.
  • Value that indicates whether the supply-requesting application is a trusted source of Oracle Cloud applications. Contains one of the following values. 1: indicates a trusted source. 0: default value when a non-Oracle Cloud application sends the supply request.
Nested Schema : Supply Order Lines
Type: array
Title: Supply Order Lines
The Supply Order Lines resource manages the supply Information used to track the supply creation and fulfillment.
Show Source
Nested Schema : Supply Request Lines
Type: array
Title: Supply Request Lines
The Supply Request Lines resource manages the demand and supply information associated with a supply request.
Show Source
Nested Schema : supplyRequests-supplyOrderLines-item-response
Type: object
Show Source
  • ATP Supplies
    Title: ATP Supplies
    The ATP Supplies resource manages supply information specific to on hand.
  • Buy Supplies
    Title: Buy Supplies
    The Buy Supplies resource manages supply information specific to purchase orders.
  • Read Only: true
    Maximum Length: 18
    Code that identifies the inventory organization in which the supply for the requested item needs to be created. This code has to be an organization code defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the inventory organization in which the supply for requested item needs to be created. This identifier has to be associated with the organization code defined in Oracle Cloud applications.
  • Read Only: true
    Name that identifies the inventory organization in which the supply for the requested item needs to be created. This name has to be associated with the organization code defined in Oracle Cloud applications.
  • Read Only: true
    Description of the item requested in the supply request.
  • Read Only: true
    Value that uniquely identifies the item requested in the supply request.
  • Read Only: true
    Maximum Length: 300
    Number that identifies the item requested in the supply request.
  • Read Only: true
    Maximum Length: 72
    Number that identifies the revision of the item requested in the supply request.
  • Links
  • Make Supplies
    Title: Make Supplies
    The Make Supplies resource manages supply information specific to work orders.
  • Read Only: true
    Date when the requester needs the supply to be delivered at the destination.
  • Read Only: true
    Email address of the person who prepared the supply request. This identifier has to be the email of the employee or email of the person defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the person who prepared the supply request. This identifier has to be associated with the preparer name defined in Oracle Cloud applications.
  • Read Only: true
    Name of the person who prepared the supply request. Values must be the full name in LASTNAME, FIRSTNAME format as defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Quantity of the item requested in the supply request.
  • Read Only: true
    Value that uniquely identifies the supply line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Number that uniquely identifies the supply line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Maximum Length: 30
    Status of the supply line in Oracle Supply Chain Orchestration Cloud. Valid values include In Process and Complete. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_LINE_STATUS.
  • Read Only: true
    Value that uniquely identifies the supply order header in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Maximum Length: 20
    Number that identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Maximum Length: 30
    Source application that requested the supply to Oracle Supply Chain Orchestration Cloud. Valid values include DOO, INV, and YPS. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_SOURCE.
  • Read Only: true
    Maximum Length: 30
    Type of supply that is being requested by the application requesting the supply. Values include TRANSFER, BUY, and MAKE. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_TYPE.
  • Transfer Supplies
    Title: Transfer Supplies
    The Transfer Supplies resource manages supply information specific to transfer orders.
  • Read Only: true
    Maximum Length: 3
    Code that identifies the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Name of the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
Nested Schema : ATP Supplies
Type: array
Title: ATP Supplies
The ATP Supplies resource manages supply information specific to on hand.
Show Source
Nested Schema : Buy Supplies
Type: array
Title: Buy Supplies
The Buy Supplies resource manages supply information specific to purchase orders.
Show Source
Nested Schema : Make Supplies
Type: array
Title: Make Supplies
The Make Supplies resource manages supply information specific to work orders.
Show Source
Nested Schema : Transfer Supplies
Type: array
Title: Transfer Supplies
The Transfer Supplies resource manages supply information specific to transfer orders.
Show Source
Nested Schema : supplyRequests-supplyOrderLines-atpSupply-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply request or order is a back-to-back supply request or order. If N, then the supply request or order is not a back-to-back supply request or order. The default value is N.
  • Read Only: true
    Maximum Length: 18
    Code that identifies the inventory organization in which the supply for the requested item needs to be created. This code has to be an organization code defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the inventory organization in which the supply for requested item needs to be created. This attribute value has to be associated with the organization code defined in Oracle Cloud applications.
  • Read Only: true
    Name of the inventory organization in which the supply for the requested item needs to be created. This attribute value has to be associated with the organization code defined in Oracle Cloud applications.
  • Error Messages
    Title: Error Messages
    The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
  • Read Only: true
    Description of the item requested in the supply request.
  • Read Only: true
    Value that uniquely identifies the item requested in the supply request.
  • Read Only: true
    Number that identifies the item requested in the supply request.
  • Read Only: true
    Maximum Length: 72
    Number that identifies the revision of the item requested in the supply request.
  • Links
  • Read Only: true
    Quantity of the item requested in the execution document that is being tracked.
  • Read Only: true
    Maximum Length: 120
    Number that uniquely identifies the reservation of on hand supply.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply is undergoing change. If N, then the supply is not undergoing any change. This attribute does not have a default value.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply is in exception. If N, then the supply is not in exception. This attribute does not have a default value.
  • Read Only: true
    Quantity of the requested item that has been fulfilled.
  • Read Only: true
    Value that uniquely identifies the supply line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply order header in Oracle Supply Chain Orchestration Cloud. The application generates this value while processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Maximum Length: 20
    Number that identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Value that uniquely identifies the parent tracking line from where this tracking line has been split.
  • Read Only: true
    Value that uniquely identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Number that identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Maximum Length: 30
    Status of the supply tracking line in Oracle Supply Chain Orchestration Cloud. Valid values include In Purchasing, Purchase Order Created, Purchase Order Closed.
  • Read Only: true
    Maximum Length: 30
    Type of supply that is being requested by the application requesting the supply. Values include TRANSFER, BUY, MAKE. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_TYPE.
  • Read Only: true
    Maximum Length: 3
    Code that identifies the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Name of the unit of measure for the item in the supply request.
Nested Schema : Error Messages
Type: array
Title: Error Messages
The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
Show Source
Nested Schema : supplyRequests-supplyOrderLines-atpSupply-errorMessages-item-response
Type: object
Show Source
  • Links
  • Read Only: true
    Maximum Length: 30
    Name that uniquely identifies the error message registered during supply request processing.
  • Read Only: true
    Maximum Length: 1200
    Text of the error message for an error that occurred at various entities like supplyRequestLines and transferSupply while processing the supply requests.
  • Read Only: true
    Maximum Length: 30
    Value that uniquely identifies the entities like supplyRequestLines and transferSupply at which the error occurred.
Nested Schema : supplyRequests-supplyOrderLines-buySupply-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply request or order is a back-to-back supply request or order. If N, then the supply request or order is not a back-to-back supply request or order. The default value is N.
  • Read Only: true
    Value that uniquely identifies the person assigned as a buyer to the supply request. This attribute value has to be associated with the buyer name defined in Oracle Cloud applications.
  • Read Only: true
    Name of the person assigned as a buyer to the supply request. This attribute value has to be associated with the buyer identifier defined in Oracle Cloud applications.
  • Read Only: true
    Code that identifies the carrier in the shipping method. This code has be associated with a carrier name defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the carrier in the shipping method. This attribute value has to be associated with the name of the carrier defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the item category of the requested item in the supply request.
  • Read Only: true
    Name of the item category of the requested item in the supply request.
  • Read Only: true
    Value that uniquely identifies the location to which the requested item is to be delivered. This attribute has to be defined in Oracle Cloud applications.
  • Read Only: true
    Name of the location to which the requested item is to be delivered. This attribute value has to be defined in Oracle Cloud applications.
  • Read Only: true
    Email address of the person who requested the supply. This attribute has to be the email of the employee or email of the person defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the person who requested the supply. This attribute value has to be associated with the name of the employee or person defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Name of the employee or person who requested the supply. Values must be the full name in LASTNAME, FIRSTNAME format as defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 72
    Code that identifies the inventory organization in which the supply for the requested item needs to be created. This code has to be an organization code defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the inventory organization in which the supply for requested item needs to be created. This attribute value has to be associated with the organization code defined in Oracle Cloud applications.
  • Read Only: true
    Name of the inventory organization in which the supply for the requested item needs to be created. This attribute value has to be associated with the organization code defined in Oracle Cloud applications.
  • Distribution Details
    Title: Distribution Details
    The Distribution Details resource manages the distribution details, which include project costing attributes for transfer supplies and buy supplies.
  • Error Messages
    Title: Error Messages
    The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
  • Read Only: true
    Description of the item requested in the supply request.
  • Read Only: true
    Value that uniquely identifies the item requested in the supply request.
  • Read Only: true
    Number that identifies the item requested in the supply request.
  • Read Only: true
    Maximum Length: 72
    Number that identifies the revision of the item requested in the supply request.
  • Links
  • Read Only: true
    Date on which the requester needs the supply to be delivered at the destination.
  • Read Only: true
    Email address of the person who prepared the supply request. This attribute has to be the email of the employee or email of the person defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the person who prepared the supply request. This attribute value has to be associated with the preparer name defined in Oracle Cloud applications.
  • Read Only: true
    Name of the person who prepared the supply request. Values must be the full name in LASTNAME, FIRSTNAME format as defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 120
    Value that uniquely identifies the purchase order header.
  • Read Only: true
    Maximum Length: 20
    Value that uniquely identifies the purchase order line.
  • Read Only: true
    Maximum Length: 20
    Number that identifies the purchase order line.
  • Read Only: true
    Maximum Length: 120
    Number that identifies the purchase order.
  • Read Only: true
    Value that uniquely identifies the purchase order schedule.
  • Read Only: true
    Maximum Length: 20
    Number that identifies the purchase order schedule.
  • Read Only: true
    Quantity of the item requested in the execution document that is being tracked.
  • Read Only: true
    Date when the requester needs the supply to be shipped to the destination.
  • Read Only: true
    Maximum Length: 120
    Value that uniquely identifies the purchase requisition.
  • Read Only: true
    Code that uniquely identifies the requisitioning BU of the supply request. This attribute value has to be a valid business unit defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the requisitioning business unit of the supply request. This attribute value has to be a valid business unit defined in Oracle Cloud applications.
  • Read Only: true
    Name of the requisitioning business unit of the supply request. This attribute value has to be associated with the requisitioning business unit code defined in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 20
    Value that uniquely identifies the purchase requisition line.
  • Read Only: true
    Maximum Length: 20
    Number that identifies the purchase requisition line.
  • Read Only: true
    Maximum Length: 120
    Number that identifies the purchase requisition.
  • Read Only: true
    Date when the supply is scheduled to be shipped to the destination.
  • Read Only: true
    Value that uniquely identifies the supplier from where the supply request is being fulfilled. This attribute value has to be associated with the supplier name defined in Oracle Cloud applications.
  • Read Only: true
    Name of the supplier from where the supply request is being fulfilled. This attribute value has to be associated with the supplier number or identifier defined in Oracle Cloud applications.
  • Read Only: true
    Number that uniquely identifies the supplier from where the supply request is being fulfilled. This attribute value has to be associated with the supplier name defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the supplier site from where the supply request is being fulfilled. This attribute value has to be associated with the supplier site name defined in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 240
    Name that identifies the supplier site from where the supply request is being fulfilled. This attribute value has to be associated with the supplier site identifier defined in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply is undergoing change. If N, then the supply is not undergoing any change. This attribute does not have a default value.
  • Supply Documents
    Title: Supply Documents
    The Supply Documents resource manages the details of the execution documents that are generated in the course of supply creation and fulfillment.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply is in exception. If N, then the supply is not in exception. This attribute does not have a default value.
  • Read Only: true
    Quantity of the requested item that has been fulfilled.
  • Read Only: true
    Value that uniquely identifies the supply line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply order header in Oracle Supply Chain Orchestration Cloud. The application generates this value while processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Maximum Length: 20
    Number that identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Value that uniquely identifies the parent tracking line from where this tracking line has been split.
  • Read Only: true
    Value that uniquely identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Number that identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Maximum Length: 30
    Status of the supply tracking line in Oracle Supply Chain Orchestration Cloud. Valid values include In Purchasing, Purchase Order Created, and Purchase Order Closed.
  • Read Only: true
    Maximum Length: 30
    Type of supply that is being requested by the application requesting the supply. Values include TRANSFER, BUY, and MAKE. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_TYPE.
  • Read Only: true
    Maximum Length: 3
    Code that identifies the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Name of the unit of measure for the item in the supply request.
Nested Schema : Distribution Details
Type: array
Title: Distribution Details
The Distribution Details resource manages the distribution details, which include project costing attributes for transfer supplies and buy supplies.
Show Source
Nested Schema : Error Messages
Type: array
Title: Error Messages
The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
Show Source
Nested Schema : Supply Documents
Type: array
Title: Supply Documents
The Supply Documents resource manages the details of the execution documents that are generated in the course of supply creation and fulfillment.
Show Source
Nested Schema : supplyRequests-supplyOrderLines-buySupply-distributionDetails-item-response
Type: object
Show Source
  • Maximum Length: 60
    Number that identifies the distribution details in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Links
  • Project Flexfields on Distribution Details
    Title: Project Flexfields on Distribution Details
    The Project Flexfields on Distribution Details resource manages the descriptive flexfield segments and their values specific to project costing for transfer supplies and buy supplies.
Nested Schema : Project Flexfields on Distribution Details
Type: array
Title: Project Flexfields on Distribution Details
The Project Flexfields on Distribution Details resource manages the descriptive flexfield segments and their values specific to project costing for transfer supplies and buy supplies.
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FDistribution__5FSetsVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FInvoice__5FDistributionVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FInvoice__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFEXM__5FExpense__5FReportVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFEXM__5FExpense__5FReport__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFINV__5FMisc__5FTransactionsVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFOM__5FSales__5FOrderVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPJC__5FAllVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPJC__5FExpenditure__5FBatchVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPOR__5FRequisitionVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPOR__5FUser__5FPreferencesVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrderVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Type: object
Show Source
Nested Schema : supplyRequests-supplyOrderLines-buySupply-errorMessages-item-response
Type: object
Show Source
  • Links
  • Read Only: true
    Maximum Length: 30
    Name that uniquely identifies the error message registered during supply request processing.
  • Read Only: true
    Maximum Length: 1200
    Text of the error message for an error that occurred at various entities like supplyRequestLines and transferSupply while processing the supply requests.
  • Read Only: true
    Maximum Length: 30
    Value that uniquely identifies the entities like supplyRequestLines and transferSupply at which the error occurred.
Nested Schema : supplyRequests-supplyOrderLines-buySupply-supplyDocuments-item-response
Type: object
Show Source
  • Links
  • Read Only: true
    Maximum Length: 120
    Value that uniquely identifies the supply execution document header.
  • Read Only: true
    Maximum Length: 20
    Value that uniquely identifies the supply execution document line.
  • Read Only: true
    Maximum Length: 20
    Number that uniquely identifies the supply execution document line.
  • Read Only: true
    Quantity on the supply execution document line.
  • Read Only: true
    Maximum Length: 3
    Code that identifies unit of measure for the quantity on the supply execution document line.
  • Read Only: true
    Maximum Length: 120
    Number that uniquely identifies the supply execution documents, such as Transfer Order or Purchaser Order or Work Order number.
  • Read Only: true
    Maximum Length: 30
    Status of supply execution documents, such as Transfer Order or Purchaser Order or Work Order.
  • Read Only: true
    Maximum Length: 30
    Type of supply execution document. Valid values include Transfer Order, Purchase Order, and Work Order. A list of accepted values is defined in the lookup type ORA_DOS_DOCUMENT_TYPE.
  • Read Only: true
    Value that uniquely identifies the supply line. Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply order header in Oracle Supply Chain Orchestration Cloud. The application generates this value while processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
Nested Schema : supplyRequests-supplyOrderLines-makeSupply-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the application creates work order operations, operation materials, and operation resources from the work definition on the work order header. If false, then the application does not create these operations, materials, or resources from the work definition. The default value is false.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply request or order is a back-to-back supply request or order. If N, then the supply request or order is not a back-to-back supply request or order. The default value is N.
  • Read Only: true
    Maximum Length: 40
    Name that identifies the subinventory in which the supply for the requested item needs to be delivered. This identifier has to be associated to the subinventory code defined in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 72
    Code that identifies the inventory organization in which the supply for the requested item needs to be created. This code has to be an organization code defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the inventory organization in which the supply for requested item needs to be created. This attribute value has to be associated with the organization code defined in Oracle Cloud applications.
  • Read Only: true
    Name of the inventory organization in which the supply for the requested item needs to be created. This attribute value has to be associated with the organization code defined in Oracle Cloud applications.
  • Distribution Details
    Title: Distribution Details
    The Distribution Details resource manages the distribution details, which include project costing attributes for transfer supplies and buy supplies.
  • Error Messages
    Title: Error Messages
    The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values:Y or N. If Y, then the work order is firmed. If N, then the work order is not firmed. The default value is N.
  • Read Only: true
    Description of the item requested in the supply request.
  • Read Only: true
    Value that uniquely identifies the item requested in the supply request.
  • Read Only: true
    Number that identifies the item requested in the supply request.
  • Read Only: true
    Maximum Length: 72
    Number that identifies the revision of the item requested in the supply request.
  • Links
  • Read Only: true
    Quantity of the item requested in the execution document that is being tracked.
  • Read Only: true
    Maximum Length: 30
    Scheduling method that the application uses to schedule the work order. The default value is DEFAULT_SCHEDULING.
  • Read Only: true
    Maximum Length: 120
    Value that uniquely identifies the source system.
  • Read Only: true
    Maximum Length: 30
    Type of source system. Values include INTERNAL or EXTERNAL.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply is undergoing change. If N, then the supply is not undergoing any change. This attribute does not have a default value.
  • Supply Documents
    Title: Supply Documents
    The Supply Documents resource manages the details of the execution documents that are generated in the course of supply creation and fulfillment.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply is in exception. If N, then the supply is not in exception. This attribute does not have a default value.
  • Read Only: true
    Quantity of the requested item that has been fulfilled.
  • Read Only: true
    Value that uniquely identifies the supply line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply order header in Oracle Supply Chain Orchestration Cloud. The application generates this value while processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Maximum Length: 20
    Number that identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Value that uniquely identifies the parent tracking line from where this tracking line has been split.
  • Read Only: true
    Value that uniquely identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Number that identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Maximum Length: 30
    Status of the supply tracking line in Oracle Supply Chain Orchestration Cloud. Valid values include In Purchasing, Purchase Order Created, and Purchase Order Closed.
  • Read Only: true
    Maximum Length: 30
    Type of supply that is being requested by the application requesting the supply. Values include TRANSFER, BUY, and MAKE. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_TYPE.
  • Read Only: true
    Maximum Length: 3
    Code that identifies the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Name of the unit of measure for the item in the supply request.
  • Read Only: true
    Quantity on which the production has already started on the work order.
  • Read Only: true
    Date that the work definition uses to determine the work definition version.
  • Read Only: true
    Value that uniquely identifies the work definition.
  • Read Only: true
    Maximum Length: 120
    Name that identifies the work definition that the work order uses to refer the operation, material, and resource requirements.
  • Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the manufacturing method that the work order uses such as DISCRETE_MANUFACTURING.
  • Read Only: true
    Date on which the work order will be completed.
  • Read Only: true
    Maximum Length: 950
    Description of the work order.
  • Read Only: true
    Maximum Length: 120
    Value that uniquely identifies the work order. It is a primary key that the application generates when it creates the work order.
  • Read Only: true
    Maximum Length: 120
    Number that identifies the work order. This number is unique in the manufacturing organization.
  • Read Only: true
    Date on which the production for the work order will be started.
  • Read Only: true
    Value that uniquely identifies the work order status.
  • Read Only: true
    Maximum Length: 30
    Description of the work being performed. Values include Standard Production, Prototyping, or Repair.
  • Read Only: true
    Maximum Length: 30
    Type of work order that the user selected when creating the work order.
Nested Schema : Distribution Details
Type: array
Title: Distribution Details
The Distribution Details resource manages the distribution details, which include project costing attributes for transfer supplies and buy supplies.
Show Source
Nested Schema : Error Messages
Type: array
Title: Error Messages
The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
Show Source
Nested Schema : Supply Documents
Type: array
Title: Supply Documents
The Supply Documents resource manages the details of the execution documents that are generated in the course of supply creation and fulfillment.
Show Source
Nested Schema : supplyRequests-supplyOrderLines-makeSupply-distributionDetails-item-response
Type: object
Show Source
  • Maximum Length: 60
    Number that identifies the distribution details in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Links
  • Project Flexfields on Distribution Details
    Title: Project Flexfields on Distribution Details
    The Project Flexfields on Distribution Details resource manages the descriptive flexfield segments and their values specific to project costing for transfer supplies and buy supplies.
Nested Schema : Project Flexfields on Distribution Details
Type: array
Title: Project Flexfields on Distribution Details
The Project Flexfields on Distribution Details resource manages the descriptive flexfield segments and their values specific to project costing for transfer supplies and buy supplies.
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : supplyRequests-supplyOrderLines-makeSupply-errorMessages-item-response
Type: object
Show Source
  • Links
  • Read Only: true
    Maximum Length: 30
    Name that uniquely identifies the error message registered during supply request processing.
  • Read Only: true
    Maximum Length: 1200
    Text of the error message for an error that occurred at various entities like supplyRequestLines and transferSupply while processing the supply requests.
  • Read Only: true
    Maximum Length: 30
    Value that uniquely identifies the entities like supplyRequestLines and transferSupply at which the error occurred.
Nested Schema : supplyRequests-supplyOrderLines-makeSupply-supplyDocuments-item-response
Type: object
Show Source
  • Links
  • Read Only: true
    Maximum Length: 120
    Value that uniquely identifies the supply execution document header.
  • Read Only: true
    Maximum Length: 20
    Value that uniquely identifies the supply execution document line.
  • Read Only: true
    Maximum Length: 20
    Number that uniquely identifies the supply execution document line.
  • Read Only: true
    Quantity on the supply execution document line.
  • Read Only: true
    Maximum Length: 3
    Code that identifies unit of measure for the quantity on the supply execution document line.
  • Read Only: true
    Maximum Length: 120
    Number that uniquely identifies the supply execution documents, such as Transfer Order or Purchaser Order or Work Order number.
  • Read Only: true
    Maximum Length: 30
    Status of supply execution documents, such as Transfer Order or Purchaser Order or Work Order.
  • Read Only: true
    Maximum Length: 30
    Type of supply execution document. Valid values include Transfer Order, Purchase Order, and Work Order. A list of accepted values is defined in the lookup type ORA_DOS_DOCUMENT_TYPE.
  • Read Only: true
    Value that uniquely identifies the supply line. Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply order header in Oracle Supply Chain Orchestration Cloud. The application generates this value while processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
Nested Schema : supplyRequests-supplyOrderLines-transferSupply-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply request or order is a back-to-back supply request or order. If N, then the supply request or order is not a back-to-back supply request or order. The default value is N.
  • Read Only: true
    Code that identifies the carrier in the shipping method. This code has be associated with a carrier name defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the carrier in shipping method. This identifier has to be a value associated to the name of the carrier defined in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 240
    Comments that the supply requester entered in the transfer supply request.
  • Read Only: true
    Email address of the person who requested the supply. This identifier has to be the email of the employee or email of the person defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the person who requested the supply. This identifier has to be a value associated to the name of the employee or person defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Name of the employee/person who requested the supply. Values must be the full name in LASTNAME, FIRSTNAME format as defined in employee records in Oracle Cloud applications.
  • Read Only: true
    Code that identifies the destination location to which the requested item is to be sent or transferred. This code has to be a location defined in Oracle Cloud applications. This attribute is required only for the expense-destination type transfers. For inventory-destination type internal material transfers, during supply request processing, the location code defaults to the location associated with the destination organization.
  • Read Only: true
    Value that uniquely identifies the location to which the requested item is to be sent or transferred. This identifier has to be defined in Oracle Cloud applications. This attribute is required only for the expense-destination type transfers. For inventory-destination type internal material transfers, during supply request processing, the location identifier defaults to the location associated with the destination organization.
  • Read Only: true
    Maximum Length: 72
    Code that identifies the inventory organization in which the supply for the requested item needs to be created. This code has to be an organization code defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the inventory organization in which the supply for requested item needs to be created. This identifier has to be associated with the organization code defined in Oracle Cloud applications.
  • Read Only: true
    Name that identifies the inventory organization in which the supply for the requested item needs to be created. This name has to be associated with the organization code defined in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 40
    Code that identifies the subinventory in which the supply for the requested item needs to be created. This code has to be a subinventory code defined in Oracle Cloud applications.
  • Read Only: true
    Name that identifies the subinventory in which the supply for the requested item needs to be created. This identifier has to be associated to the subinventory code defined in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 30
    Code that identifies the destination type to which the transfer order is to be received. Values include INVENTORY and EXPENSE.
  • Distribution Details
    Title: Distribution Details
    The Distribution Details resource manages the distribution details, which include project costing attributes for transfer supplies and buy supplies.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the transfer order shipment is routed through Oracle Order Management Cloud to provide visibility of internal material transfers to the order manager. If N, then the transfer order shipment is not routed through Order Management. The default value is N.
  • Error Messages
    Title: Error Messages
    The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
  • Read Only: true
    Description of the item requested in the supply request.
  • Read Only: true
    Value that uniquely identifies the item requested in the supply request.
  • Read Only: true
    Number that identifies the item requested in the supply request.
  • Read Only: true
    Maximum Length: 72
    Number that identifies the revision of the item requested in the supply request.
  • Links
  • Read Only: true
    Date when the requester needs the supply to be delivered at the destination.
  • Read Only: true
    Maximum Length: 1000
    Note to receiver entered by the supply requester in the transfer supply request, such as receiving instructions.
  • Read Only: true
    Maximum Length: 1000
    Note to supplier entered by the supply requester in the transfer supply request, such as shipping instructions.
  • Read Only: true
    Email address of the person who prepared the supply request. This identifier has to be the email of the employee or email of the person defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the person who prepared the supply request. This identifier has to be associated with the preparer name defined in Oracle Cloud applications.
  • Read Only: true
    Name of the person who prepared the supply request. Values must be the full name in LASTNAME, FIRSTNAME format as defined in the employee records in Oracle Cloud applications.
  • Read Only: true
    Quantity of the item requested in the execution document that is being tracked.
  • Read Only: true
    Maximum Length: 30
    Class of service in the shipping method. This indicates the priority of transportation. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 30
    Mode of transport in the shipping method. This indicates the mode of transportation used for movement of goods. A list of accepted values is defined in the lookup type WSH_MODE_TRANSPORT in Oracle cloud applications.
  • Read Only: true
    Code that identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This code has to be an organization code defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be an organization identifier generated in Oracle Cloud applications.
  • Read Only: true
    Name that identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be associated to the organization code defined in Oracle Cloud applications.
  • Read Only: true
    Maximum Length: 40
    Code that identifies the subinventory from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This code has to be a subinventory code defined in Oracle Cloud applications.
  • Read Only: true
    Name that identifies the subinventory from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be associated to the subinventory code defined in Oracle Cloud applications.
  • Read Only: true
    Value that uniquely identifies the parent tracking line from where this tracking line has been split.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply is undergoing change. If N, then the supply is not undergoing any change. This attribute does not have a default value.
  • Supply Documents
    Title: Supply Documents
    The Supply Documents resource manages the details of the execution documents that are generated in the course of supply creation and fulfillment.
  • Read Only: true
    Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply is in exception. If N, then the supply is not in exception. This attribute does not have a default value.
  • Read Only: true
    Quantity of the requested item that has been fulfilled.
  • Read Only: true
    Value that uniquely identifies the supply line. Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply order header in Oracle Supply Chain Orchestration Cloud. The application generates this value while processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Maximum Length: 20
    Number that identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Value that uniquely identifies the parent tracking line from where this tracking line has been split.
  • Read Only: true
    Value that uniquely identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Number that identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Maximum Length: 255
    Status of the supply tracking line in Oracle Supply Chain Orchestration Cloud. Valid values include In Logistics, Transfer Order Created, and Transfer Order Closed.
  • Read Only: true
    Maximum Length: 30
    Type of supply that is being requested by the application requesting the supply. Values include TRANSFER, BUY, and MAKE. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_TYPE.
  • Read Only: true
    Maximum Length: 120
    Value that uniquely identifies the transfer order header.
  • Read Only: true
    Maximum Length: 120
    Number that identifies the transfer order header.
  • Read Only: true
    Maximum Length: 20
    Value that uniquely identifies the transfer order line.
  • Read Only: true
    Maximum Length: 20
    Number that identifies the transfer order line.
  • Read Only: true
    Value that indicates the transfer price.
  • Read Only: true
    Maximum Length: 15
    Code that uniquely identifies the transfer price currency.
  • Read Only: true
    Value that uniquely identifies the transfer supply details.
  • Transfer Order Line Flexfields on Transfer Supplies
    Title: Transfer Order Line Flexfields on Transfer Supplies
    The Transfer Order Line Flexfields on Transfer Supplies resource manages the descriptive flexfield segments and its values specific to a transfer order line on transfer supplies.
  • Read Only: true
    Maximum Length: 3
    Code that identifies the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Read Only: true
    Name of the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
Nested Schema : Distribution Details
Type: array
Title: Distribution Details
The Distribution Details resource manages the distribution details, which include project costing attributes for transfer supplies and buy supplies.
Show Source
Nested Schema : Error Messages
Type: array
Title: Error Messages
The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
Show Source
Nested Schema : Supply Documents
Type: array
Title: Supply Documents
The Supply Documents resource manages the details of the execution documents that are generated in the course of supply creation and fulfillment.
Show Source
Nested Schema : Transfer Order Line Flexfields on Transfer Supplies
Type: array
Title: Transfer Order Line Flexfields on Transfer Supplies
The Transfer Order Line Flexfields on Transfer Supplies resource manages the descriptive flexfield segments and its values specific to a transfer order line on transfer supplies.
Show Source
Nested Schema : supplyRequests-supplyOrderLines-transferSupply-distributionDetails-item-response
Type: object
Show Source
  • Maximum Length: 60
    Number that identifies the distribution details in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Links
  • Project Flexfields on Distribution Details
    Title: Project Flexfields on Distribution Details
    The Project Flexfields on Distribution Details resource manages the descriptive flexfield segments and their values specific to project costing for transfer supplies and buy supplies.
Nested Schema : Project Flexfields on Distribution Details
Type: array
Title: Project Flexfields on Distribution Details
The Project Flexfields on Distribution Details resource manages the descriptive flexfield segments and their values specific to project costing for transfer supplies and buy supplies.
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrbDtl_view_DosDistributionDetailsDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : supplyRequests-supplyOrderLines-transferSupply-errorMessages-item-response
Type: object
Show Source
  • Links
  • Read Only: true
    Maximum Length: 30
    Name that uniquely identifies the error message registered during supply request processing.
  • Read Only: true
    Maximum Length: 1200
    Text of the error message for an error that occurred at various entities like supplyRequestLines and transferSupply while processing the supply requests.
  • Read Only: true
    Maximum Length: 30
    Value that uniquely identifies the entities like supplyRequestLines and transferSupply at which the error occurred.
Nested Schema : supplyRequests-supplyOrderLines-transferSupply-supplyDocuments-item-response
Type: object
Show Source
  • Links
  • Read Only: true
    Maximum Length: 120
    Value that uniquely identifies the supply execution document header.
  • Read Only: true
    Maximum Length: 20
    Value that uniquely identifies the supply execution document line.
  • Read Only: true
    Maximum Length: 20
    Number that uniquely identifies the supply execution document line.
  • Read Only: true
    Quantity on the supply execution document line.
  • Read Only: true
    Maximum Length: 3
    Code that identifies unit of measure for the quantity on the supply execution document line.
  • Read Only: true
    Maximum Length: 120
    Number that uniquely identifies the supply execution documents, such as Transfer Order or Purchaser Order or Work Order number.
  • Read Only: true
    Maximum Length: 30
    Status of supply execution documents, such as Transfer Order or Purchaser Order or Work Order.
  • Read Only: true
    Maximum Length: 30
    Type of supply execution document. Valid values include Transfer Order, Purchase Order, and Work Order. A list of accepted values is defined in the lookup type ORA_DOS_DOCUMENT_TYPE.
  • Read Only: true
    Value that uniquely identifies the supply line. Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply order header in Oracle Supply Chain Orchestration Cloud. The application generates this value while processing a supply request.
  • Read Only: true
    Value that uniquely identifies the supply tracking line in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
Nested Schema : supplyRequests-supplyOrderLines-transferSupply-transferSupplyDtlDFF-item-response
Type: object
Show Source
Nested Schema : supplyRequests-supplyRequestLines-item-response
Type: object
Show Source
  • Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the supply request or order is a back-to-back supply request or order. If N, then the supply request or order is not a back-to-back supply request or order. The default value is N.
  • Code that identifies the carrier in the shipping method. This code has be associated with a carrier name defined in Oracle Cloud applications.
  • Value that uniquely identifies the carrier in shipping method. This identifier has to be a value associated to the name of the carrier defined in Oracle Cloud applications.
  • Maximum Length: 240
    Comments that the supply requester entered in the transfer supply request.
  • Email address of the person who requested the supply. This identifier has to be the email of the employee or person defined in the employee records in Oracle Cloud applications.
  • Value that uniquely identifies the person who requested the supply. This identifier has to be a value associated to the name of the employee or person defined in the employee records in Oracle Cloud applications.
  • Name of the employee/person who requested the supply. Values must be the full name in LASTNAME, FIRSTNAME format as defined in employee records in Oracle Cloud applications.
  • Code that identifies the destination location to which the item is requested to be sent or transferred. This code has to be a location defined in Oracle Cloud applications. This attribute is required only for the expense-destination type transfers. For inventory-destination type internal material transfers, during supply request processing, the location code defaults to the location associated with the destination organization.
  • Value that uniquely identifies the location to which the item is requested to be sent or transferred. This identifier has to be defined in Oracle Cloud applications. This attribute is required only for the expense-destination type transfers. For inventory-destination type internal material transfers, during supply request processing, the location identifier defaults to the location associated with the destination organization.
  • Maximum Length: 18
    Code that identifies the inventory organization in which the supply for the requested item needs to be created. This code has to be an organization code defined in Oracle Cloud applications.
  • Value that uniquely identifies the inventory organization in which the supply for requested item needs to be created. This identifier has to be associated with the organization code defined in Oracle Cloud applications.
  • Read Only: true
    Name that identifies the inventory organization in which the supply for the requested item needs to be created. This name has to be associated with the organization code defined in Oracle Cloud applications.
  • Maximum Length: 40
    Code that identifies the subinventory in which the supply for the requested item needs to be created. This code has to be a subinventory code defined in Oracle Cloud applications.
  • Name that identifies the subinventory in which the supply for the requested item needs to be created. This identifier has to be associated to the subinventory code defined in Oracle Cloud applications.
  • Maximum Length: 30
    Code that identifies the destination type to which the transfer order is to be received. Values include INVENTORY and EXPENSE.
  • Distribution Details
    Title: Distribution Details
    The Distribution Details resource manages the distribution details, which include project costing attributes for transfer supplies and buy supplies.
  • Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the transfer order shipment is routed through Oracle Order Management Cloud. If N, then the transfer order is not routed through Order Management. The default value is N.
  • Error Messages
    Title: Error Messages
    The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
  • Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the demand is firm. If N, then the demand is not firm. The default value is N.
  • Maximum Length: 1
    Contains one of the following values:Y or N. If Y, then the supply (transfer order or purchase order) will be firmed. If N, then the supply (transfer order or purchase order) will not be firmed. The default value is N.
  • Maximum Length: 120
    Code that identifies the import group for this line in a group.
  • Maximum Length: 50
    Number that identifies the batch of supply requests that are sent to Oracle Supply Chain Orchestration Cloud to create supplies. The batch consists of one or more supply requests.
  • Maximum Length: 120
    Code that uniquely identifies the supply requesting applications. Values include DOO, YPS, INV, or EXT. The default value is set to EXT if no value is sent in the request.
  • Read Only: true
    Description of the item requested in the supply request.
  • Value that uniquely identifies the item requested in the supply request.
  • Maximum Length: 300
    Number that identifies the item requested in the supply request.
  • Maximum Length: 72
    Number that identifies the revision of the item requested in the supply request.
  • Links
  • Date on which the requester needs the supply to be delivered at the destination.
  • Maximum Length: 1000
    Note to the receiver entered by the supply requester in the transfer supply request; for example, receiving instructions.
  • Maximum Length: 1000
    Note to the supplier entered by the supply requester in the transfer supply request; for example, shipping instructions.
  • Email address of the person who prepared the supply request. This identifier has to be the email of the employee or email of the person defined in the employee records in Oracle Cloud applications.
  • Value that uniquely identifies the person who prepared the supply request. This identifier has to be associated with the preparer name defined in Oracle Cloud applications.
  • Name of the person who prepared the supply request. Values must be the full name in LASTNAME, FIRSTNAME format as defined in the employee records in Oracle Cloud applications.
  • Maximum Length: 30
    Status of the supply request that indicates whether the supply request has been processed successfully or has resulted in an error. Valid values include SUCCESS, ERROR.
  • Maximum Length: 120
    Value that uniquely identifies the purchase order header.
  • Maximum Length: 20
    Value that uniquely identifies the purchase order line.
  • Maximum Length: 20
    Number that identifies the purchase order line.
  • Maximum Length: 120
    Number that identifies the purchase order.
  • Value that uniquely identifies the purchase order schedule.
  • Maximum Length: 20
    Number that identifies the purchase order schedule.
  • Quantity of the item requested in the supply request.
  • Date when the requester of the supply needs the item to be shipped from the supply source location.
  • Date when the requested item is scheduled to ship.
  • Maximum Length: 30
    Class of service in the shipping method. This indicates the priority of transportation. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS.
  • Maximum Length: 30
    Priority to place when shipping a transfer order line from the source organization. A list of accepted values are defined in the lookup type WSH_SHIPPING_PRIORITY. For example, LOW, MEDIUM, HIGH etc.
  • Maximum Length: 30
    Mode of transport in the shipping method. This indicates the mode of transportation used for movement of goods. A list of accepted values is defined in the lookup type WSH_MODE_TRANSPORT.
  • Code that identifies the location of the source from where the requested item is being shipped. This code has to be a location code defined in Oracle Cloud applications.
  • Value that uniquely identifies the location from where the requested item is being shipped. This identifier has to be defined in Oracle Cloud applications.
  • Maximum Length: 18
    Code that identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This code has to be an organization code defined in Oracle Cloud applications.
  • Value that uniquely identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be an organization identifier generated in Oracle Cloud applications.
  • Read Only: true
    Name that identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be associated to the organization code defined in Oracle Cloud applications.
  • Maximum Length: 40
    Code that identifies the subinventory from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This code has to be a subinventory code defined in the Oracle Cloud applications.
  • Name that identifies the subinventory from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be associated to the subinventory code defined in Oracle Cloud applications.
  • Value that uniquely identifies the supplier.
  • Name of the supplier.
  • Number that identifies the supplier.
  • Value that uniquely identifies the supplier site.
  • Maximum Length: 80
    Name of the supplier site.
  • Maximum Length: 30
    Operation that needs to be performed on the supply request. Valid values include CREATE, UPDATE, or CANCEL.
  • Value that uniquely identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Maximum Length: 20
    Number that identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Maximum Length: 30
    Source application that requested the supply to Oracle Supply Chain Orchestration Cloud. Valid values include DOO, INV, YPS. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_SOURCE.
  • Transfer Order Line Flexfields on Supply Request Lines
    Title: Transfer Order Line Flexfields on Supply Request Lines
    The Transfer Order Line Flexfields on Supply Request Lines resource manages the descriptive flexfield segments and its values specific to a transfer order line on supply request lines.
  • Maximum Length: 120
    Supply application where the supply is being created. Valid values include INV, WIE, POR.
  • Contains one of the following values: Y or N. If Y, then Oracle Global Order Promising Cloud splits the supply recommendations based on the availability. If N, then Global Order Promising sends the best available single supply recommendation without splitting the supply recommendations based on partial availabilities. The default value is N.
  • Maximum Length: 30
    Type of supply that is being requested by the application requesting supply. Valid values include TRANSFER, BUY, MAKE. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_TYPE.
  • Transfer Cost Request Details
    Title: Transfer Cost Request Details
    The Transfer Cost Request Details resource manages the transfer cost information to create a transfer supply, which leads to a transfer order creation.
  • Maximum Length: 120
    Number that identifies the transfer order header.
  • Maximum Length: 20
    Number that identifies the transfer order line.
  • Value that indicates the transfer price.
  • Maximum Length: 15
    Code that uniquely identifies the transfer price currency.
  • Maximum Length: 3
    Code that identifies the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
  • Name of the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
Nested Schema : Distribution Details
Type: array
Title: Distribution Details
The Distribution Details resource manages the distribution details, which include project costing attributes for transfer supplies and buy supplies.
Show Source
Nested Schema : Error Messages
Type: array
Title: Error Messages
The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
Show Source
Nested Schema : Transfer Order Line Flexfields on Supply Request Lines
Type: array
Title: Transfer Order Line Flexfields on Supply Request Lines
The Transfer Order Line Flexfields on Supply Request Lines resource manages the descriptive flexfield segments and its values specific to a transfer order line on supply request lines.
Show Source
Nested Schema : Transfer Cost Request Details
Type: array
Title: Transfer Cost Request Details
The Transfer Cost Request Details resource manages the transfer cost information to create a transfer supply, which leads to a transfer order creation.
Show Source
Nested Schema : supplyRequests-supplyRequestLines-distributionDetails-item-response
Type: object
Show Source
  • Maximum Length: 60
    Number that identifies the distribution details in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request.
  • Links
  • Project Flexfields on Distribution Details
    Title: Project Flexfields on Distribution Details
    The Project Flexfields on Distribution Details resource manages the descriptive flexfield segments and their values specific to project costing for transfer supplies and buy supplies.
Nested Schema : Project Flexfields on Distribution Details
Type: array
Title: Project Flexfields on Distribution Details
The Project Flexfields on Distribution Details resource manages the descriptive flexfield segments and their values specific to project costing for transfer supplies and buy supplies.
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FDistribution__5FSetsVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FInvoice__5FDistributionVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FInvoice__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFEXM__5FExpense__5FReportVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFEXM__5FExpense__5FReport__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFINV__5FMisc__5FTransactionsVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFOM__5FSales__5FOrderVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPJC__5FAllVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPJC__5FExpenditure__5FBatchVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPOR__5FRequisitionVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPOR__5FUser__5FPreferencesVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrderVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Type: object
Show Source
Nested Schema : supplyRequests-supplyRequestLines-errorMessages-item-response
Type: object
Show Source
  • Links
  • Read Only: true
    Maximum Length: 30
    Name that uniquely identifies the error message registered during supply request processing.
  • Read Only: true
    Maximum Length: 1200
    Text of the error message for an error that occurred at various entities like supplyRequestLines and transferSupply while processing the supply requests.
  • Read Only: true
    Maximum Length: 30
    Value that uniquely identifies the entities like supplyRequestLines and transferSupply at which the error occurred.
Nested Schema : supplyRequests-supplyRequestLines-supplyRequestLinesXferDFF-item-response
Type: object
Show Source
Nested Schema : supplyRequests-supplyRequestLines-transferCostRequestDetails-item-response
Type: object
Show Source
  • Maximum Length: 50
    Number that identifies the batch of supply requests that are sent to Oracle Supply Chain Orchestration Cloud to create supplies. The batch consists of one or more supply requests.
  • Links
  • Amount for the transfer cost on a transfer order line.
  • Maximum Length: 15
    Code that identifies the currency for the transfer cost amount.
  • Maximum Length: 30
    Default Value: CREATE
    Indicates whether the transfer cost line is to be created, updated, or canceled. Values include CREATE, UPDATE, and CANCEL.
  • Maximum Length: 60
    Name of the shipping cost type. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Shipping Cost Types task.
Back to Top

Examples

This example describes how to get all supply requests.

Example cURL Command

Use the following cURL command to submit a request on the REST resource:

curl -u username:password "https://servername/fscmRestApi/resources/version/supplyRequests"

Example Response Body

The following shows an example of the response body in JSON format.


{
	"items": [
	{
		"InterfaceBatchNumber": "BVT_B2B_XFER_CHG_1449053857905",
		"InterfaceSourceCode": "DOO",
		"SupplyRequestStatus": "ON_HOLD",
		"SupplyOrderReferenceId": 1,
		"SupplyOrderReferenceNumber": "1449053853016",
		"SupplyOrderSource": "DOO",
		"SupplyRequestDate": "2015-12-02T11:00:03.503+00:00",
		"SupplyOrderStatus": null,
		"SupplyOrderNumber": null,
		"TrustedSource": 1,
		"ProcessRequestFlag": null,
		"TransferCostAmount": null,
		"TransferCostCurrencyCode": null,
		"TransferCostTypeName": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/supplyRequests/1449053853016",
			"name": "supplyRequests",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/supplyRequests/1449053853016",
			"name": "supplyRequests",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplyRequests/1449053853016/child/supplyRequestLines",
			"name": "supplyRequestLines",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplyRequests/1449053853016/child/supplyOrderLines",
			"name": "supplyOrderLines",
			"kind": "collection"
		}
		],
	},
	{
		"InterfaceBatchNumber": "300100152638847",
		"InterfaceSourceCode": "DOO",
		"SupplyRequestStatus": "PARTIAL",
		"SupplyOrderReferenceId": 300100152638050,
		"SupplyOrderReferenceNumber": "507974",
		"SupplyOrderSource": "DOO",
		"SupplyRequestDate": "2018-06-27T06:44:23.554+00:00",
		"SupplyOrderStatus": "DOS_INPROC",
		"SupplyOrderNumber": "300100152638913",
		"TrustedSource": 1,
		"ProcessRequestFlag": null,
		"TransferCostAmount": null,
		"TransferCostCurrencyCode": null,
		"TransferCostTypeName": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/supplyRequests/507974",
			"name": "supplyRequests",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/supplyRequests/507974",
			"name": "supplyRequests",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplyRequests/507974/child/supplyRequestLines",
			"name": "supplyRequestLines",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/supplyRequests/507974/child/supplyOrderLines",
			"name": "supplyOrderLines",
			"kind": "collection"
		}
		],
	}
	],
	"count": 2,
	"hasMore": true,
	"limit": 2,
	"offset": 0,
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/supplyRequests",
		"name": "supplyRequests",
		"kind": "collection"
	}
	],
}
Back to Top