You create an XAI upload staging record directly for each XML request you wish to make. The name of this table is CI_XML_STGUP. The following table describes each column on this table.
Column Name | Length | Req'd | Data Type | Comments |
---|---|---|---|---|
XML_STGUP_ID | 15 | Y | N | This is the unique identifier of the record. This value does NOT have to be a random number, but it does need to be unique. |
APP_SVC_ID | 20 | Y | A/N | This is the foreign key to the application service table, and identifies the application service that is being requested. |
COMPLETE_DTTM | 26 | N | Date/Time | Completion date and time. |
CRE_DTTM | 26 | Y | Date/Time | Creation date and time. |
RETRY_COUNT | 3 | Y | N | Number of retries to process the request. |
XML_REQUEST | 30,000 | Y | A/N | The XML request document. |
XML_RESPONSE | 30,000 | Y | A/N | The XML response document. |
XML_STG_CTL_ID | 10 | Y | A/N | The id of the staging control record linked to this record. |
XML_STG_STATUS_FLG | 2 | Y | A/N | Must be set to P (Pending). |
Copyright © 2007, 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 2.5.2016 10:21:45 [T1_1454696505000]