text
stringlengths 65
20k
|
---|
Simplified connection creation: Automatically identifies the required service catalog service WSDL, optional event catalog URL, and optional interface catalog URL to use based on the Oracle ERP Cloud host name you specify when creating a new connection on the Connections page.Dynamically invokes a REST endpoint/URL at runtime without requiring you to configure any extra invoke connection or REST outbound details.See Invoke an Endpoint Dynamically .Supports the following security policies for selection during Oracle ERP Cloud Adapter connection configuration: Username Password Token With PGP Key Support Username Password Token OAuth Authorization Code Credentials Supports consuming extensible flexfields (EFFs) and descriptive flexfields (DFFs) for REST resources.You can select specific EFFs and DFFs in the Adapter Endpoint Configuration Wizard of an Oracle ERP Cloud Adapter invoke connection.You can then map the EFFs and DFFs in the mapper.See Invoke Descriptive and Extensible Page .Provides standard error handling capabilities.Exposes Supply Chain Management (SCM) Cloud events and web services.Enables you to upload a file to a secure FTP location.The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format. |
Dynamically invokes a REST endpoint/URL at runtime without requiring you to configure any extra invoke connection or REST outbound details.See Invoke an Endpoint Dynamically .Supports the following security policies for selection during Oracle ERP Cloud Adapter connection configuration: Username Password Token With PGP Key Support Username Password Token OAuth Authorization Code Credentials Supports consuming extensible flexfields (EFFs) and descriptive flexfields (DFFs) for REST resources.You can select specific EFFs and DFFs in the Adapter Endpoint Configuration Wizard of an Oracle ERP Cloud Adapter invoke connection.You can then map the EFFs and DFFs in the mapper.See Invoke Descriptive and Extensible Page .Provides standard error handling capabilities.Exposes Supply Chain Management (SCM) Cloud events and web services.Enables you to upload a file to a secure FTP location.The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up. |
See Invoke an Endpoint Dynamically .Supports the following security policies for selection during Oracle ERP Cloud Adapter connection configuration: Username Password Token With PGP Key Support Username Password Token OAuth Authorization Code Credentials Supports consuming extensible flexfields (EFFs) and descriptive flexfields (DFFs) for REST resources.You can select specific EFFs and DFFs in the Adapter Endpoint Configuration Wizard of an Oracle ERP Cloud Adapter invoke connection.You can then map the EFFs and DFFs in the mapper.See Invoke Descriptive and Extensible Page .Provides standard error handling capabilities.Exposes Supply Chain Management (SCM) Cloud events and web services.Enables you to upload a file to a secure FTP location.The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object. |
Supports the following security policies for selection during Oracle ERP Cloud Adapter connection configuration: Username Password Token With PGP Key Support Username Password Token OAuth Authorization Code Credentials Supports consuming extensible flexfields (EFFs) and descriptive flexfields (DFFs) for REST resources.You can select specific EFFs and DFFs in the Adapter Endpoint Configuration Wizard of an Oracle ERP Cloud Adapter invoke connection.You can then map the EFFs and DFFs in the mapper.See Invoke Descriptive and Extensible Page .Provides standard error handling capabilities.Exposes Supply Chain Management (SCM) Cloud events and web services.Enables you to upload a file to a secure FTP location.The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM. |
You can select specific EFFs and DFFs in the Adapter Endpoint Configuration Wizard of an Oracle ERP Cloud Adapter invoke connection.You can then map the EFFs and DFFs in the mapper.See Invoke Descriptive and Extensible Page .Provides standard error handling capabilities.Exposes Supply Chain Management (SCM) Cloud events and web services.Enables you to upload a file to a secure FTP location.The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file. |
You can then map the EFFs and DFFs in the mapper.See Invoke Descriptive and Extensible Page .Provides standard error handling capabilities.Exposes Supply Chain Management (SCM) Cloud events and web services.Enables you to upload a file to a secure FTP location.The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort . |
See Invoke Descriptive and Extensible Page .Provides standard error handling capabilities.Exposes Supply Chain Management (SCM) Cloud events and web services.Enables you to upload a file to a secure FTP location.The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received. |
Provides standard error handling capabilities.Exposes Supply Chain Management (SCM) Cloud events and web services.Enables you to upload a file to a secure FTP location.The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint. |
Exposes Supply Chain Management (SCM) Cloud events and web services.Enables you to upload a file to a secure FTP location.The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status. |
Enables you to upload a file to a secure FTP location.The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data. |
The file is identified and provided to Oracle ERP Cloud so that the data can be uploaded in the Oracle ERP Cloud business tables.In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses. |
In the invoke (outbound to Oracle ERP Cloud) direction, files can be uploaded in the following formats: BASE64 format: Files uploaded in this format are embedded in the SOAP message.MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format. |
MTOM format: This is the default upload format.Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format. |
Files uploaded in this format are sent as an attachment in the SOAP message.If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store. |
If there are errors during MTOM upload, the file is uploaded in BASE64 format.During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document. |
During runtime, the Oracle ERP Cloud file upload occurs: The file is picked up.In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format. |
In the invoke (outbound to Oracle ERP Cloud) direction, Oracle ERP Cloud receives the file as an attachment object.The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format. |
The file is first uploaded in MTOM format to UCM.After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content . |
After uploading the document to UCM, a request is sent to Oracle ERP Cloud to process the file.If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported. |
If the document upload to MTOM fails, the file is uploaded in BASE64 format by providing the files as BASE64 content directly to Oracle ERP Cloud.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-2Note: Create the UCM URL by appending the host and port of the service catalog with the following URI: /idcws/GenericSoapPort .During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription. |
During runtime, the callback is received.ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes. |
ERP sends the callback on the callback endpoint.The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard. |
The callback contains the following information: *Overall status.*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload. |
*Document ID of the file that contains all the log data.*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event. |
*List of all jobs, their child jobs, and their statuses.The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received. |
The file is first downloaded in MTOM format.If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used. |
If the download fails, the file is downloaded in BASE64 format.The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback. |
The file is stored in the attachment store.The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications. |
The reference of the file is provided as an output in the XML document.Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration. |
Enables you to upload files to Oracle WebCenter Content (Universal Content Manager) in encrypted or unencrypted format.Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache. |
Oracle WebCenter Content provides a unified repository to store unstructured content, enabling organizations to deliver the content to business users in the proper format.See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration. |
See Upload a File to Oracle WebCenter Content .Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically. |
Note: Downloading files from Oracle WebCenter Content is not supported.Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration. |
Supports the ErpImportBulkDataEvent event subscription.The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated. |
The process of import bulk data is now simplified and based on the ErpImportBulkDataEvent event: Change in design for the invoke integration: For new integrations in the invoke direction (Oracle Integration to Oracle ERP Cloud), support is added to raise an ErpImportBulkDataEvent event in Oracle ERP Cloud once the import bulk process completes.To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required. |
To raise the ErpImportBulkDataEvent event, you must select the Enable Callback check box on the Response page of the Adapter Endpoint Configuration Wizard.The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated. |
The callback-based Integration Flow Identifier and Version fields are removed because the callback is now an ErpImportBulkDataEvent event payload.Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application. |
Change in the callback integration: All new callback integrations are now based on the ErpImportBulkDataEvent event.While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter. |
While configuring the callback integration, you must select the exact import job on the Operations page of the Adapter Endpoint Configuration Wizard for which the ErpImportBulkDataEvent event is to be received.For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter. |
For older, existing integrations, the ErpImportBulkDataEvent event is not used.You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog. |
You must continue to manually specify details in the Integration Flow Identifier and Version fields on the Response page of the invoke integration to receive a callback.See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported. |
See Invoke a File-Based Data Import (FBDI) Job .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-3Supports the token-based authentication scheme for business and FBDI event messages originating from Oracle Fusion Applications.Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard. |
Oracle ERP Cloud Adapter token-based authentication uses time-sensitive session tokens generated using strong encryption on the Oracle Fusion Applications event handler and passed to Oracle Integration.The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated. |
The session token is validated by Oracle Integration against the Oracle ERP Cloud application sender and added to local cache.Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order. |
Tokens are never persisted on Oracle Fusion Applications or Oracle Integration.Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud. |
Token-based authentication provides the following benefits: The token refreshes automatically.You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval. |
You dont have to worry about expiration.It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval. |
It's difficult to compromise because tokens are self-generated.No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2. |
No additional settings are required.Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed. |
Note: Note the following behavior: During bidirectional account and contact synchronization, echoes are generated.Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed. |
Oracle Integration-based integrations use echo suppression to prevent unwanted update or create events (the echoes) from returning to the source application.You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2. |
You cannot write database SQL queries with the Oracle ERP Cloud Adapter.Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval. |
Instead, you must write a Business Intelligence Publisher (BIP) report in Oracle Fusion Applications and invoke it from the Oracle ERP Cloud Adapter.See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval. |
See this blog.Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2. |
Supported SCM and Procurement Business Events The following SCM and Procurement business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open. |
You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open. |
Inventory Management Maintenance Manufacturing Order Management Procurement Product Lifecycle Management Supply Chain Collaboration and Visibility Inventory ManagementChapter 1 Oracle ERP Cloud Adapter Capabilities 1-4Supported Business EventsDescription Event Payload Callback Service Advanced Shipment Notice EventSignals that an advance shipment notice can be sent to an external customer for the shipment.NA SOAP Service: ShipmentService Operation: getAdvancedShipmentNoticeDa ta ASN Cancellation EventNotifies that an ASN/ASBN line has been canceled in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment ASN Creation EventNotifies that an ASN/ASBN line has been created in Oracle Fusion Receiving Cloud.NA SOAP Service: InboundShipmentService Operation: findShipment Backorder Line EventSignals that a shipment line has been back ordered.NA SOAP Service: ShipmentLineService Operation: GetBackorderLineData Cancel Inbound ASNNotifies that an ASN/ASBN has been canceled in Fusion Receiving and is available for external systems to process.ShipmentHeaderId ShipmentLineIdNA Create Correction Transaction EventNotifies that a correction transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Deliver Transaction EventNotifies that a deliver transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Inbound ASNNotifies that an ASN/ASBN has been created in Fusion Receiving and is available for external systems to process.ShipmentHeaderId NA Create Receiving Receipt EventNotifies that a receipt is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceiptService Operation: findReceiptChapter 1 Oracle ERP Cloud Adapter Capabilities 1-5Supported Business EventsDescription Event Payload Callback Service Create Return Transaction EventNotifies that a return (to supplier, customer, organization) transaction is created in Oracle Fusion Receiving Cloud.NA SOAP Service: ReceivingTransactionService Operation: findTransaction Create Transfer Order LineSignals the creation of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TOSourceOrganizationId TOSourceOrganizationCode RequisitionBUId RequisitionBUName TransferOrderSourceCode TransferOrderSourceNameNA Financial Orchestration Transfer Price Business EventSignals that the transfer price is published for supply chain financial orchestration.SourceEventIdentifier EventType EventDate SourceDocumentId SourceDocumentType FinancialRouteFromBusinessUn itName FinancialRouteToBusinessUnitN ame FinancialRouteNumber UnitTransferPrice UOM CurrencyCodeNA Manifest Request EventSignals that shipment information can be sent to the carrier manifesting system to determine rate, freight cost, and labels for the shipment.NA SOAP Service: Shipment Service Operation: getManifestRequestDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-6Supported Business EventsDescription Event Payload Callback Service Modify Transfer Order LineSignals the cancel or update of a transfer order line.TransferOrderHeaderNumber TransferOrderHeaderId TransferOrderLineNumber TransferOrderLineId Action TOSourceOrganizationCode TOSourceOrganizationId TODestinationOrganizationCod e TODestinationOrganizationIdNA Outbound Receipt AdviceNotifies that a Receipt Advice is generated in Fusion Receiving and available for external systems to process.ExternalSystemGroupId NA Outbound Shipment RequestNotifies that a Shipment Request is generated in Fusion Shipping and available for external applications to consume.PickBatchName NA Pick Confirm EventSignals a pick confirm transaction.TransactionId PickSlipNumber PickSlipLineNumber OrganizationId OrganizationCode InventoryItemId ItemNumber TransactionTypeId TransactionTypeName TransactionDateNA Receipt Advice Event NotificationNotifies that a receipt advice is generated in Oracle Fusion Receiving Cloud and available for external systems to process.NA SOAP Service: ReceiptAdviceService Operation: getReceiptAdviceDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-7Supported Business EventsDescription Event Payload Callback Service Shipment Advice EventSignals that the shipment is shipped and is ready for informing the source system with the shipped information.NA SOAP Service: ShipmentService Operation: getShipmentAdviceData Shipment Request Generate EventSignals that shipment line selection criteria is published for external systems to process the lines.NA SOAP Service: ShipmentLineService Operation: GenerateShipmentRequest Standard Cost Exported EventSignals that a standard cost is exported for a scenario.DocumentTitle DocumentIdentifier DocumentName RequestId CostOrganization CostBook ScenarioType EventDate ScenarioNameNA Standard Cost Published EventSignals that the standard cost is published for a scenario.ScenarioName CostOrganization CostBook ScenarioType EventDate ScenarioEffectiveDate ScenarioIdentifier CostOrganizationIdentifier CostBookIdentifier RequestId ActionNA Trade Screening Request EventSignals to request trade screening for a shipment line.NA SOAP Service: ShipmentLineService Operation: getShipmentLineDataChapter 1 Oracle ERP Cloud Adapter Capabilities 1-8Supported Business EventsDescription Event Payload Callback Service Transfer Price Published EventSignals that the transfer price is published for a sales order fulfillment line.FulfillLineId UnitTransferPrice CurrencyCode DeliveryId DeliveryName DeliveryDetailId SourceTransactionId SourceTransactionSystem SourceTransactionNumber SourceTransactionLineId SourceTransactionLineNumber OrderTypeCode UomCodeNA Maintenance Supported Business EventsDescription Event Payload Callback Service Customer Asset CreatedSignals that a customer asset is created.NA SOAP Service: AssetService Operation: getAsset Customer Asset Relationship CreatedSignals that a customer asset relationship is created.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset Relationship DeletedSignals that an asset relationship is deleted.NA SOAP Service: AssetRelationshipService Operation: getAssetRelationship Customer Asset UpdatedSignals that a customer asset is updated.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset CreatedSignals that a maintenance asset is created.NA SOAP Service: AssetService Operation: getAsset Maintenance Asset UpdatedSignals that a maintenance asset is updated.NA SOAP Service: AssetService Operation: getAsset Work Order CreateSignals that a work order is created.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrich Work Order UpdateSignals that a work order is updated.NA SOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-9Manufacturing Supported Business EventsDescription Event Payload Callback Service Inspection Business EventSignals that Inspection Business is raised.IpEventId InspectionNameNA Print Product Label EventSignals that a print product label is triggered.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId ItemNumber InventoryItemId OperationTransactionId InvTransactions InvTransactionId SerialNumbers SerialNumber LotNumbers LotNumber OutputLotInformation Outputs OutputItemNumber OutputLotNumberNA Work Order CreateSignals that a work order is created.WorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-10Supported Business EventsDescription Event Payload Callback Service Work Order UpdateSignals that work order header attributes, or any of the attributes of the following child entities, are updated.Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2. |
Work Order Header Attributes: Quantity, Planned Start Date, Planned Completion Date, Status Child Entities, Actions, and Attributes Work Order Operations Create Delete Completion or reversal at the last operation Quantity rejected or scrapped at an operation Work Order Operation Materials Create Delete Replace with Substitute Update Required Quantity Work Order Operation Resources Create Delete Update Required Usage Work Order Operation Resource Instances Create DeleteWorkOrderNumber WorkOrderId OrganizationCode OrganizationId EventTypeSOAP Service: WorkOrderEnrichService Operation: getWorkOrderEnrichChapter 1 Oracle ERP Cloud Adapter Capabilities 1-11Supported Business EventsDescription Event Payload Callback Service Work Order Operation Outputs Create Delete Update Output Quantity Work Order Operation Material Serials Create Delete Work Order Operation Material Lots Create Delete Work Order Product Serials Create Delete Order Management Supported Business EventsDescription Event Payload Callback Service Order Status UpdatedInforms a subscriber that an order status or status of a fulfillment line that is part of an order was updated.NA SOAP Service: EventEnrichmentService Operation: getEnrichmentDetailsChapter 1 Oracle ERP Cloud Adapter Capabilities 1-12Supported Business EventsDescription Event Payload Callback Service Sales Order NotificationInforms a subscriber about a significant development on a sales order.This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled. |
This event occurs when the order status changes, the line status changes, the value of an attribute changes, a fulfillment line splits, or an exception occurs, such as a jeopardy or hold.NA SOAP Service: DocumentService Operation: getSalesOrderNotificationDetail s Sales Order Trade Compliance ScreeningCommunicates screening requests to a system that manages trade compliance.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Sales Order Transportation PlanningCommunicates fulfillment requests to a transportation planning system.NA SOAP Service: OrderFulfillmentRequestService Operation: getOrderFulfillmentRequestDeta ils Procurement Note: The purchase order event is enabled by default in Oracle ERP Cloud.Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled. |
Supported Business EventsDescription Event Payload Service Callback Purchase Order EventPublished when a purchase order is created, changed, finally closed, or reopened.NA SOAP Service: PurchaseOrderService Operation: getPurchaseOrder Supplier Created EventSignals a supplier is created.SupplierId SupplierNumberNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-13Supported Business EventsDescription Event Payload Service Callback Supplier Negotiation Invitation EventSignals that a negotiation is published and open for suppliers to respond.Auction Header ID Negotiation Number Negotiation Title Open Date Close Date Procurement BU ProcurementBU IDNA Supplier Updated EventSignals a supplier is updated.SupplierId SupplierNumberNA Product Lifecycle Management Supported Business EventsDescription Event Payload Callback Service Bulk Delete EventSignals bulk deletion of item entities.RequestId RequestStatusNA Change Order Approval Event (replaced by Change Order Approval Event Version 2)Signals that a change order is in approval.Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2. |
Note: This event was replaced by the Change Order Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Approval Event Version 2Signals that a change order is in approval.This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated. |
This is version 2.Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported. |
Note: This event replaces the Change Order Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Completed Event (replaced by Change Order Completed Event Version 2)Signals that a change order is completed.Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported. |
Note: This event was replaced by the Change Order Completed Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-14Supported Business EventsDescription Event Payload Callback Service Change Order Completed Event Version 2Signals that a change order is completed.This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard. |
This is version 2.Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes. |
Note: This event replaces the Change Order Completed Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Interim Approval Event (replaced by Change Order Interim Approval Event Version 2)Signals that a change order is in interim approval.Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes. |
Note: This event was replaced by the Change Order Interim Approval Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Interim Approval Event Version 2Signals that a change order is in interim approval.This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed. |
This is version 2.Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes. |
Note: This event replaces the Change Order Interim Approval Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Open Event (replaced by Change Order Open Event Version 2)Signals that a change order is open.Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided. |
Note: This event was replaced by the Change Order Open Event Version 2.NA SOAP Service: ChangeOrderService Operation: getChangeOrder Change Order Open Event Version 2Signals that a change order is open.This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions. |
This is version 2.Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter. |
Note: This event replaces the Change Order Open Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Change Order Scheduled Event (replaced by Change Order Scheduled Event Version 2)Signals that a change order is scheduled.Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits. |
Note: This event was replaced by the Change Order Scheduled Event Version 2.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: getChangeOrderChapter 1 Oracle ERP Cloud Adapter Capabilities 1-15Supported Business EventsDescription Event Payload Callback Service Change Order Scheduled Event V2Signals that a change order is scheduled.This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications. |
This is version 2.Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events. |
Note: This event replaces the Change Order Scheduled Event.NA SOAP Service: ProductDesignChangeOrderSer vice Operation: findChangeOrderRedline Data Pool Subscription Confirmation Sent EventSignals a data pool subscription confirmation is sent.NA SOAP Service: DataPoolSyndicationService Operation: findConfirmation Data Pool Subscription EventSignals a data pool subscription is created.NA SOAP Service: DataPoolSyndicationService Operation: findSubscription GTIN Item CrossReference Relationship Create EventGTIN Item CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference GTIN Item CrossReference Relationship Delete EventGTIN Item CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerType TradingPartnerId TradingPartnerName TradingPartnerNumber UomCode GTIN RevisionCode EpcGtinSerialNA GTIN Item CrossReference Relationship Update EventGTIN Item CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findGTINCrossReference Item Bulk Load EventSignals items are imported.RequestId RequestStatusNA Item Catalog Category Assignment Change EventSignals a change in the item catalog category assignment.NA SOAP Service: ItemService Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-16Supported Business EventsDescription Event Payload Callback Service Item Category Assignment Delete EventSignals the deletion of an item catalog category assignment.ItemCategoryAssignmentId InventoryItemId OrganizationId OrganizationCode ItemNumber CategorySetId CatalogCode CategoryId CategoryCode MasterControlledFlag StartDate EndDateNA Item Create EventSignals an item is created.NA SOAP Service: ItemService Operation: findItem Item CrossReference Relationship Create EventItem CrossReference Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item CrossReference Relationship Delete EventItem CrossReference Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterOrganizationId MasterOrganizationCode InventoryItemId ItemNumber CrossReference SubType OrgIndependentFlagNA Item CrossReference Relationship Update EventItem CrossReference Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findItemCrossReferenceRelatio nship Item Import Job Complete EventSignals that item import job is completed.RequestId RequestStatusNA Item Level Multi Row EFF Delete EventSignals the deletion of a row in the item-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNAChapter 1 Oracle ERP Cloud Adapter Capabilities 1-17Supported Business EventsDescription Event Payload Callback Service Item Publication EventSignals that items are published.DocumentId ErrorMessage PublicationJobStatus RequestId SpokeSystemCodeNA Item Revision Change EventSignals a change in the item revision.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Revision Level Multi Row EFF Delete EventSignals the deletion of a row in the item revision-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId RevisionId RevisionCode ItemNumber OrganizationCode IsTranslatableContext MRUniqueKeyNA Item Structure Component Create EventSignals that an item structure component is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Component Update EventSignals that an item structure component is updated.NA SOAP Service: StructureService Operation: findStructure Item Structure Create EventSignals that an item structure is created.NA SOAP Service: StructureService Operation: findStructure Item Structure Update EventSignals that an item structure is updated.NA SOAP Service: StructureService Operation: findStructure Item Supplier Association Create EventSignals association to an item supplier has been created.N/A SOAP Service: ItemServiceV2 Operation: findItem Item Supplier Association Update EventSignals association to an item supplier has been updated.N/A SOAP Service: ItemServiceV2 Operation: findItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-18Supported Business EventsDescription Event Payload Callback Service Item Supplier- Level Multirow EFF Delete EventSignals the deletion of a row in the item supplier-level multirow attribute group.EffLineId ContextCode InventoryItemId OrganizationId ItemNumber OrganizationCode IsTranslatableContext MRUniqueKey CategoryCode EndPointUrlN/A Item Update EventSignals that an item is updated.Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth . |
Note: This event is for item updates that are not handled through the Item Bulk Load Event.NA SOAP Service: ItemService Operation: findItem New Item Request CompletedSignals that a new item request is completed.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request OpenedSignals that a new item request is open.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request ScheduledSignals that a new item request is scheduled.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To ApprovalSignals that a new item request is in approval.NA SOAP Service: NewItemRequestService Operation: getNewItemRequest New Item Request Status Changed To DefinitionSignals that a new item request is in definition.NA SOAP Service: NewItemRequestService Operation: getNewItemRequestChapter 1 Oracle ERP Cloud Adapter Capabilities 1-19Supported Business EventsDescription Event Payload Callback Service Product Upload Status Change EventSignals a status change in a product upload.ProductUploadId newValue oldValue ProductUploadName newValue oldValue ProductUploadStatus newValue oldValue SupplierId newValue oldValue ProductSchedule.EmailAddress newValue oldValue ProductSchedule.NotificationFla g newValue oldValue MappingName newValue oldValue ItemClassName newValue oldValue BatchId newValue oldValue CreationDate newValue oldValue CreatedBy newValue oldValue AssigneeUserName newValue oldValue ImportOnDataLoad newValue oldValue ScheduleId newValue oldValueNA Related Item Relationship Create EventRelated Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItemChapter 1 Oracle ERP Cloud Adapter Capabilities 1-20Supported Business EventsDescription Event Payload Callback Service Related Item Relationship Delete EventRelated Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode MasterControlledFlag FromInventoryItemId FromItemNumber ToInventoryItemId ToItemNumber RelationshipType Rank ReciprocalFlag PlanningEnabledFlagNA Related Item Relationship Update EventRelated Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findRelatedItem Source System Item Relationship Create EventSource System Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Source System Item Relationship Delete EventSource System Item Relationship Delete EventItemRelationshipId OrganizationId OrganizationCode InventoryItemId ItemNumber SpokeSystemId SpokeSystemCode SpokeSystemItemNA Source System Item Relationship Update EventSource System Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findSpokeSystemRelationship Trading Partner Item Relationship Create EventTrading Partner Item Relationship Create EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hipChapter 1 Oracle ERP Cloud Adapter Capabilities 1-21Supported Business EventsDescription Event Payload Callback Service Trading Partner Item Relationship Delete EventTrading Partner Item Relationship Delete EventItemRelationshipId TradingPartnerType OrganizationId OrganizationCode InventoryItemId ItemNumber TradingPartnerId TradingPartnerName TradingPartnerNumber TradingPartnerItemId TradingPartnerItemNumber CompetitorItemRelationshipTyp eNA Trading Partner Item Relationship Update EventTrading Partner Item Relationship Update EventNA SOAP Service: ItemRelationshipService Operation: findTradingPartnerItemRelations hip Supply Chain Collaboration and Visibility Supported Business EventsDescription Event Payload Service Callback B2B Message CreatedSignals that a B2B message with the delivery method of a business event has been created.MessageId DocumentType Datetime SenderId SenderIdType RecipientId RecipientIdType IntermediaryId IntermediaryIdType ApplicationDocumentNumberNA Supported Financials Business Events The following Financials business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon. |
You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-22Cloud Product Supported Business EventDescription Enable By Using First Release Available Advanced CollectionsStrategy Closed Signals when the collection strategy associated to a customer is closed.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Advanced CollectionsStrategy External Task OpenedSignals when the collection strategy assigned to a customer has a task that should be performed by an external system and when that task is opened.Automatically Initiate or Fulfill Collections Tasks in Third Party Systems feature18C Expenses Expense Report Auditor ApprovedSignals when the expense report is approved by the auditor.ERP Business Events REST API19B Expenses Expense Report HeldSignals when the expense report is placed on hold.ERP Business Events REST API19B Expenses Expense Report Hold ReleasedSignals when the hold on the expense report is released.ERP Business Events REST API19B Expenses Expense Report Manager ApprovedSignals when the expense report is approved by the manager.ERP Business Events REST API19B Expenses Expense Report PaidSignals when the expense report is paid.ERP Business Events REST API19B Expenses Expense Report SubmittedSignals when the expense report is submitted by the user.ERP Business Events REST API19B Financials Common ModuleERP Integration InboundSignals when the import bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D Financials Common ModuleERP Integration OutboundSignals when the export bulk data is completed using the ERP Integration web service.ERP Integrations REST API17D General Ledger Accounting Period ClosedSignals when a general ledger accounting period is closed.ERP Business Events REST API18C General Ledger Accounting Period OpenedSignals when a general ledger accounting period is opened.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-23Cloud Product Supported Business EventDescription Enable By Using First Release Available General Ledger Accounting Period ReopenedSignals when a general ledger accounting period is reopened.ERP Business Events REST API18C General Ledger Journal Batch ApprovedSignals when a journal batch is approved.ERP Business Events REST API18C General Ledger Journal Batch Posting CompletedSignals when a journal batch is posted.ERP Business Events REST API18C Payables Payables Invoice ApprovedSignals when an invoice is approved.AP: Enable Business Events profile option at the site level18C Payables Payables Invoice CancelledSignals when an invoice is canceledAP: Enable Business Events profile option at the site level18C Payables Payables Invoice CreatedSignals when an invoice is created.AP: Enable Business Events profile option at the site level18C Payables Invoice Hold AppliedSignals when an invoice hold is placed.AP: Enable Business Events profile option at the site level18B Payables Invoice Hold ReleasedSignals when an invoice hold is released.AP: Enable Business Events profile option at the site level18B Payables Payables Invoice ValidatedSignals when an invoice is validated online.AP: Enable Business Events profile option at the site level18C Payables Payables Payment CreatedSignals when a single payment is created.AP: Enable Business Events profile option at the site level18C Payables Payables Payment VoidedSignals when a payment is voided.AP: Enable Business Events profile option at the site level19A Payments Payment File CreatedSignals when a payment file is created.IBY: Enable Business Events profile option at the site level18C Receivables Credit Case Folder ClosureSignals when a case folder whose request type is Credit Check Failure is closed.Enabled by default 18B Receivables Credit Case Folder CreatedPublished when a credit case folder is created.ERP Business Events REST API21CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-24Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Credit Case Folder Refresh RequestedPublished when a user clicks Refresh Data on the credit case folder.ERP Business Events REST API21C Receivables Receivables Autoinvoice CompletedSignals when an autoinvoice is completed.ERP Business Events REST API19A Receivables Receivables Credit Memo AppliedSignals when a standard credit memo is created and an on account credit memo is successfully applied.ERP Business Events REST API19A Receivables Receivables Credit Memo CompletedSignals when a credit memo is successfully completed.ERP Business Events REST API19A Receivables Receivables Credit Memo IncompletedSignals when a credit memo is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice CompletedSignals when an invoice is completed.ERP Business Events REST API18C Receivables Receivables Invoice IncompletedSignals when an invoice is incomplete.ERP Business Events REST API19A Receivables Receivables Invoice PaidSignals when a payment is applied to an invoice.ERP Business Events REST API18C Receivables Receivables Lockbox Batch CompletedSignals when a lockbox batch process is completed.ERP Business Events REST API19A Receivables Standard Receipt AppliedSignals when a standard receipt is applied to a transaction for the goods received or services rendered.ERP Business Events REST API19A Receivables Standard Receipt CreatedSignals when a standard receipt is created to record payment from a customer for goods received or services rendered.ERP Business Events REST API18C Receivables Standard Receipt DeletedSignals when a standard receipt is successfully deleted.ERP Business Events REST API19A Receivables Standard Receipt ReversedSignals when a standard receipt is reversed.ERP Business Events REST API18CChapter 1 Oracle ERP Cloud Adapter Capabilities 1-25Cloud Product Supported Business EventDescription Enable By Using First Release Available Receivables Standard Receipt UnappliedSignals when a standard receipt is successfully unapplied.ERP Business Events REST API19A Revenue ManagementRevenue Contract Batch CreatedSignals when revenue contracts are created in a batch process.ERP Business Events REST API19D For detailed information about enabling business events, see the following: About the REST APIs in REST API for Oracle Financials Cloud Overview of Public Business Events in Implementing Payables Invoice to Pay Supported Project Portfolio Management Business Events The following Project Portfolio Management business events are supported.You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return. |
You can subscribe to these events during adapter configuration in the Adapter Endpoint Configuration Wizard.Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported. |
Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project Financial ManagementPublishing Financial Project ProgressSignals whenever financial project progress is published.No 18C REST Service: Project Progress Operation: Get the progress of a project Project Financial ManagementFinancial Project Plan ChangesSignals whenever task assignments are created or modified in a financial project plan.No 18C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project Financial ManagementUnplanned Project CostsSignals whenever unplanned resources are added to the financial project plan.No 22B REST Service: Project Plans Operation: Project Plan Change Project FoundationProject Status ChangeSignals whenever the status of a project plan changes.No 17D REST Service: Projects Operation: Get a projectChapter 1 Oracle ERP Cloud Adapter Capabilities 1-26Work Area Supported Public EventDescription Enabled By DefaultFirst Release AvailableCallback Service Project ManagementProject Deliverable Status ChangesSignals whenever project deliverable status or priority changes.Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme. |
Creating or deleting a deliverable doesnt generate signals.No 19A REST Service: Deliverables Method: Get a deliverable Project ManagementProject Gate Approver Status ChangeSignals whenever the status of a project gate approver is changed.No 21C REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Project ManagementProject Gate Status ChangeSignals whenever the status of a project gate is changed.No 21C REST Service: Project Plans Resource: Gate Approvers Operation: Update Project Resource ManagementProject Resource Request StatusSignals whenever the status of a project resource request changes.A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) . |
A new request is created in Open or Pending Adjustment status, or resource assignments are readjusted or canceled.No 19B REST Service: Project Resource Requests Operation: Get a project resource request Task ManagementProject Milestone CompletionSignals whenever a project milestone is completed.Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection. |
Completing financial tasks that are flagged as milestones doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Task ManagementProject Task Progress Status ChangesSignals whenever project task progress status changes.Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue. |
Creating or deleting tasks doesnt generate signals.No 19A REST Service: Project Plans Resource: Tasks Operation: Get a task of a project Detailed information about these events is provided.See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration. |
See Public Business Events in Implementing Project Financial Management and Grants Management and Public Business Events in Implementing Project Execution Management .Chapter 1 Oracle ERP Cloud Adapter Capabilities 1-27Oracle ERP Cloud Adapter Restrictions Note the following Oracle ERP Cloud Adapter restrictions.You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource. |
You can successfully upload files of up to 1 GB in size to Oracle WebCenter Content (Universal Content Manager) with the Oracle ERP Cloud Adapter.However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits. |
However, when the file is unzipped or a virus scan is run, it may fail due to Oracle ERP Cloud size limits.An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported? |
An Oracle ERP Cloud Adapter trigger connection configured with an OAuth security policy cannot receive events from Oracle Fusion Applications.Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix. |
Instead, configure the Oracle ERP Cloud Adapter trigger connection with the Username Password Token security policy to successfully receive events.See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix . |
See Event-Based Oracle ERP Cloud Adapter Trigger Connections Fail When Configured with OAuth .The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration. |
The SubmitJobwithOutput operation is being deprecated soon.It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate. |
It is recommended that you use the ExportBulkdata operation from Oracle ERP Cloud to submit Business Intelligence Publisher (BIP) jobs and receive a call back in return.Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate.The connections can be reused in multiple integrations and are typically created by the administrator.Create an Oracle ERP Cloud Adapter Connection 2Create the integration. |
Downloading files from Oracle WebCenter Content is not supported.Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate.The connections can be reused in multiple integrations and are typically created by the administrator.Create an Oracle ERP Cloud Adapter Connection 2Create the integration.When you do this, you add trigger and invoke connections to the integration. |
Oracle Fusion Applications allows clients to access the public event catalog using the HTTP basic authentication scheme.When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate.The connections can be reused in multiple integrations and are typically created by the administrator.Create an Oracle ERP Cloud Adapter Connection 2Create the integration.When you do this, you add trigger and invoke connections to the integration.For a trigger, you select to include either a business object or event in your integration.Create Integrations and Add the Oracle ERP Cloud Adapter Connection to an Integration 3Map data between the trigger connection data structure and the invoke connection data structure.Map Data in Using Integrations in Oracle Integration Generation 2 4(Optional) Create lookups that map the different values used by those applications to identify the same type of object (such as gender codes or country codes).Manage Lookups in Using Integrations in Oracle Integration Generation 2 5Activate the integration. |
When the client is not allowed to communicate with the catalog using this scheme, they receive the following error: Server redirected too many times (20) .This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate.The connections can be reused in multiple integrations and are typically created by the administrator.Create an Oracle ERP Cloud Adapter Connection 2Create the integration.When you do this, you add trigger and invoke connections to the integration.For a trigger, you select to include either a business object or event in your integration.Create Integrations and Add the Oracle ERP Cloud Adapter Connection to an Integration 3Map data between the trigger connection data structure and the invoke connection data structure.Map Data in Using Integrations in Oracle Integration Generation 2 4(Optional) Create lookups that map the different values used by those applications to identify the same type of object (such as gender codes or country codes).Manage Lookups in Using Integrations in Oracle Integration Generation 2 5Activate the integration.Note: If you deactivate an integration that contains a business event subscription, a message is displayed asking if you want to delete the event subscription. |
This occurs while testing the Oracle Cloud connection.You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate.The connections can be reused in multiple integrations and are typically created by the administrator.Create an Oracle ERP Cloud Adapter Connection 2Create the integration.When you do this, you add trigger and invoke connections to the integration.For a trigger, you select to include either a business object or event in your integration.Create Integrations and Add the Oracle ERP Cloud Adapter Connection to an Integration 3Map data between the trigger connection data structure and the invoke connection data structure.Map Data in Using Integrations in Oracle Integration Generation 2 4(Optional) Create lookups that map the different values used by those applications to identify the same type of object (such as gender codes or country codes).Manage Lookups in Using Integrations in Oracle Integration Generation 2 5Activate the integration.Note: If you deactivate an integration that contains a business event subscription, a message is displayed asking if you want to delete the event subscription.See Deactivate an Integration with Business Events .Manage Integrations in Using Integrations in Oracle Integration Generation 2 6Monitor the integration on the dashboard.Monitor Integrations in Using Integrations in Oracle Integration Generation 2 7Track payload fields in messages during runtime.Assign Business Identifiers for Tracking Fields in Messages and Manage Business Identifiers for Tracking Fields in Messages in Using Integrations in Oracle Integration Generation 2 8Manage errors at the integration level, connection level, or specific integration instance level.Manage Errors in Using Integrations in Oracle Integration Generation 2Chapter 1 Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration 1-292 Create an Oracle ERP Cloud Adapter Connection A connection is based on an adapter. |
You must file a service request with Oracle Fusion Applications to resolve this issue.Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate.The connections can be reused in multiple integrations and are typically created by the administrator.Create an Oracle ERP Cloud Adapter Connection 2Create the integration.When you do this, you add trigger and invoke connections to the integration.For a trigger, you select to include either a business object or event in your integration.Create Integrations and Add the Oracle ERP Cloud Adapter Connection to an Integration 3Map data between the trigger connection data structure and the invoke connection data structure.Map Data in Using Integrations in Oracle Integration Generation 2 4(Optional) Create lookups that map the different values used by those applications to identify the same type of object (such as gender codes or country codes).Manage Lookups in Using Integrations in Oracle Integration Generation 2 5Activate the integration.Note: If you deactivate an integration that contains a business event subscription, a message is displayed asking if you want to delete the event subscription.See Deactivate an Integration with Business Events .Manage Integrations in Using Integrations in Oracle Integration Generation 2 6Monitor the integration on the dashboard.Monitor Integrations in Using Integrations in Oracle Integration Generation 2 7Track payload fields in messages during runtime.Assign Business Identifiers for Tracking Fields in Messages and Manage Business Identifiers for Tracking Fields in Messages in Using Integrations in Oracle Integration Generation 2 8Manage errors at the integration level, connection level, or specific integration instance level.Manage Errors in Using Integrations in Oracle Integration Generation 2Chapter 1 Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration 1-292 Create an Oracle ERP Cloud Adapter Connection A connection is based on an adapter.You define connections to the specific cloud applications that you want to integrate. |
Note: There are overall service limits for Oracle Integration.A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate.The connections can be reused in multiple integrations and are typically created by the administrator.Create an Oracle ERP Cloud Adapter Connection 2Create the integration.When you do this, you add trigger and invoke connections to the integration.For a trigger, you select to include either a business object or event in your integration.Create Integrations and Add the Oracle ERP Cloud Adapter Connection to an Integration 3Map data between the trigger connection data structure and the invoke connection data structure.Map Data in Using Integrations in Oracle Integration Generation 2 4(Optional) Create lookups that map the different values used by those applications to identify the same type of object (such as gender codes or country codes).Manage Lookups in Using Integrations in Oracle Integration Generation 2 5Activate the integration.Note: If you deactivate an integration that contains a business event subscription, a message is displayed asking if you want to delete the event subscription.See Deactivate an Integration with Business Events .Manage Integrations in Using Integrations in Oracle Integration Generation 2 6Monitor the integration on the dashboard.Monitor Integrations in Using Integrations in Oracle Integration Generation 2 7Track payload fields in messages during runtime.Assign Business Identifiers for Tracking Fields in Messages and Manage Business Identifiers for Tracking Fields in Messages in Using Integrations in Oracle Integration Generation 2 8Manage errors at the integration level, connection level, or specific integration instance level.Manage Errors in Using Integrations in Oracle Integration Generation 2Chapter 1 Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration 1-292 Create an Oracle ERP Cloud Adapter Connection A connection is based on an adapter.You define connections to the specific cloud applications that you want to integrate.Topics: Prerequisites for Creating a Connection Create a Connection Upload an SSL Certificate Refresh Integration Metadata Prerequisites for Creating a Connection Satisfy the following prerequisites specific to your environment to create a connection with the Oracle ERP Cloud Adapter. |
A service limit is the quota or allowance set on a resource.See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate.The connections can be reused in multiple integrations and are typically created by the administrator.Create an Oracle ERP Cloud Adapter Connection 2Create the integration.When you do this, you add trigger and invoke connections to the integration.For a trigger, you select to include either a business object or event in your integration.Create Integrations and Add the Oracle ERP Cloud Adapter Connection to an Integration 3Map data between the trigger connection data structure and the invoke connection data structure.Map Data in Using Integrations in Oracle Integration Generation 2 4(Optional) Create lookups that map the different values used by those applications to identify the same type of object (such as gender codes or country codes).Manage Lookups in Using Integrations in Oracle Integration Generation 2 5Activate the integration.Note: If you deactivate an integration that contains a business event subscription, a message is displayed asking if you want to delete the event subscription.See Deactivate an Integration with Business Events .Manage Integrations in Using Integrations in Oracle Integration Generation 2 6Monitor the integration on the dashboard.Monitor Integrations in Using Integrations in Oracle Integration Generation 2 7Track payload fields in messages during runtime.Assign Business Identifiers for Tracking Fields in Messages and Manage Business Identifiers for Tracking Fields in Messages in Using Integrations in Oracle Integration Generation 2 8Manage errors at the integration level, connection level, or specific integration instance level.Manage Errors in Using Integrations in Oracle Integration Generation 2Chapter 1 Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration 1-292 Create an Oracle ERP Cloud Adapter Connection A connection is based on an adapter.You define connections to the specific cloud applications that you want to integrate.Topics: Prerequisites for Creating a Connection Create a Connection Upload an SSL Certificate Refresh Integration Metadata Prerequisites for Creating a Connection Satisfy the following prerequisites specific to your environment to create a connection with the Oracle ERP Cloud Adapter.Subscribe to Oracle ERP Cloud Verify the Status of Location-Based Access Control (LBAC) Assign Required Roles to an Integration User Upload Files in Bulk and Insert Data into Oracle ERP Cloud Application Tables for New Integrations Upload Files to Oracle WebCenter Content Perform Prerequisites to Set Up the OAuth Authorization Code Credentials Security Policy Access the REST Catalog Through the Oracle ERP Cloud Adapter Create Custom Business Events Obtain the Oracle ERP Cloud Service Catalog Service WSDL, Event Catalog URL, or Interface Catalog URL (For Connections Created Prior to 2/18/20) Subscribe to Oracle ERP Cloud This action enables you to create an Oracle ERP Cloud user account with the correct privileges. |
See Service Limits.What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate.The connections can be reused in multiple integrations and are typically created by the administrator.Create an Oracle ERP Cloud Adapter Connection 2Create the integration.When you do this, you add trigger and invoke connections to the integration.For a trigger, you select to include either a business object or event in your integration.Create Integrations and Add the Oracle ERP Cloud Adapter Connection to an Integration 3Map data between the trigger connection data structure and the invoke connection data structure.Map Data in Using Integrations in Oracle Integration Generation 2 4(Optional) Create lookups that map the different values used by those applications to identify the same type of object (such as gender codes or country codes).Manage Lookups in Using Integrations in Oracle Integration Generation 2 5Activate the integration.Note: If you deactivate an integration that contains a business event subscription, a message is displayed asking if you want to delete the event subscription.See Deactivate an Integration with Business Events .Manage Integrations in Using Integrations in Oracle Integration Generation 2 6Monitor the integration on the dashboard.Monitor Integrations in Using Integrations in Oracle Integration Generation 2 7Track payload fields in messages during runtime.Assign Business Identifiers for Tracking Fields in Messages and Manage Business Identifiers for Tracking Fields in Messages in Using Integrations in Oracle Integration Generation 2 8Manage errors at the integration level, connection level, or specific integration instance level.Manage Errors in Using Integrations in Oracle Integration Generation 2Chapter 1 Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration 1-292 Create an Oracle ERP Cloud Adapter Connection A connection is based on an adapter.You define connections to the specific cloud applications that you want to integrate.Topics: Prerequisites for Creating a Connection Create a Connection Upload an SSL Certificate Refresh Integration Metadata Prerequisites for Creating a Connection Satisfy the following prerequisites specific to your environment to create a connection with the Oracle ERP Cloud Adapter.Subscribe to Oracle ERP Cloud Verify the Status of Location-Based Access Control (LBAC) Assign Required Roles to an Integration User Upload Files in Bulk and Insert Data into Oracle ERP Cloud Application Tables for New Integrations Upload Files to Oracle WebCenter Content Perform Prerequisites to Set Up the OAuth Authorization Code Credentials Security Policy Access the REST Catalog Through the Oracle ERP Cloud Adapter Create Custom Business Events Obtain the Oracle ERP Cloud Service Catalog Service WSDL, Event Catalog URL, or Interface Catalog URL (For Connections Created Prior to 2/18/20) Subscribe to Oracle ERP Cloud This action enables you to create an Oracle ERP Cloud user account with the correct privileges.You specify this user account when creating an Oracle ERP Cloud Adapter connection on the Connections page. |
What Application Version Is Supported?For information about which application version is supported by this adapter, see the Connectivity Certification Matrix.See Connectivity Certification Matrix .Oracle ERP Cloud Adapter Use Cases Common use cases for the Oracle ERP Cloud Adapter are as follows: Import journal entries in a batch into Oracle ERP Cloud Configure and receive a callback from Oracle ERP Cloud Trigger an integration based on events in Oracle ERP Cloud Synchronize product data in real time with the supply chainChapter 1 Oracle ERP Cloud Adapter Restrictions 1-28Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration You follow a very simple workflow to create a connection with an adapter and include the connection in an integration in Oracle Integration.Step Description More Information 1Create the adapter connections for the applications you want to integrate.The connections can be reused in multiple integrations and are typically created by the administrator.Create an Oracle ERP Cloud Adapter Connection 2Create the integration.When you do this, you add trigger and invoke connections to the integration.For a trigger, you select to include either a business object or event in your integration.Create Integrations and Add the Oracle ERP Cloud Adapter Connection to an Integration 3Map data between the trigger connection data structure and the invoke connection data structure.Map Data in Using Integrations in Oracle Integration Generation 2 4(Optional) Create lookups that map the different values used by those applications to identify the same type of object (such as gender codes or country codes).Manage Lookups in Using Integrations in Oracle Integration Generation 2 5Activate the integration.Note: If you deactivate an integration that contains a business event subscription, a message is displayed asking if you want to delete the event subscription.See Deactivate an Integration with Business Events .Manage Integrations in Using Integrations in Oracle Integration Generation 2 6Monitor the integration on the dashboard.Monitor Integrations in Using Integrations in Oracle Integration Generation 2 7Track payload fields in messages during runtime.Assign Business Identifiers for Tracking Fields in Messages and Manage Business Identifiers for Tracking Fields in Messages in Using Integrations in Oracle Integration Generation 2 8Manage errors at the integration level, connection level, or specific integration instance level.Manage Errors in Using Integrations in Oracle Integration Generation 2Chapter 1 Workflow to Create and Add an Oracle ERP Cloud Adapter Connection to an Integration 1-292 Create an Oracle ERP Cloud Adapter Connection A connection is based on an adapter.You define connections to the specific cloud applications that you want to integrate.Topics: Prerequisites for Creating a Connection Create a Connection Upload an SSL Certificate Refresh Integration Metadata Prerequisites for Creating a Connection Satisfy the following prerequisites specific to your environment to create a connection with the Oracle ERP Cloud Adapter.Subscribe to Oracle ERP Cloud Verify the Status of Location-Based Access Control (LBAC) Assign Required Roles to an Integration User Upload Files in Bulk and Insert Data into Oracle ERP Cloud Application Tables for New Integrations Upload Files to Oracle WebCenter Content Perform Prerequisites to Set Up the OAuth Authorization Code Credentials Security Policy Access the REST Catalog Through the Oracle ERP Cloud Adapter Create Custom Business Events Obtain the Oracle ERP Cloud Service Catalog Service WSDL, Event Catalog URL, or Interface Catalog URL (For Connections Created Prior to 2/18/20) Subscribe to Oracle ERP Cloud This action enables you to create an Oracle ERP Cloud user account with the correct privileges.You specify this user account when creating an Oracle ERP Cloud Adapter connection on the Connections page.See Oracle ERP Cloud . |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.