Deposit Control Staging

You must create a deposit control staging record for each batch of payments to be uploaded into the system. The name of this table is CI_​DEP_​CTL_​ST . The following table describes each column on this table.

Column Name Length Req'd Data Type Comments
EXT_​SOURCE_​ID 30 Y A/N This must correspond with an external source ID on one of the defined tender sources. Refer to Setting Up Tender Sources for more information.
EXT_​TRANSMIT_​ID 30 Y A/N This is the unique identifier of the transmission from the external source. This must be a unique value for each transmission from the source.
DEP_​CTL_​STG_​ST_​FLG 2 Y A/N This must be set to 20 (20 is the lookup value that corresponds with the Pending state)
DEP_​CTL_​ID 10 N N Leave this column blank. It will be assigned by the system when it creates a deposit control record.
TRANSMIT_​DTTM 15 Y DateTime Date and time that the file was transmitted.
CURRENCY_​CD 3 Y A/N This must be a valid currency code (this would be USD for United States dollars).
TOT_​TNDR_​CTL_​AMT 13.2 Y N This column must equal the sum of the payment amounts on the tender control staging records associated with this deposit control staging.
TOT_​TNDR_​CTL_​CNT 10 Y N This column must equal the number of tender control staging records associated with this deposit control staging.
LAST_​UPDATE_​INST 10 N N This field is populated during the upload. It is the process scheduler instance ID of the process performing the upload.

You must create one or more Tender Control Staging for this deposit control staging record.