IMG_COMP_FILMS
Description:
This table holds comparison film information for orders.

Primary Key
Column Name Ordinal Position
ORDER_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 ORDER_ID NUMERIC No
The unique ID of the order record for this row. This column is frequently used to link to the ORDER_PROC table.
2 LINE INTEGER No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3 COMP_FILM_ID VARCHAR No
This contains the chart record IDs for films marked as comparison films for the current order record. This column is frequently used to link to the CT_CHART table.