PIP_TRACK table

This table stores the overall status of the PIP, both from initiator and responder side. For example, the status of the PIP could be Success/InProgress/Failed. The PIP ID is the primary key for this table and is used as a key to obtain correlation information about this PIP.

Column Name Data Type Column Size Whether the default value is Null
PIP_ID VARCHAR 255 NOT NULL
PIP_CODE VARCHAR 32 NOT NULL
PIP_VERSION VARCHAR 10 NOT NULL
RNIF_VERSION VARCHAR 50 NOT NULL
ISINITIATOR VARCHAR 10 NOT NULL
STATUS VARCHAR 20 NOT NULL