Column Name | Length | Req'd | Data Type | Comments |
INTV_DATA_SET_ID | 12 | Y | A/N | This is a unique key. This key is referenced on the interval data record. It's suggested that this key is built as follows: • The first five digits are the first five digits of the INTV_PF_ID ◦ The last seven digits are randomly generated. This facilitates set based processing of the data. If your process that inserts records on this table is capable of calling a routine, call ProgramCIPZKEYG passing the first five digits and it supplies a seven digit random number. |
INTV_PF_ID | 12 | N | A/N | This is a foreign key reference to the interval profile to which this set is linked. It is required if an external ID is not specified. |
INTV_DS_EXT_ID | 60 | N | A/N | This is the external identifier of the profile to which this data belongs. It is required if profile ID is not specified. |
SET_DTTM | 26 | Y | DateTime | This is the date/time that the data set was received. This must be populated with the current date/time. This is considered a server date and follows the seasonal time shifting as defined on the base time zone. Refer to Seasonal Time Shifts for more information. Refer to Algorithms Find the Most Up-To-Date Data for information about why this date/time is important. |
SET_STATUS_FLG | 2 | Y | A/N | Set this value based on whether it will be validated in the system. Set to P for Pending if the profile ID is blank or if the profile's profile type indicates a validation algorithm. Set to C for Complete if the data should not go through any further validation. Refer to Life Cycle of Interval Profile Data for more information |