RFQ

This table holds basic RFQ data.

Column Descriptions:

NameTypeDescription
MEMBER_IDBIGINT NOT NULLIdentifier of the member who owns this RFQ.
RFQ_IDBIGINT NOT NULLThe internal reference number of the RFQ.
ACCESSTYPEINTEGERIndicates the audience of the RFQ. Valid values are as follows:
  • 0=RFQ is targeted to the public
  • 1=RFQ is private
TFTRADENG_IDBIGINTReserved for IBM internal use.
STARTTIMETIMESTAMPScheduled start time for the RFQ.
STORE_IDINTEGERThe identifier of the store in which this RFQ was created.
ENDTIMETIMESTAMPScheduled end time for the RFQ.
DURATIONTIMESTAMPReserved for IBM internal use.
NUMRESPONSESINTEGERThis RFQ will be closed when this number of the responses has been received.
CREATETIMETIMESTAMPDate and time the RFQ was created.
UPDATETIMETIMESTAMPDate and time this RFQ was last updated.
CANCELTIMETIMESTAMPDate and time the RFQ was canceled.
STATEINTEGER NOT NULLThe state of the RFQ: draft, active, canceled, complete, or future.
PREVOFFIDBIGINTThe ID of the previous offering. For multi-round, the internal reference number of the RFQ in the previous round from which this RFQ is created is stored in this column.
PREVOFFTYPEINTEGERThe type of the previous offering. For multi-round, this is the RFQ request type.
NEXTOFFIDBIGINTThe ID of the next offering in the chain. For multi-round, the internal reference number of the RFQ that was created in the next round is stored in this column.
NEXTOFFTYPEINTEGERThe type of the next offering. For multi-round, this is the RFQ request type.
ROUNDINTEGERFor multi-round, this counter keeps the current round number.
STAGEINTEGERReserved for IBM internal use.
NAMEVARCHAR (200) NOT NULLUnique alphanumeric name for the RFQ.
MAJORVERSIONINTEGER NOT NULLReserved for IBM internal use.
MINORVERSIONINTEGER NOT NULLReserved for IBM internal use.
ENDRESULTINTEGERIndicates what happens to the RFQ. Valid values are as follows:
  • 0 = RFQ results in a contract
  • 1 = RFQ results in an order
MARKFORDELETEINTEGERIndicates if this RFQ is marked for deletion. Valid values are as follows:
  • 0=No
  • 1=Yes, this RFQ and its associated values may be deleted from the system
ACTIVATETIMETIMESTAMPDate and time the RFQ was posted or activated.
CLOSETIMETIMESTAMPDate and time the RFQ was closed.
COMPLETETIMETIMESTAMPDate and time the RFQ was completed.
RULETYPEINTEGER NOT NULL DEFAULT 1RFQ closing rules. Valid values are as follows:
  • 1=RFQ closes at a fixed end time
  • 2=RFQ closes if a specified number of responses are received
  • 3=RFQ closes based on logical OR of 1 and 2
  • 4=RFQ closes based on logical AND of 1 and 2
TRACKNUMBERVARCHAR (254)Reserved for IBM internal use.
VERSIONFLAGSINTEGERReserved for IBM internal use.
EXTRFQNUMVARCHAR (64)External RFQ number for use in customization.
FIELD1BIGINTCustomizable.
FIELD2INTEGERCustomizable.
FIELD3VARCHAR (254)Customizable.
FIELD4VARCHAR (254)Customizable.
FIELD5TIMESTAMPCustomizable.
FIELD6TIMESTAMPCustomizable.
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>RFQ_IDPrimary Key
I0000207NAME+MAJORVERSION+MINORVERSIONUnique Index
I0000348STATENon-Unique Index
I0000724STORE_IDNon-Unique Index
I0000725MEMBER_IDNon-Unique Index
I0001277TFTRADENG_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_674RFQ_IDTRADINGTRADING_IDCascade
F_675MEMBER_IDMEMBERMEMBER_IDCascade
F_676TFTRADENG_IDTFTRADENGTFTRADENG_IDCascade
F_677STORE_IDSTORESTORE_IDCascade

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_1021RFQ_IDRFQTARGETRFQ_IDCascade
F_680RFQ_IDRFQPRODRFQ_IDCascade
F_682RFQ_IDRFQRSPRFQ_IDCascade
F_690RFQ_IDRFQRSPTCRLRFQ_IDCascade
F_992RFQ_IDRFQRSPPARLRFQ_IDCascade
F_994RFQ_IDRFQCATEGRYRFQ_IDCascade
F_996RFQ_IDRFQRSPEVALRFQ_IDCascade