Thursday, July 14, 2022

EDI X12 Envelope structure | B2B for oracle Integration

EDI X12 defines the following envelope structure:


For more details follow Oracle blog:

https://docs.oracle.com/en/cloud/paas/integration-cloud/integration-b2b/edi-x12.html#GUID-94FC9948-369D-4AD0-A2C2-764A81801D0D

No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...