Updated: April 15, 2024 7:45am

RPS Database Tables M to Z

MARKDOWN

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Reference to subsidiary record.
SEASON_SID NUMBER(19) Yes Reference to season record.
PRICE_LVL_SID NUMBER(19) Yes Price level to apply markdown.
MARKDOWN_NAME NVARCHAR2(30) No Short identifying text for markdown.
MARKDOWN_TYPE NUMBER(5) Yes 0=completed, 1=planned, 2=pending
MARKDOWN_DESTINATION NUMBER(5) Yes 0=price, 1=cost
MARKDOWN_DATE DATE Yes Date markdown is applied.
INVERSE_DATE DATE Yes If specified, the date the markdown is reversed.
IN_PROGRESS NUMBER(1) Yes Is markdown in progress (i.e., being applied)>
0=not in progress, 1=in progress
MARKDOWN_OWNER NUMBER(19) Yes The controller that is the current markdown owner.
ACTIVE NUMBER(1) Yes 0=inactive, 1=inactive
APPLIED_DATE TIMESTAMP(0) WITH TIME ZONE Yes Actual applied date.
RESTORED_DATE TIMESTAMP(0) WITH TIME ZONE Yes Actual restored date.
REQUEST_REVERSE NUMBER(1) Yes Request to reverse markdown.
SEQ NUMBER(5) Yes Sequential number assigned to the markdown.

MARKDOWN_ADJ

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
MARKDOWN_SID NUMBER(19) No Reference to markdown table SID
ADJ_SID NUMBER(19) No Referenceto adjustment table SID.
RESTORE NUMBER(1) Yes Adjustment for restore markdown.

MARKDOWN_DATA

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
MARKDOWN_SID NUMBER(19) No Reference to markdown record.
SEQ NUMBER(5) Yes Sequential number assigned to the markdown.
CHUNK_NO NUMBER(5) No Data chunk number.
TOTAL_CHUNKS NUMBER(5) No Total number of chunks. 
ISPUBLISHED NUMBER(1) Yes Published status. 0 = not published; 1 = published. Default = 0
ISPROCESSED NUMBER(1) Yes Processed status. 0 = not processed; 1 = processed. Default = 0
DATA CLOB Yes Data xml information

MARKDOWN_ITEM

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
MARKDOWN_SID NUMBER(19) No Reference to markdown record.
INVN_SBS_ITEM_SID NUMBER(19) No Reference to inventory item record.
MARKDOWN_VALUE NUMBER(16,4) Yes Markdown (post-markdown) value.
ORIG_VALUE NUMBER(16,4) Yes Original (pre-markdown) value.

MEDIA_TYPE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Reference to subsidiary record.
MEDIA_TYPE NVARCHAR2(40) No Reference to media record.

MULTIPLIER_BUTTONS

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Reference to subsidiary record.
DOC_TYPE NUMBER(5) No 1=adjustment, 2=receipt, 3=sales order, 4=voucher, 5=asn, 6=transfer slip, 7=purchase order, 8=transfer order
POSITION NUMBER(5) Yes Position of the button as it will be displayed in the UI (left to right).
CAPTION NVARCHAR2(20) Yes Caption for the button.
OPERATION NUMBER(5) Yes 0=add, 1=subtract, 2=multiply, 3=divide
IMAGE_FILE NVARCHAR2(80) Yes Path to the image file used for the multiplier button image.
COEFFICIENT NUMBER(10,3) Yes The multiplier for the button.
ACTIVE NUMBER(1) No 0=inactive, 1=active. Default=1

OFFLINE_OPERATION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
POS NUMBER(10) No Position of the operation.
OPERATION_DATE DATE No Operation date/time
OPERATION_URL CLOB No Operation URL. (server name replaces %s)
OPERATION_CODE NUMBER(5) No 1=enroll customer, 2=change customer loyalty level, 3=lock customer loyalty level, 4=adjust customer loyalty balance, 5=update document, 6=update document
ENTITY_SID NUMBER(19) Yes Depending on OPERATION_CODE, this could be CUSTOMER.SID, DOCUMENT.SID or another SID.
PAYLOAD CLOB Yes Operation data.
FAILURE_COUNTER NUMBER(10) No How many times this operation failed in on-line.
RESPONSE_PAYLOAD CLOB Yes Response of last failed attempt.

PAPER_SIZE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PAPER_SIZE_CODE NVARCHAR(200) Yes User-definable paper size code (e.g., legal, portrait, A4)

PCP_PROMOTION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
GENERAL_ACTIVE NUMBER(1) Yes General tab, active status. 0=inactive, 1=active
GENERAL_PROMO_NAME NVARCHAR2(50) Yes General tab, promotion name.
GENERAL_DESCRIPTION CLOB Yes General tab, promotion description.
GENERAL_DISC_REASON NVARCHAR2(30) Yes General tab, discount reason
GENERAL_PROMO_GROUP NVARCHAR2(50) Yes General tab. Promotion group.
GENERAL_PROMO_TYPE NUMBER(2) Yes 0=custom, 1=item, 2=quantity, 3=tiered, 4=rolling, 5=pack, 6=BOGO, 7=transaction, 8=coupon
GENERAL_POS NUMBER(5) Yes  
ACTIVATION_START_DATE DATE Yes Activation details tab, start date.
ACTIVATION_START_TIME NUMBER(10,9) Yes Activation details tab, start time.
ACTIVATION_END_DATE DATE Yes Activation details tab, end date.
ACTIVATION_END_TIME NUMBER(10,9) Yes Activation details tab, end time.
ACTIVATION_SBS_SID NUMBER(19) No Reference to subsidiary where the promotion is active.
ACTIVATION_USE_STORES NUMBER(1) Yes Activation details tab. Use stores? 0=no, 1=yes
ACTIVATION_USE_REGIONS NUMBER(1) Yes Activation details tab. Use regions? 0=no, 1=yes
ACTIVATION_USE_DISTRICTS NUMBER(1) Yes Activation details tab. Use districts? 0=no, 1=yes
ACTIVATION_STORE_FILTER CLOB Yes Activation tab, store filter.
ACTIVATION_USE_PRICE_LEVELS NUMBER(1) Yes Activation details tab. Use price levels? 0=no, 1=yes
ACTIVATION_CAN_BE_COMBINED NUMBER(1) Yes Activation details tab. Can be combined with other promotions? 0=no, 1=yes
ACTIVATION_APPLY_COUNT NUMBER(5) Yes Count of how many times the promotion has been applied.
VALIDATION_USE_ITEMS NUMBER(1) Yes Validation details tab. Use Item filter? 0=no, 1=yes
VALIDATION_USE_SUBTOTAL NUMBER(1) Yes Validation details tab. Use subtotal? 0=no, 1=yes
VALIDATION_SUBTOTAL NUMBER(16,4) Yes If using subtotal, the subtotal required to validate the promotion.
VALIDATION_USE_COUPONS NUMBER(1) Yes Validation details tab. Use coupons? 0=no, 1=yes
VALIDATION_USE_CUSTOMERS NUMBER(1) Yes Validation details tab. Use customer filter? 0=no, 1=yes
VALIDATION_CUSTOMER_FILTER CLOB Yes If using a customer filter, the customer filter details.
REWARD_VALIDATION_ITEMS NUMBER(1) Yes Reward details tab. Use Item filter? 0=no, 1=yes
REWARD_VALIDATION_MODE NUMBER(2) Yes Reward details tab, validation mode. 0=normal, 1=tiered, 2=rolling
REWARD_VALIDATION_DISC_TYPE NUMBER(2) Yes Reward details tab, discount type. 0=price, 1=percent, 2=amount, 3=pack price.
REWARD_VALIDATION_DISC_VALUE NUMBER(16,4) Yes Discount value for the selected discount type
REWARD_OTHER_ITEMS NUMBER(1) Yes Reward details tab. Use Other Item filter? 0=no, 1=yes
REWARD_GD NUMBER(1) Yes Reward details tab. Use global discount? 0=no, 1=yes.
REWARD_GD_MODE NUMBER(2) Yes Global discount mode. 0=normal, 1=tiered, 2=rolling
REWARD_GD_DISC_TYPE NUMBER(2) Yes Reward details tab, global discount type. 0=price, 1=percent, 2=amount, 3=pack price.
REWARD_GD_DISC_VALUE NUMBER(16,4) Yes Discount value for the selected global discount type
REWARD_COUPON_CODE NVARCHAR2(75) Yes Reward details tab. Coupon code.
VALIDATION_SORT_ORDER NUMBER(1) Yes Reward details tab. Validation sort order.  0=highest, 1=lowest
REWARD_SORT_ORDER NUMBER(1) Yes Reward details tab. Reward sort order. 0=optimized, 1=highest, 2=lowest.
SPREADDISCBOGO NUMBER(1) Yes Spread discount to all BOGO items? 0=no, 1=yes
VALIDATION_COUPON_COUNT NUMBER(5) Yes Apply coupon counts. 0=unlimited, 1=once, 2=count
ACTIVATION_COMBINED_GROUPS NUMBER(1) Yes Combined groups of promotions? 0=no, 1=yes.
OVERRIDE_CUSTOMER_PRICE_LEVEL NUMBER(1) Yes Override customer price level discount when applying promotion?  0=no, 1=yes.
REWARD_VALIDATION_PL_SID NUMBER(19) Yes Price level for price level reward type.
PROMOTIONS_LIST_SID NUMBER(19) Yes  
GENERAL_SAVED NUMBER(1) Yes 0=cancelled indicating partially entered annd abandoned. 1=fully entered and saved.
WORKSTATION_SID NUMBER(19) Yes Reference to workstation record.
CUSTOMER_FILTER_UI CLOB Yes Customer filter.
STORE_FILTER_UI CLOB Yes Store filter.
APPLY_MANUAL_DISCOUNTED_ITEMS NUMBER(1) Yes Apply promotion to manually discounted items? 0=no, 1=yes
VALIDATION_COUPON_TYPE NUMBER(1) Yes Coupon type. 0=normal coupon, 1=serialized coupon
VALIDATION_COUPON_SETID NUMBER(19) Yes Serialized coupon set ID for validating promotion.
REWARD_COUPON_TYPE NUMBER(1) Yes Coupon type. 0=normal coupon, 1=serialized coupon
REWARD_COUPON_SETID NUMBER(19) Yes Serialized coupon set ID for rewarding promotion.
PUBLISHED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Published date and time.
REWARD_GIFTITEM NUMBER(1) Yes Is the reward a gift item? 0=no, 1=yes
REWARD_GIFTITEM_SID NUMBER(19) Yes Reward gift item SID
REWARD_ADDITIONAL_DISC_TYPE NUMBER(2) Yes Additional discount type when discount type is 4 (price level). 1=percent, 2=amount.
REWARD_ADDITIONAL_DISC_VALUE NUMBER(16,4) Yes Additional discount value when discount type is 4 (price level).
ALLOW_PRICE_INCREASE NUMBER(1) No Promotion can be applied to item price regardless current price increase.
ACTIVATION_WEEKDAYS NUMBER(1) Yes Activate promotion on weekdays? 0=no, 1=yes
ACTIVATION_WEEKDAY1 NUMBER(1) Yes Activate promotion on weekday 1
ACTIVATION_WEEKDAY2 NUMBER(1) Yes Activate promotion on weekday 2
ACTIVATION_WEEKDAY3 NUMBER(1) Yes Activate promotion on weekday 3
ACTIVATION_WEEKDAY4 NUMBER(1) Yes Activate promotion on weekday 4.
ACTIVATION_WEEKDAY5 NUMBER(1) Yes Activate promotion on weekday 5
ACTIVATION_WEEKDAY6 NUMBER(1) Yes Activation promotion on weekday 6
ACTIVATION_WEEKDAY7 NUMBER(1) Yes Activate promotion on weekday 7.
ACTIVATION_DAYTIME NUMBER(1) Yes Activation promotion on a certain day/time? 0=no, 1=yes
ACTIVATION_DAYTIME_START NUMBER(10,9) Yes Starting date/time when the promotion will be active.
ACTIVATION_DAYTIME_END NUMBER(10,9) Yes Ending date/time when the promotion will no longer be active.

PCP_PROPMOTION_BUSINESS_UNIT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Reference to promotion record.
BU_SID NUMBER(19) No Reference to business unit.

PCP_PROMOTION_DISTRICT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Reference to promotion record.
DISTRICT_SID NUMBER(19) No Reference to district record.

PCP_PROMOTION_GROUPS

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Parent promotion sid.
GROUP_NAME NVARCHAR2(50) No Promotion applied combined to promotions with the group name.

PCP_PROMOTION_PRICE_LEVEL

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Reference to promotion record.

PL_SID

NUMBER(19) No Reference to price level record.

PCP_PROMOTION_STORE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Reference to promotion record.
STORE_SID NUMBER(19) No Reference to store record.

PCP_REWARD_FILTER_ELEMENT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
RULE_SID NUMBER(19) No Identifies the rule.
POS NUMBER(5) No Position.
FIELD NVARCHAR2(50) Yes Field label.
OPERATOR NUMBER(2) Yes 0=equal, 1=not equal, 2=contains, 3=does not contain
OPERAND NVARCHAR2(100) Yes Operand label.
JOIN_OPERATOR NUMBER(2) Yes 0=AND, 1=OR
STYLE_SID NUMBER(19) Yes Reference to the style record.

PCP_REWARD_GD_DISC_TIER

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Reference to promotion record.
SUBTOTAL NUMBER(16,4) Yes Subtotal.
DISC_VALUE NUMBER(16,4) Yes Discount value.

PCP_REWARD_ITEM_DISC_TIER

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Reference to promotion record.
QTY NUMBER(10,3) Yes Quantity required for promotion.
DISC_VALUE NUMBER(16,4) Yes Discount value.
PL_SID NUMBER(19) Yes Price level SID.

PCP_REWARD_OTHER_ITEM_RULE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Reference to the promotion record.
POS NUMBER(5) No Position in the item list.
QTY NUMBER(10,3) Yes Quantity.
DISC_TYPE NUMBER(2) Yes 0=price, 1=percent, 2=amount, 3=pack price
DISC_VALUE NUMBER(16,4) Yes Discount value for the selected discount type.
REWARD_VALIDATION_PL_SID NUMBER(19) Yes Price level for price reward type.
ADDITIONAL_DISC_TYPE NUMBER(2) Yes Additional discount typewhen discount type is 4 (price level) 1=percent, 2=amount
ADDITIONAL_DISC_VALUE NUMBER(16,4) Yes Additional discount value when discount type is 4 (price level)

PCP_VALIDATION_COUPON

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Referene to promotion record.
COUPON_CODE NVARCHAR2(75 No Coupon code.
EXP_DATE DATE Yes Expiration date for the coupon.

PCP_VALIDATION_FILTER_ELEMENT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
RULE_SID NUMBER(19) No Reference to the filter rule.
POS NUMBER(5) No Position of the rule in the list.
FIELD NVARCHAR2_50) Yes Filter field.
OPERATOR NUMBER(2) Yes 0=equal, 1=not equal, 2=contains, 3=does not contain.
OPERAND NVARCHAR2(100) Yes Operand.
JOIN_OPERATOR NUMBER(2) Yes 0=and, 1=or
STYLE_SID NUMBER(19) Yes Reference to style record.

PCP_VALIDATION_ITEM_RULE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Reference to Promotions record.
POS NUMBER(5) No Position in the rule list.
QTY NUMBER(10,3) Yes Quantity required for the promotion.
SUBTOTAL NUMBER(16,4) Yes Subtotal to qualify for promotion.

PHONE_TYPE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PHONE_TYPE NVARCHAR2(20) No Phone type name. e.g., home2, work1, cell, etc.
ACTIVE NUMBER(1) Yes 0=inactive, 1=active.
SBS_SID NUMBER(19) No Subsidiary to which this phone type is associate.

PI_DATA

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PI_SHEET_SID NUMBER(10) No Reference to PI Sheet record.
CHUNK_NO NUMBER(5) No Data chunk number
TOTAL_CHUNKS NUMBER(5) No Total number of data chunks.
DATA CLOB Yes Data in XML format.

PI_MAP

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
MAP_NAME NVARCHAR2(20) No Import map name.
SBS_SID NUMBER(19) No Reference to the subsidiary record.
MAP_TYPE NUMBER(5) No 0=Fixed-length, 1=delimited Default=0
SKU_START NUMBER(5) Yes Starting position of the item identifier on fixed-length import map.
SKU_LENGTH NUMBER(10) Yes Length of item identifier on fixed-length import map.
USE_ALU NUMBER(1) No 0=does not use ALU, 1=uses ALU. Default=0
USE_UPC NUMBER(1) No 0=does not use UPC, 1=uses UPC. Default=0
USE_CHECKSUM_UPC NUMBER(1) No 0=does not use checksum on UPC, 1=uses checksum. Default=0
USE_ITEM_NO NUMBER(1) No 0=does not use item number, 1= uses item number. Default=0
QTY_START NUMBER(10) Yes Starting position of quantity value. (fixed-length import map)
QTY_LENGTH NUMBER(10) Yes Length of quantity value. (fixed-length import map)
ZONE_START NUMBER(10) Yes Starting position of zone name. (fixed-length import map)
ZONE_LENGTH NUMBER(10) Yes Length of zone name. (fixed-length import map)
SUBLOC_START NUMBER(10) Yes Starting position of sublocation name. (fixed-length import map)
SUBLOC_LENGTH NUMBER(10) Yes Length of sublocation name. (fixed-length import map)
SERIAL_START NUMBER(10) Yes Starting position of serial number. (fixed-length import map)
SERIAL_LENGTH NUMBER(10) Yes Length of serial number. (fixed-length import map)
LOT_START NUMBER(10) Yes Starting position of lot number. (fixed-length import map)
LOT_LENGTH NUMBER(10) Yes Length of lot number. (fixed-length import map)
RECORD_LENGTH NUMBER(10) Yes Total record length. (fixed-length import map)
DELIMITER NVARCHAR2(1) Yes Identifies the delimiter used. Default = comma.
SKU_POS NUMBER(5) Yes Column position for item identifier on delimited import maps.
QTY_POS NUMBER(5) Yes Column position for item count on delimited import maps.
ZONE_POS NUMBER(5) Yes Column position for zone name on delimited import maps.
SUBLOC_POS NUMBER(5) Yes Column position for sublocation name on delimited import maps
SERIAL_POS NUMBER(5) Yes Column position for serial number on delimited import maps
LOT_POS NUMBER(5) Yes Column position for lot number on delimited import maps.

PI_SCAN_BAD

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PI_ZONE_SID NUMBER(19) No Reference to PI Zone record.
SKU NVARCHAR2(20) No Item identifier.
ITEM_SID NUMBER(19) Yes Unique system ID for the item.
SCAN_QTY NUMBER(10,3) Yes Scan quantity.
FAILURE_CODE NUMBER(5) Yes Failure code.
SCAN_POS NUMBER(10) Yes Scan position.

PI_SHEET

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
NAME NVARCHAR2(40) Yes PI Sheet name.
STORE_SID NUMBER(19) No Reference to store record.
SBS_SID NUMBER(19) No Reference to subsidiary record.
ACTIVE NUMBER(1) No 0=inactive, 1=active. Default=1
FILTER CLOB Yes PI sheet filter.
CREATE_CFG NUMBER(10) Yes  
UNDOBY_SID NUMBER(19) Yes Identifies the employee who undid the PI sheet update.
UNDO_DATE DATE Yes Date the PI sheet update was undone.
ARCHIVED NUMBER(1) No 0=not archived, 1=archived.
SUBLOC_PREF_VALUE NUMBER(1) No Sublocation preference value.
USE_SN_LOT_PREF_VALUE NUMBER(1) No 0=does not use SN/LN pref value, 1=uses SN/LN pref value. Default =0
PI_UPDATE_MODE NUMBER(5) Yes PI update mode.
START_QTY NUMBER(10,3) No Start quantity.
SCAN_QTY_GOOD NUMBER(10,3) No Good scan quantity.
SCAN_QTY_BAD NUMBER(10,3) No Bad scan quantity.
DISCREPANCY_QTY NUMBER(10,3) No Discrepancy quantity.
MANUAL_QTY NUMBER(10,3) No Manual entry quantity.
IMPORTED_QTY NUMBER(10,3) No Imported quantity.
NOTE NVARCHAR2(255) Yes Note text.
EXPORTED NUMBER(1) Yes 0=not exported, 1=exported
EXPORTED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time the PI sheet was exported.
IN_PROGRESS NUMBER(5) Yes 0 or empty-normal, 1-in progress, 2-error occurred, 3-marked for deletion, 4-complete

PI_SHEET_DATA

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
DATA CLOB Yes Data xml information

PI_START

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SHEET_SID NUMBER(19) No Reference to sheet record.
INVN_SBS_ITEM_SID NUMBER(19) No Reference to item record.
INVN_ITEM_UID NUMBER(19) No Item UID.
ACTIVE NUMBER(1) No 0=inactive, 1=active. Default=0
QTY NUMBER(10,3) No Item quantity. Default=0
PRICE NUMBER(16,4) Yes Item price.
COST NUMBER(16,4) Yes Item cost.
USE_QTY_DECIMALS NUMBER(1) Yes 0=do not use quantity decimals, 1=use quantity decimals. Default=0
SUBLOC_ID NUMBER(10) No Sublocation ID

PI_START_LOT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PI_START_SID NUMBER(19) No Reference sid from pi_start table.
INVN_SBS_LOT_SID NUMBER(19) No reference sid from invn_sbs_item_lot table.
LOT_NO NVARCHAR2(25) No lot_no from invn_sbs_item_lot table.
START_QTY NUMBER(10,3) Yes Start quantity (quantity from invn_sbs_item_lot table)
SUBLOC_ID NUMBER(10) No Sublocation ID

PI_START_SERIAL

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PI_START_SID NUMBER(19) No Reference sid from pi_start table.
INVN_SBS_SN_SID NUMBER(19) No Reference sid from invn_sbs_item_sn table.
SERIAL_NO NVARCH2(50) No serial_no from invn_sbs_item_sn table.
START_QTY NUMBER(7) Yes Quantity from invn_sbs_item_sn table.
SUBLOC_ID NUMBER(10) No Sublocation ID

PI_START_SUBLOC

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PI_START_SID NUMBER(19) No Reference to PI Start.
START_QTY NUMBER(10,3) Yes Start quantity.
SUBLOC_ID NUMBER(10) Yes Sublocation ID.

PI_ZONE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
NAME NVARCHAR2(20)   Zone name.
ZONE_NO NUMBER(5)   Zone number.
SHEET_SID NUMBER(19)   Reference to the PI sheet record.
NOTES NVARCHAR(255) Yes Notes describing the zone.
MERGEDBY_SID NUMBER(19) Yes Identifies the emloyee who merged the zone counts with the PI sheet counts
MERGED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time the zone counts were merged with PI sheet counts.
VERIFIEDBY_SID NUMBER(19) Yes Reference to employee record of employee who verified the record.
COUNTEDBY_SID NUMBER(19) Yes Reference to employee record of employee who counted the record
START_QTY NUMBER(10,3) No Start quantity. Default=0
SCAN_QTY_GOOD NUMBER(10,3) No Good scan quantity. Default=0
SCAN_QTY_BAD NUMBER(10,3) No Bad scan quantity. Default=0
DISCREPANCY_QTY NUMBER(10,3) No Discrepancy quantity. Default=0
MANUAL_QTY NUMBER(10,3) No Manually entered quantity. Default=0
IMPORTED_QTY NUMBER(10,3) No Quantity imported from a text file. Default=0
MARKED NUMBER(1) Yes 0=false, 1=true. Retains marked status. Default=0
SUBLOC_ID NUMBER(10) No Sublocation ID

PI_ZONE_QTY

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PI_ZONE_SID NUMBER(19) No Reference to PI zone record.
PI_START_SID NUMBER(19) No Reference to PI Start record.
PRICE NUMBER(16,4) Yes Item Price.
COST NUMBER(16,4) Yes Item Cost.
SCAN_QTY NUMBER(10,3) Yes Scanned quantity.
MANUAL_QTY NUMBER(10,3) Yes Manually entered quantity.
MANUAL_ACTIVE NUMBER(1) No Indicates manual entry is active. 0=inactive, 1=active. Default=0
IMPORTED_QTY NUMBER(10,3) Yes Imported quantity.
IMPORTED_ACTIVE NUMBER(1) No Indicates imported counts are active. 0=inactive, 1=active. Default=0
SKU NVARCHAR2(20) Yes Item identifier.
SERIAL_ERR_FLAG NUMBER(1) Yes Default=0
LOT_ERR_FLAG NUMBER(1) Yes Default=0
IMPORTED NUMBER(1) No Default=0
TOT_SN_QTY NUMBER(7) Yes Tracking sum of serial quantity added to PI_ZONE_QTY_LOT table for current zone.
TOT_LOT_QTY NUMBER(10,3) Yes Tracking sum of lot quantity added to PI_ZONE_QTY_LOT table for current zone.
SUBLOC_ID NUMBER(5) Yes Identifies the sublocation

PI_ZONE_QTY_LOT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PI_ZONE_QTY_SID NUMBER(19) No Reference sid from pi_zone_qty table.
LOT_NO NVARCHAR2(25) No Lot number
QTY NUMBER(10,3) Yes Quantity.

PI_ZONE_QTY_SERIAL

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PI_ZONE_QTY_SID NUMBER(19) No Reference sid from pi_zone_qty table.
SERIAL_NO NVARCHAR2(50) No Serial number.

PLUGIN_DATA

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PLUGIN_ID NUMBER(10) No Identifies the plugin. 1=RProPromo
PLUGIN_AREA_ID NUMBER(10) Yes ID of plugin area. For RProPromo (plugin_id=1) it has next values: 1=Customer Pricing, 2=Promos, 3=Qty Discount, 4=Pricing, 5=BOGOs.
PLUGIN_AREA_NAME NVARCHAR2(255) Yes Name of plugin area. For RProPromo (plugin_id=1 "Customer Pricing", etc.)
DATA CLOB Yes Whole plugin area data (RPROPromo uses XML format)

PO

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Reference to subsidiary record.
STORE_SID NUMBER(19) No Reference to store record.
PO_NO NVARCHAR2(20) Yes Purchase order number.
PO_TYPE NUMBER(5) Yes 0=Drop Ship, 1=Marked For, 2=Multi-subsidiary drop ship, 3= Multi-subsidiary marked for
CLERK_SID NUMBER(19) Yes Reference to employee record.
VENDOR_SID NUMBER(19) Yes Reference to vendor record.
VEND_ACCT_NO NVARCHAR2(200) Yes Vendor account number.
STATION NCHAR(1) Yes One-character station identifier.
DISC_AMT NUMBER(16,4) Yes Discount amount.
STATUS NUMBER(5) Yes 0=Pending, 1=Completed.
FROM_SO NUMBER(1) Yes 0=not generated from SO, 1=generated from SO
SO_SID NUMBER(19) Yes Reference to sales order record.
CREATED_DATE DATE Yes Created date.
MODIFIED_DATE TIMESTAMP(0) WITH TIME ZONE Yes Last modified date.
SHIPPING_DATE DATE Yes Shipping date.
CANCEL_DATE DATE Yes Cancel date.
LST_ACTIVITY_DATE DATE Yes Last activity date.
SEND_DATE DATE Yes Send date.
CUST_FLD NVARCHAR2(47) Yes Custom field.
SEASON_SID NUMBER(19) Yes Reference to season record.
TAX_AREA_SID NUMBER(19) Yes Reference to tax area record.
USE_VAT NUMBER(1) Yes 0=does not use VAT, 1=uses VAT
CMS NUMBER(1) Yes 0=not posted to database, 1=posted to database.
ACTIVE NUMBER(1) Yes 0=inactive, 1=active. Default=1
VERIFIED NUMBER(1) Yes 0=unverified, 1=verified
HELD NUMBER(1) Yes 0=not held, 1=on hold
CMS_POST_DATE DATE Yes Date the PO was posted to the database.
EDI_FLAG NUMBER(5) Yes Electronic Data Interchange (EDI) Flag. (legacy)
EDI_DATE DATE Yes Date the PO was transmitted by EDI. (legacy)
APPROVBY_SID NUMBER(19) Yes Reference to the employee who approved the PO.
APPROV_DATE DATE Yes Date PO was approved.
UNVERIFIED NUMBER(1) Yes 0=verified, 1=unverified
RATE NUMBER(20,8) Yes Exchange Rate
INSTRUCTION1 NVARCHAR2(60) Yes PO Instruction text.
INSTRUCTION2 NVARCHAR2(60) Yes PO Instruction text.
INSTRUCTION3 NVARCHAR2(60) Yes PO Instruction text.
INSTRUCTION4 NVARCHAR2(60) Yes PO Instruction text.
INSTRUCTION5 NVARCHAR2(60) Yes PO Instruction text.
SUBMITTED_DATE TIMESTAMP(0) WITH TIME ZONE Yes Date the PO was submitted to the vendor.
CONTROLLER NUMBER(5) Yes Controller.
ORIG_CONTROLLER NUMBER(5) Yes Original controller.
MODIFIEDBY_SID NUMBER(19) Yes Reference to employee record of employee who last modified the PO.
CREATEDBY_SID NUMBER(19) Yes Reference to employee record of employee who created the PO.
REF_PO_SID NUMBER(19) Yes Reference to the PO record.
DOC_REF__NO NUMBER(10) Yes Doc number of the document referenced on this PO.
PENDING_PO NUMBER(1) Yes 0=not pending, 1=pending Default=0
APPROV_NOTES NVARCHAR2(255) Yes Approval notes.
APPROV_STATUS NUMBER(5) Yes Approval status.
PENDING_OVERRIDE NUMBER(1) Yes 0=no override, 1=pending override
DIAGNOSE NVARCHAR2(60) Yes Text describing the results of the Pending PO analysis.
ARCHIVED NUMBER(1) Yes 0=not archived, 1=archived. Default=0
NOTE NVARCHAR2(255) Yes Note text.
PO_SUBTOTAL NUMBER(16,4) Yes Will hold sum of all quantities multiplied by cost.
PO_TOTAL NUMBER(16,4) Yes Will hold po_subtotal plus all fees.
ORD_QTY NUMBER(10,3) Yes Total ordered quantity for the whole PO.
RCVD_QTY NUMBER(10,3) Yes Total received quantity for the whole PO.
MARKEDFOR_STORE_SID NUMBER(19) Yes Reference to the Marked For store record.
BILLTO_STORE_SID NUMBER(19) Yes Reference to the Bill To store record.
SHIPTO_STORE_SID NUMBER(19) Yes Reference to the Ship To store record.
DISC_PERC NUMBER(16,4) Yes Discount percentage.
DISC_TYPE NUMBER(1) Yes 0=Use percentage, 1=Us amount
PO_REASON_SID NUMBER(19) Yes Points to a row in the Preferences Reason table.
TOTAL_EXT_PRICE_W_TAX NUMBER(16,4) Yes Total extended price with tax.
TOTAL_EXT_PRICE_WO_TAX NUMBER(16,4) Yes Total extended price without tax
EXTERNAL_TRANSFER_STATUS NVARCHAR2(255) Yes This field is for third-party developers who write integrations to ERP systems where documents and data are sent from Prism to the ERP. In these cases, it is important to know what data has been sent, so as to not duplicate the sending of data unnecessarily. The EXTERNAL_TRANSFER_STATUS column can be used by these third-party developers to mark data as having been sent.
CUSTOM0 NVARCHAR2(30) Yes Custom field 0
CUSTOM1 NVARCHAR2(30) Yes Custom field 1
CUSTOM2 NVARCHAR2(30) Yes Custom field 2
CUSTOM3 NVARCHAR2(30) Yes Custom field 3
CUSTOM4 NVARCHAR2(30) Yes Custom field 4
CUSTOM5 NVARCHAR2(30) Yes Custom field 5
CUSTOM6 NVARCHAR2(30) Yes Custom field 6
CUSTOM7 NVARCHAR2(30) Yes Custom field 7
CUSTOM8 NVARCHAR2(30) Yes Custom field 8
CUSTOM9 NVARCHAR2(30) Yes Custom field 09
UNFILLED_PERC NUMBER(16,4) Yes Unfilled percentage.
LAST_ITEM_POS NUMBER(5) No Last item position (used for Data Import)

POSTAL_CODES

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) No Reference to tenant description.
COUNTRY_CODE NVARCHAR2(64) Yes Designates whether the postal code is located in the U.S. or Canada.
ZIP_CODE NVARCHAR2(7) Yes ZIP/Zoning Improvement Plan code used to signify delivery route as designated by USPS.
ZIP_CODE_TYPE NVARCHAR2(1) Yes Z=Standard, P=PO Box only, U=unique, M=military
CITY_NAME NVARCHAR2(64) Yes Name of city designated by the ZIP Code.
CITY_NAME_TYPE NVARCHAR2(1) Yes D=default, A=acceptable, N=not acceptable.
COUNTY_NAME NVARCHAR2(64) Yes Largest administrative division in most states; If the ZIP covers two counties, the primary county is used.
COUNTY_FIPS NVARCHAR2(5) Yes FIPS code is a combination of a two-digit state FIPS code and a three-digit county FIPS code as designated by the National Institute of Standards and Technology (NIST)
STATE_NAME NVARCHAR2(64) Yes Name of the state, territory, province or region.
STATE_CODE NVARCHAR2(2) Yes Two-character designation for the state, territory, province or region.
STATE_FIPS NVARCHAR(2) Yes FIPS code is a combination of a two-digit state FIPS code and a three-digit county FIPS code as designated by the National Institute of Standards and Technology (NIST)
AREA_CODE NVARCHAR2(16) Yes Area code listed for each ZIP Code. If multiple area codes belong to one ZIP, all  area codes listed and delimited by "/" character.
TIME_ZONE NVARCHAR2(16) Yes Time zone for which the ZIP Code belongs; only the primary time zone is listed for each ZIP.
UTC_OFFSET NUMBER(3,1) Yes Number of hours away the ZIP Code is from the Universal Time Co-ordinated (UTC), the international time standard, also knwon as Greenwich Mean Time (GMT).
DST_FLAG NUMBER(1) Yes Daylight savings time flag indicates if a ZIP Code "obeys" or, in other words, adjusts their clocks forward/back with the seasons.
LATITUDE NUMBER(9,6) Yes Latitude coordinate listed is an exact north/south point on the globe.
LONGITUDE NUMBER(9,6) Yes Longitude coordinate listed is an exact east/west point on the globe.

PO_APPROVAL

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
APPROV_LEVEL NUMBER(5) No Approval level.
APPROVBY_SID NUMBER(19) Yes Reference to employee record of employee who approved the PO.
APPROV_DATE DATE Yes Approval date.
APPROV_NOTES NVARCHAR2(255) Yes Approval notes.
APPROV_STATUS NUMBER(5) Yes Approval status.
ARCHIVED NUMBER(5) Yes 0=not archived, 1=archived

PO_FEE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PO_SID NUMBER(19) No Reference to the purchase order record.
AMT NUMBER(16,4) Yes Fee amount.
PURCH_FEE_TYPE_SID NUMBER(19) Yes Points to the corresponding purch_fee_type record.

PO_ITEM

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PO_SID NUMBER(19) No Reference to PO record.
ITEM_POS NUMBER(16,4) No Item position within the item list.
ITEM_SID NUMBER(19) No Reference to item record.
PRICE NUMBER(16,4) Yes Item price.
COST NUMBER(16,4) Yes Item cost.
FC_COST NUMBER(19) Yes Cost in the selected foreign currency.
CURRENCY_SID NUMBER(19) Yes Reference to currency record.
TAX_PERC NUMBER(16,4) Yes Tax percentage.
TAX_AREA2_SID NUMBER(19) Yes Reference to tax_area record of Tax Area 2.
TAX_CODE_SID NUMBER(19) Yes Reference to tax code record.
TAX_CODE2_SID NUMBER(19) Yes Identifies the tax code Tax Area 2 for the item.
TAX_PERC2 NUMBER(16,4) Yes Tax percentage for Tax Area 2 for the item.
SRC_SBS_NO NUMBER(5) Yes Source subsidiary number.
UDF_VALUE1 NVARCHAR2(50) Yes UDF text
UDF_VALUE2 NVARCHAR2(50) Yes UDF text
UDF_VALUE3 NVARCHAR2(50) Yes UDF text
UDF_VALUE4 NVARCHAR2(50) Yes UDF text
ITEM_NOTE1 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE2 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE3 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE4 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE5 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE6 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE7 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE8 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE9 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE10 NVARCHAR2(350) Yes Item note text.
ALT_UPC NUMBER(18) Yes Item UPC for the alternate vendor.
ALT_ALU NVARCHAR2(20) Yes Item ALU for the alternate vendor.
ALT_COST NUMBER(16,4) Yes Item cost for the alternate vendor.
ALT_VEND_CODE NVARCHAR2(6) Yes Alternate vendor code.
ARCHIVED NUMBER(1) Yes 0=not archived, 1=archived.
ORD_QTY NUMBER(10,3) Yes Sum of all ordered quantities at all stores.
RCVD_QTY NUMBER(10,3) Yes Combined rcvd_qty value from po_qty table for that po_item.
INVN_SBS_VENDOR_SID NUMBER(19) Yes SID of alternate vendor info.
ALLOCATION_PATTERN_SID NUMBER(19) Yes Unique identifier used to identify record from allocation_pattern table.
TAX_AMOUNT NUMBER(17,5) Yes Tax amount.
ORIG_COST NUMBER(16,4) Yes The original cost of item at moment of creating PO.
COST_DISC_PERC NUMBER(16,4) Yes Discount percent applied to original cost.
COST_DISC NUMBER(16,4) Yes Discount amount applied to original cost.
ORIG_FC_COST NUMBER(16,4) Yes The original foreign currency cost of item at moment of creating PO.
FC_COST_DISC NUMBER(16,4) Yes Discount amount applied to foreign currency cost.

PO_QTY

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PO_ITEM_SID NUMBER(19) No Reference to PO Item record.
STORE_SID NUMBER(19) No Reference to store record.
ORD_QTY NUMBER(10,3) Yes Order quantity.
RCVD_QTY NUMBER(10,3) Yes Received quantity.
ARCHIVED NUMBER(5) Yes Archived status.
SBS_SID NUMBER(19) No Reference to subsidiary record.

PO_TERM

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PO_SID NUMBER(19) No Reference to purchase order record.
TERM_TYPE NUMBER(5) No 0=Days, 1=COD, 2=credit, 3=replace, 4=prepaid, 5=due, 6=pays, 7=EOM
TERM_NO NUMBER(5) No Term number.
DAYS NUMBER(10) Yes Discount days.
DISC_PERC NUMBER(16,4) Yes Discount percentage.
TERM_DATE DATE Yes Term date.
ARCHIVED NUMBER(5) Yes Archived status.

PREF_REASON

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Reference to subsidiary record.
REASON_TYPE NUMBER(5) No 0=discount, 11=paid out, 12=paid in, 13=ASN, 14=check in, 15=check out, 16=cash drop, 17=misc drawer event.
NAME NVARCHAR2(80) Yes Reason text.
IS_ACTIVE NUMBER(1) No 0=inactive, 1=active
IS_DEFAULT NUMBER(1) No 0=not default, 1=default.
SHRINK_FLAG NUMBER(1) Yes Only valid when doc_type is Adjustment.
CHECK_INOUT_TYPE NUMBER(1) Yes Only valid when doc_type is Employee check in, check out. 1=open event, 2=sub open event, 3= close event, 4= sub close event.
CHECK_INOUT_EVENT_TYPE NUMBER(1) Yes Only valid when doc_type is Employee check in, check out. Either paid event (1) or non-paid event (0).
CHECK_INOUT_TYPE_PAIR NUMBER(5) Yes Only valid when doc_type is Employee check in, check out. Sequential number. Every two reasons (open and close) should share the same value to make a paid.
IS_CUST_REQUIRED NUMBER(1) Yes 0=customer is not required, 1= customer is required. Default =0.
REASON_ID NUMBER(10) No Helps in identifying a reason.
DESCRIPTION NVARCHAR2(30) Yes Description of reason code.
MANUAL NUMBER(1) No 0=disabled for manual discounts, 1= enabled for manual discounts.

PRICE_ADJUSTING

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIED_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Reference to subsidiary record.
ADJUSTING_POWER NUMBER(3) Yes Adjusting power.
ADJUSTING_VALUE NUMBER(16,4) Yes Adjusting value

PRICE_LEVEL

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Reference to subsidiary record.
PRICE_LVL NUMBER(5 No Price level.
PRICE_LVL_NAME NVARCHAR2(6) Yes Price lvel name.
SECURED NUMBER(1) No Securing a price level allows user to pritect from others.
DISC_PERC NUMBER(16,4) Yes Default discount % to use with this price level.
USE_DISC_PERC NUMBER(1) No true=use discount_percent as a percentage.
ACTIVE NUMBER(1) No Indicates this price level is active within this subsidiary.
PRICE_LVL_DESCRIPTION NVARCHAR2(150) Yes Descriptive price level name.

PRICE_ROUNDING

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(16,4) No Reference to subsidiary record.
LOWER_RANGE NUMBER(19) Yes Lower range of rounding.
ROUNDING NUMBER(16,4) Yes Rounding
ROUNDING_OFFSET NUMBER(16,4) Yes Rounding offset.
ROUNDING_LVL NUMBER(5) No Rounding level.

PRINTER

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PRINTER_NAME NVARCHAR2(200) Yes Printer name.
WORKSTATION_SID NUMBER(19) Yes Reference to the workstation.
INTERFACE NUMBER(2) Yes The method of communicating with the printer. 0=Windows, 1=Wifi, 2=Bluetooth.
KICK_CODE NVARCHAR2(20) Yes Control code string to open its connected cash drawer.

PRINTER_TYPE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) Yes Reference to subsidiary record.
NAME NVARCHAR2(64) No The name of a printer type.
STORE_SID NUMBER(19) Yes Reference to the store record.

PRINTER_TYPE_ASSIGNMENT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_NO NUMBER(19) Yes Reference to subsidiary record.
PRINTER_SID NUMBER(19) Yes Reference to printer record.
PRINTER_TYPE_SID NUMBER(19) Yes Reference to printer type record.
WORKSTATION_SID NUMBER(19) Yes Reference to workstation record.

PRINTER_TYPE_SETTING

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) Yes Reference to subsidiary record.
PRINT_AREA_VALUE_SID NUMBER(19) Yes Reference to print-area-value record.
PRINTER_TYPE_SID NUMBER(19) Yes Reference to printer type record.
PRINT_DESIGN_SID NUMBER(19) Yes Reference to print design record.
ACTIVE_FLAG NUMBER(1) Yes Flag indicating this print type is to be printed to.
PREVIEW_FLAG NUMBER(1) Yes Flag indicating that print type will preview before printing.
COPIES NUMBER(3) Yes The number of copies to print for this printer type.
GROUP_FLAG NUMBER(1) Yes 0=false, 1 = true. Flag indicating that report group will be used instead of document design.
REPORT_GROUP_SID NUMBER(19) Yes Reference to report group record.

PRINT_AREA

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
AREA_TYPE NUMBER(1) No The type of print area 0=Retail Pro, 1=custom
NAME NVARCHAR2(64) No The display name of the print area.
PARENT_SID NUMBER(19) Yes The parent sid for sub-areas
OVERRIDE_FLAG NUMBER(1) No Flag indicating that children area settings are ignored
RESOURCE_NAME NVARCHAR2(50) Yes The API resource that this print area references

PRINT_AREA_VALUE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PRINT_AREA_SID NUMBER(19) Yes Points to the corresponding Print Area record in PRINT_AREA table.
SBS_SID NUMBER(19) Yes Reference to subsidiary record.
STORE_SID NUMBER(19) Yes Reference to store record.
WORKSTATION_SID NUMBER(19) Yes Reference to workstation record.
OVERRIDE_FLAG NUMBER(1) No Flag indicating that children area settings are ignored. 0=false, 1=true. Default=0
DEFAULT_ACTION NUMBER(1) No The default action when printing in this area: 0=Print dialog, 1=Print, 2=Print and Email, 4=Email. Default =0
SHOW_PRINT_BUTTON NUMBER(1) Yes Flag indicating if the Print button is shown in the print modal.
SHOW_EMAIL_BUTTON NUMBER(1) Yes Flag indicating if the Email button is shown in the print modal.
SHOW_PRINT_EMAIL_BUTTON NUMBER(1) Yes Flag indicating if the Print - Email button is shown in the print modal.
SHOW_PREVIEW_BUTTON NUMBER(1) Yes Flag indicating if the Preview button is shown in the print modal.
SHOW_PRINTER_SELECTION NUMBER(1) Yes Flag indicating if the printer selection combo is shown in the print modal.
SHOW_DESIGN_SELECTION NUMBER(1) Yes Flag indicating if the print design combo is shown in the print modal.
SHOW_NUMBER_COPIES NUMBER(1) Yes Flag indicating if the "Number of copies" controls are shown.
DEFAULT_PRINTER_TYPE_SID NUMBER(19) Yes Reference tot he default printer definition.
DEFAULT_PRINT_DESIGN_SID NUMBER(19) Yes Reference to the default design definition.
EMAIL_DESIGN_SID NUMBER(19) Yes Reference to the design definition for email.
EMAIL_PREVIEW_FLAG NUMBER(1) Yes Flag indicating email will be previewed before printing. 0=False, 1=True. Default=1
SHOW_EMAIL_DESIGN_SELECTION NUMBER(1) Yes Displays email design options. 1=True, 0=False
DEFAULT_COPIES NUMER(2) Yes Number of copies. Default=1

PRISM_DEFAULT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
DEFAULT_PREFERENCE CLOB Yes Default preferences at the corporate level.

PRISM_PROXY

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
CLIENT_TYPE NUMBER(1) No 0=Windows client, 1=Web client
WORKSTATION_NAME NVARCHAR2(64) No Host name of the Proxy. Not to be confused with mobile devices.
LOCAL_PORT NUMBER(5) No Local port number used by the Proxy to receive traffic.
AVAILABLE NUMBER(1) No 0=unavailable, 1=available.
CONFIG CLOB Yes Used as a configuration datastore.
ACTIVE NUMBER(1) No Flag to indicate if the record is active. 0=inactive, 1-active. Default=1

PRISM_PROXY_CUSTOMIZATION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROXY_SID NUMBER(19) No Reference to the PRISM_PROXY record.
CUSTOMIZATION_SID NUMBER(19) No Reference to the customization record.
CONFIGURATION CLOB Yes Configuration data specific to this customization running on this proxy.
REQUIRED_FLAG NUMBER(1) No A flag indicating if the customization is required for operation.
DISABLED_FLAG NUMBER(1) No A flag indicating if the customization is disabled for this proxy.
DISABLED_REASON NVARCHAR2(64) Yes The reason for the customization being disabled.
LOCAL_PATH NVARCHAR2(255) Yes Path to the customization executable on the workstaiton.
CONTROL_PORT NUMBER(5) Yes Port number.

PRISM_PROXY_HW

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
HARDWARE_TYPE NUMBER(1) No 0=printer, 1=cash drawer, 2=pole display, 3=Customer Enagement Device (CED)
HARDWARE_ID NVARCHAR2(64) No Identifier for the hardware on the machine.
PRISM_PROXY_SID NUMBER(19) No The Prism Proxy this hardware is managed by
IS_ENABLED NUMBER(1) No Flag that indicates the hardware should be used or not. 0-not enabled, 1=enabled. Default=1
CONFIG CLOB Yes Hardware specific configuration.

PRISM_RESOURCE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
RESOURCE_NAME NVARCHAR2(50) No Resource name.
PARENT_SID NUMBER(19) Yes Parent resource. If blank, then this is a top-level resource.
PRISM_D2D_FLG NUMBER(1) No Flag to indicate the resource is used for Prism-to-Prism Day-to-Day replication. 0=not used, 1=used. Default=0
V9_D2D_FLG NUMBER(1) No Flag to indicate the resource is used for V9-to-Prism Day-to-Day replication. 0=not used, 1=used. Default=0
NAMESPACE NVARCHAR2(20) No Namespace.
DELETE_FLAG NUMBER(1) No Flag to indicate the resource has been deleted. 0=not deleted, 1=deleted. Default=0
RESOURCE_TYPE NUMBER(1) No Resource type. 0=resource, 1=centrals resource, 2=core resource, 3=action. Default=0
PROCESS_ORDER NUMBER(10) No The resources place in the processing order.
RPS_ENTITY_NAME NVARCHAR2(50) Yes Entity name in RPS module.

PRISM_SEQUENCE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SUBSIDIARY_SID NUMBER(19) Yes Reference to subsidiary.
STORE_SID NUMBER(19) Yes Reference to store.
WORKSTATION_SID NUMBER(19) Yes Reference to workstation
SEQ_LEVEL NUMBER(1) No 0=Subsidiary, 1=Store, 2=Workstation.
DOC_SEQ_TYPE NUMBER(5) No Document number sequence type.
PREVIOUS_VALUE NUMBER(19) No Previously used value for the document number. Document number sequence starts with 1

PRODCER_CACHE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
SEQ NUMBER(19) No Sequence number.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
COMPRESSED NUMBER(1) Yes 0=uncompressed, 1=compressed.
PERSISTENT NUMBER(1) Yes 0=not persistent, 1=persistent
PROCESS_ORDER NUMBER(5) Yes Process order.
RESOURCE_DATA CLOB Yes Resource data.
RESOURCE_NAME NVARCHAR2(50) Yes Resource name.
RESOURCE_SID NUMBER(19) Yes Reference to resource
INIT NUMBER(1) Yes 0=not initialization, 1= initialization.
STATUS NUMBER(4) No 0=normal, 1=locked, 2=resuming, 3=resumed, 4=cleared

PRODUCER_CACHE_DESTINATION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
TO_SERVER NVARCHAR2(100) Yes Employee ID of employee who last modified the record.
TO_TYPE NVARCHAR2(20) Yes Date/time the record was last modified.
QUEUE_NAME NVARCHAR2(100) Yes Reference to store record for database that owns the row.
NOTIFICATION_ID NUMBER(19) Yes Reference to the notification record.
PRODUCER_CACHE_SID NUMBER(19) No Reference to the producer cache record.
STATUS NUMBER(4) Yes Replication status.
INIT NUMBER(1) Yes 0=not initialization, 1=initialization
PROCESS_ORDER NUMBER(5) No Process order.
SEQ NUMBER(19) No Sequence number
HEADERS NVARCHAR2(2000) Yes Header text.

PRODUCER_CACHE_OFFLINE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
TO_SERVER NVARCHAR2(100) Yes Employee ID of employee who last modified the record.
TO_TYPE NVARCHAR2(20) Yes Date/time the record was last modified.
QUEUE_NAME NVARCHAR2(100) Yes Reference to store record for database that owns the row.
NOTIFICATION_ID NUMBER(19) Yes Reference to the notification record.
STATUS NUMBER(4) Yes Replication status
INIT NUMBER(1) Yes 0=not initialization, 1=initialization
PROCESS_ORDER NUMBER(5) No Process order.
SEQ NUMBER(19) No Sequence number
HEADERS NVARCHAR2(2000) Yes Header text.

PROMOTIONS_LIST

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
DESCRIPTION NVARCHAR2(60) Yes Description of the promotion.
ACTIVE NUMBER(1) No 0=inactive, 1-active
       

PROMO_BOGO

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
ID NUMBER(10) No Unique identifying value of BOGO promotion.
PROMONAME NVARCHAR2(50) Yes Name of BOGO promotion.
PRIORITY NUMBER(10) Yes Priority (within all BOGO promotions with the same PromoName). All BOGO promotions with the same PromoName). All BOGO promotions with the same PromoName are one complicated promotion, only one of them can fire, they are tested in Priority order.
DISCREASON NVARCHAR2(80) Yes The reason that will be assigned as the Discount REason on items discounted by this promotion.
SBS_NO NUMBER(5) Yes If populated, then only documents from that subsidiary will be tested against this promotion.
DISCTYPE NUMBER(1) Yes Defines how this promotion is applied to items. 0=Price, 1=Discount Percent, 2=Discount Amount.
AMOUNT NUMBER(16,4) Yes Discount Amount
BUYITEMFILTER NVARCHAR2(255) Yes Identifies items that must be bought in order to activate the promotion. Used for older promotions and display purposes. Newer BOGOs store BuyItemFilter in PROMO_FILTER table with FilterID=5
BUYQTY NUMBER(10,3) Yes In case UseSubtotal=0, it identifies the quantity of  required items that must be bought in order to activate the promotion.
GETITEMFILTER NVARCHAR2(255) Yes Identifies items that may be discounted by the promotion. Alternatively, Global Discount may be selected instead of items. Used for older promotions and display purposes. Newer BOGOs store BuyItemFilter in PROMO_FILTER table with FilterID=6.
GETQTY NUMBER(10,3) Yes Identifies quantity of reward items that may be discounted by the promotion.
APPLYHIGHLOW NUMBER(1) Yes If multiple items are eligible to be discounted, then these items are sorted by Price and they got discounted starting with most or least expensive. 0=start with lowest prices, 1=start with highest prices.
APPLYONCE NUMBER(1) Yes Defines whether the promotion will be applied only once or, if there are still enough quantity or subtotal value left after promotion is applied, multiple times. 0=apply multiple times, 1=apply once. Default=0
STARTDATETIME TIMESTAMP(0) Yes Defines beginning of the period when the promotion is effective.
ENDDATETIME TIMESTAMP(0) Yes Defines end of the period when the promotion is effective.
COUPONCODE NVARCHAR2(75) Yes If populated then this promotion can be applied only if that coupon is mentioned on the receipt.
USESUBTOTAL NUMBER(1) Yes Defines which property of receipt items that satisfy BuyItemFilter condition will be used to activate promotion. If zero (0), then compares quantity of those items against Buy Qty. If 1, then compares sum of extended prices of those items against Buy Threshold value. Default=0
BUYTHRESHOLD NUMBER(16,4) Yes In case UseSubtotal=1, sum of extended prices of receipt items that satisfy BuyItemFilter condition should be equal to or greater than Buy Threshold value in order to activate the promotion.
BUYREASON NVARCHAR2(80) Yes Reason to mark items that were used as triggers for this promotion.

PROMO_BOGO_STORE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
BOGO_SID NUMBER(19) No Unique identifying value of BOGO promotion.
STORE_NO NUMBER(5) No Identifies a store (from SBS_NO subsidiary on the promotion record) where promotion is effective.

PROMO_CUSTLIST

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
ID NUMBER(10) No Unique identifying value of Customer Pricing promotion.
LIST_NAME NVARCHAR2(255) Yes Name of customer pricing promotion.
DISCREASON NVARCHAR2(80) Yes This will become the discount reason on items discounted by this promotion.

PROMO_CUSTLISTITEM

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
ID NUMBER(10) No Unique identifying value of Customer Pricing item promotion.
CUSTLIST_SID NUMBER(19) No Unique identifying value of Customer Pricing promotion.
ITEM_UID NUMBER(19) Yes V9 system identifying value of the item.
SBS_NO NUMBER(5) Yes If populated, then only documents from that subsidiary will be tested against this promotion.
DISCTYPE NUMBER(1) Yes Defines how this promotion is applied to items. 0=Price, 1=Discount Percent. Works with Amount.
AMOUNT NUMBER(16,4) Yes Value of this promotion. Works with Disc Type.
UPC NUMBER(18) Yes UPC of the item.
ALU NVARCHAR2(20) Yes Alternate lookup code of the item.
ITEM_SIZE NVARCHAR2(8) Yes Size of the item.
ATTRIBUTE NVARCHAR2(8) Yes Attribute of the item.
DESCRIPTION1 NVARCHAR2(30) Yes Description 1 f the item.
PRICE_LEVELS NVARCHAR2(255) Yes List of Price Levels (1 in a position means that Price Level corresponding to the position is included) where promotion is effective.

PROMO_CUSTLISTITEM_STORE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
CUSTLISTITEM_SID NUMBER(19) No Unique identifying value of Customer Pricing promotion.
STORE_NO NUMBER(5) No Identifies a store (from sbs_no subsidiary on the promotion record) where promotion is effective.

PROMO_FILTER

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
FILTERID NUMBER(10) No 1=Promos:Discount Includes, 2=Qty:Discount Includes, 3=Qty:Discount Applies to, 4=Pricing:Item Filter, 5=BOGO:Buy Item Filter, 6=BOGO:Get Item Filter
PROMO_SID NUMBER(19) No SID of this specific promotion.
SEQ NUMBER(5) No Order of the filter.
FIELD NVARCHAR2(50) Yes Field name that the filter is applied to.
OPERATOR NUMBER(5) Yes 0=equal, 1=not equal, 2=contains, 3=does not contain
OPERAND NVARCHAR2(100) Yes Operand of the filter.
JOIN_OPERATOR NUMBER(5) Yes Defines how this filter joins with neighboring filters. 0=AND, 1=OR
STYLESID NUMBER(19) Yes If populated then the filter defines the whole style.

PROMO_OPTION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
GROUP_NAME NVARCHAR2(70) Yes Group name that this option belongs to.
OPTION_NAME NVARCHAR2(70) No Option name.
OPTION_VALUE CLOB Yes Option value.

PROMO_PRICING

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
ID NUMBER(10) Yes Unique identifying value of pricing promotion.
PROMONAME NVARCHAR2(50) Yes Name of pricing promotion.
PRIORITY NUMBER(10) Yes Priority (within all Pricing promotions with the same PromoName). All Pricing promotions with the same PromoName are one complicated promotion, only one of them can fire, tested in Priority order.
DISCREASON NVARCHAR2(80) Yes This will become Discount Reason on items discounted by this promotion.
SBS_NO NUMBER(5) Yes If populated then only documents from that subsidiary will be tested against this promotion.
PRICE NUMBER(16,4) Yes Price that will be assigned to reward items.
ITEMFILTER NVARCHAR2(255) Yes Identifies items that may be discounted by the promotion. Used for older promotions and display purposes. Newer Pricing promotions store ItemFilter in PROMO_FILTER table with FilterID=4.
STARTDATETIME TIMESTAMP(0) Yes Defines beginning of the period of time when the promotion is effective.
ENDDATETIME TIMESTAMP(0) Yes Defines end of the period of time when the promotions is effective.
PRICELEVELS NVARCHAR2(255) Yes List of price levels where promotion is effective. 1 in a position means that the Price Level corresponding to the position is included
COUPONCODE NVARCHAR2(75) Yes If populated then this promotion can be applied only if that coupon is mentioned on the receipt.
RECURRING_MAINDAILY NUMBER(1) Yes Schedule - Daily
RECURRING_FROMTIME TIMESTAMP(0) Yes Schedule - Daily - From
RECURRING_TOTIME TIMESTAMP(0) Yes Schedule - Daily - To
RECURRING_MAINWEEKLY NUMBER(1) Yes Schedule - Weekly
RECURRING_WKMON NUMBER(1) Yes Schedule - Weekly - Monday
RECURRING_WKTUES NUMBER(1) Yes Schedule - Weekly - Tuesday
RECURRING_WKWED NUMBER(1) Yes Schedule - Weekly - Wednesday
RECURRING_WKTHURS NUMBER(1) Yes Schedule - Weekly - Thursday
RECURRING_WKFRI NUMBER(1) Yes Schedule - Weekly - Friday
RECURRING_WKSAT NUMBER(1) Yes Schedule - Weekly - Saturday
RECURRING_WKSUN NUMBER(1) Yes Schedule - Weekly - Sunday
RECURRING_MAINMONTHLY NUMBER(1) Yes Schedule - Monthly
RECURRING_MONJAN NUMBER(1) Yes Schedule -Monthly - January
RECURRING_MONFEB NUMBER(1) Yes Schedule -Monthly - February
RECURRING_MONMAR NUMBER(1) Yes Schedule -Monthly - March
RECURRING_MONAPR NUMBER(1) Yes Schedule -Monthly - April
RECURRING_MONMAY NUMBER(1) Yes Schedule -Monthly - May
RECURRING_MON_JUN NUMBER(1) Yes Schedule -Monthly - June
RECURRING_MON_JULY NUMBER(1) Yes Schedule -Monthly - July
RECURRING_MONAUG NUMBER(1) Yes Schedule -Monthly - August
RECURRING_MONSEP NUMBER(1) Yes Schedule -Monthly - September
RECURRING_MONOCT NUMBER(1) Yes Schedule -Monthly - October
RECURRING_MONNOV NUMBER(1) Yes Schedule -Monthly - November
RECURRING_MONDEC NUMBER(1) Yes Schedule -Monthly - December
RECURRING_MAINSEASONALLY NUMBER(1) Yes Schedule - Seasonal
RECURRING_SEASPRING NUMBER(1) Yes Schedule - Seasonal - Spring. 0=false, 1=true. Default=0
RECURRING_SEASUMMER NUMBER(1) Yes Schedule - Seasonal - Summer. 0=false, 1=true. Default=0
RECURRING_SEAFALL NUMBER(1) Yes Schedule - Seasonal - Fall. 0=false, 1=true. Default=0
RECURRING_SEAWINTER NUMBER(1) Yes Schedule - Seasonal - Winter. 0=false, 1=true. Default=0

PROMO_PRICING_STORE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PRICING_SID NUMBER(19) No Unique identifying value of Pricing promotion.
STORE_NO NUMBER(5) No Identifies a store (from SBS_NO subsidiary on the promotion record) where promotion is effective.

PROMO_PROMO

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
ID NUMBER(10) Yes Unique identifying value of pricing promotion.
PROMONAME NVARCHAR2(50) Yes Name of pricing promotion.
PRIORITY NUMBER(10) Yes Priority (within all Pricing promotions with the same PromoName). All Pricing promotions with the same PromoName are one complicated promotion, only one of them can fire, tested in Priority order.
DISCREASON NVARCHAR2(80) Yes This will become Discount Reason on items discounted by this promotion.
SBS_NO NUMBER(5) Yes If populated then only documents from that subsidiary will be tested against this promotion.
DISC_TYPE NUMBER(1) Yes Defines how this promotion is applied to items. 0=Price, 1=Discount Percent, 2=Discount Amount. It works together with Amount.
AMOUNT NUMBER(16,4) Yes Value of this promotion. It works together with Disc Type.
ITEMFILTER NVARCHAR2(255) Yes Identifies items that may be discounted by the promotion. Used for older promotions and display purposes. Newer Pricing promotions store ItemFilter in PROMO_FILTER table with FilterID=4.
FILTER_LEVEL NUMBER(1) Yes 0=Item (the receipt must have an item line that satisfies ItemFilter); 1=Document (ItemFilter can be satisfied by several item lines; for example (UPC=12 and UPC=34) can work only on Document level).
STARTDATETIME TIMESTAMP(0) Yes Defines beginning of the period of time when the promotion is effective.
ENDDATETIME TIMESTAMP(0) Yes Defines end of the period of time when the promotions is effective.
COMBINEWITHQTYDISC NUMBER(1) Yes 1=Allow to apply this promo and a quantity discount marked with Combine with Promo flag simultaneously to the same item (providing that all other conditions are satisfied).
PRICELEVELS NVARCHAR2(255) Yes List of price levels where promotion is effective. 1 in a position means that the Price Level corresponding to the position is included
COUPONCODE NVARCHAR2(75) Yes If populated then this promotion can be applied only if that coupon is mentioned on the receipt.
RECURRING_MAINDAILY NUMBER(1) Yes Schedule - Daily
RECURRING_FROMTIME TIMESTAMP(0) Yes Schedule - Daily - From
RECURRING_TOTIME TIMESTAMP(0) Yes Schedule - Daily - To
RECURRING_MAINWEEKLY NUMBER(1) Yes Schedule - Weekly
RECURRING_WKMON NUMBER(1) Yes Schedule - Weekly - Monday
RECURRING_WKTUES NUMBER(1) Yes Schedule - Weekly - Tuesday
RECURRING_WKWED NUMBER(1) Yes Schedule - Weekly - Wednesday
RECURRING_WKTHURS NUMBER(1) Yes Schedule - Weekly - Thursday
RECURRING_WKFRI NUMBER(1) Yes Schedule - Weekly - Friday
RECURRING_WKSAT NUMBER(1) Yes Schedule - Weekly - Saturday
RECURRING_WKSUN NUMBER(1) Yes Schedule - Weekly - Sunday
RECURRING_MAINMONTHLY NUMBER(1) Yes Schedule - Monthly
RECURRING_MONJAN NUMBER(1) Yes Schedule -Monthly - January
RECURRING_MONFEB NUMBER(1) Yes Schedule -Monthly - February
RECURRING_MONMAR NUMBER(1) Yes Schedule -Monthly - March
RECURRING_MONAPR NUMBER(1) Yes Schedule -Monthly - April
RECURRING_MONMAY NUMBER(1) Yes Schedule -Monthly - May
RECURRING_MON_JUN NUMBER(1) Yes Schedule -Monthly - June
RECURRING_MON_JULY NUMBER(1) Yes Schedule -Monthly - July
RECURRING_MONAUG NUMBER(1) Yes Schedule -Monthly - August
RECURRING_MONSEP NUMBER(1) Yes Schedule -Monthly - September
RECURRING_MONOCT NUMBER(1) Yes Schedule -Monthly - October
RECURRING_MONNOV NUMBER(1) Yes Schedule -Monthly - November
RECURRING_MONDEC NUMBER(1) Yes Schedule -Monthly - December
RECURRING_MAINSEASONALLY NUMBER(1) Yes Schedule - Seasonal
RECURRING_SEASPRING NUMBER(1) Yes Schedule - Seasonal - Spring. 0=false, 1=true. Default=0
RECURRING_SEASUMMER NUMBER(1) Yes Schedule - Seasonal - Summer. 0=false, 1=true. Default=0
RECURRING_SEAFALL NUMBER(1) Yes Schedule - Seasonal - Fall. 0=false, 1=true. Default=0
RECURRING_SEAWINTER NUMBER(1) Yes Schedule - Seasonal - Winter. 0=false, 1=true. Default=0

PROMO_PROMO_STORE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PROMO_SID NUMBER(19) No Unique identifying value of the Promo promotion.
STORE_NO NUMBER(5) No Identifies a store (from SBS_NO subsidiary on the promotion record) where promotion is effective.

PROMO_QTY

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
ID NUMBER(10) Yes Unique identifying value of pricing promotion.
PROMONAME NVARCHAR2(50) Yes Name of pricing promotion.
PRIORITY NUMBER(10) Yes Priority (within all Pricing promotions with the same PromoName). All Pricing promotions with the same PromoName are one complicated promotion, only one of them can fire, tested in Priority order.
DISCREASON NVARCHAR2(80) Yes This will become Discount Reason on items discounted by this promotion.
SBS_NO NUMBER(5) Yes If populated then only documents from that subsidiary will be tested against this promotion.
ITEMFILTER NVARCHAR2(255) Yes Identifies items that may be discounted by the promotion. Used for older promotions and display purposes. Newer Pricing promotions store ItemFilter in PROMO_FILTER table with FilterID=4.
APPLYTOFILTER NVARCHAR2(255) Yes Identifies items that may be discounted by the promotion. Used for older promotions and display purposes. Newer Qty promotions store ApplyToFilter in PROMO_FILTER table with FilterID=3
FROMQTY NUMBER(10,3) Yes Min quantity of reward items required to activate the promotion.
TOQTY NUMBER(10,3) Yes Max quantity of reward items required to activate the promotion.
DISC_TYPE NUMBER(1) Yes Defines how this promotion is applied to items. 0=Price, 1=Discount Percent, 2=Discount Amount. It works together with Amount.
AMOUNT NUMBER(16,4) Yes Value of this promotion. It works together with Disc Type.
COMBINEWITHPROMOS NUMBER(1) Yes If 1, then it allows user to apply this Qty promotion and a Promo discount marked with CombineWithQtyDisc flag simultaneously to the same item (providing that all other conditions are satisfied).
STARTDATETIME TIMESTAMP(0) Yes Defines beginning of the period of time when the promotion is effective.
ENDDATETIME TIMESTAMP(0) Yes Defines end of the period of time when the promotions is effective.
COMBINEWITHQTYDISC NUMBER(1) Yes 1=Allow to apply this promo and a quantity discount marked with Combine with Promo flag simultaneously to the same item (providing that all other conditions are satisfied).
PRICELEVELS NVARCHAR2(255) Yes List of price levels where promotion is effective. 1 in a position means that the Price Level corresponding to the position is included
COUPONCODE NVARCHAR2(75) Yes If populated then this promotion can be applied only if that coupon is mentioned on the receipt.
RECURRING_MAINDAILY NUMBER(1) Yes Schedule - Daily
RECURRING_FROMTIME TIMESTAMP(0) Yes Schedule - Daily - From
RECURRING_TOTIME TIMESTAMP(0) Yes Schedule - Daily - To
RECURRING_MAINWEEKLY NUMBER(1) Yes Schedule - Weekly
RECURRING_WKMON NUMBER(1) Yes Schedule - Weekly - Monday
RECURRING_WKTUES NUMBER(1) Yes Schedule - Weekly - Tuesday
RECURRING_WKWED NUMBER(1) Yes Schedule - Weekly - Wednesday
RECURRING_WKTHURS NUMBER(1) Yes Schedule - Weekly - Thursday
RECURRING_WKFRI NUMBER(1) Yes Schedule - Weekly - Friday
RECURRING_WKSAT NUMBER(1) Yes Schedule - Weekly - Saturday
RECURRING_WKSUN NUMBER(1) Yes Schedule - Weekly - Sunday
RECURRING_MAINMONTHLY NUMBER(1) Yes Schedule - Monthly
RECURRING_MONJAN NUMBER(1) Yes Schedule -Monthly - January
RECURRING_MONFEB NUMBER(1) Yes Schedule -Monthly - February
RECURRING_MONMAR NUMBER(1) Yes Schedule -Monthly - March
RECURRING_MONAPR NUMBER(1) Yes Schedule -Monthly - April
RECURRING_MONMAY NUMBER(1) Yes Schedule -Monthly - May
RECURRING_MON_JUN NUMBER(1) Yes Schedule -Monthly - June
RECURRING_MON_JULY NUMBER(1) Yes Schedule -Monthly - July
RECURRING_MONAUG NUMBER(1) Yes Schedule -Monthly - August
RECURRING_MONSEP NUMBER(1) Yes Schedule -Monthly - September
RECURRING_MONOCT NUMBER(1) Yes Schedule -Monthly - October
RECURRING_MONNOV NUMBER(1) Yes Schedule -Monthly - November
RECURRING_MONDEC NUMBER(1) Yes Schedule -Monthly - December
RECURRING_MAINSEASONALLY NUMBER(1) Yes Schedule - Seasonal
RECURRING_SEASPRING NUMBER(1) Yes Schedule - Seasonal - Spring. 0=false, 1=true. Default=0
RECURRING_SEASUMMER NUMBER(1) Yes Schedule - Seasonal - Summer. 0=false, 1=true. Default=0
RECURRING_SEAFALL NUMBER(1) Yes Schedule - Seasonal - Fall. 0=false, 1=true. Default=0
RECURRING_SEAWINTER NUMBER(1) Yes Schedule - Seasonal - Winter. 0=false, 1=true. Default=0

PROMO_QTY_STORE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
QTY_SID NUMBER(19) No Unique identifying value of Qty promotion.
STORE_NO NUMBER(5) No Identifies a store (from SBS_NO subsidiary on the promotion record) where promotion is effective.

PUB_DATAEVENT_QUEUE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
RESOURCE_NAME NVARCHAR2(50) No Name of resource. By convention also the name of the business object entity.
RESOURCE_SID NUMBER(19) No Value used to uniquely identify the row within the resource.
LINK NVARCHAR2(100) Yes Value used to uniquely identify the resource, generated by the business object. May contain the parent resource information where appropriate. This is the value sent to the subscriber to identify the record.
EVENT_TYPE NUMBER(5) No 1=created, 2=updated, 4=deleted
ATTRIBUTES_AFFECTED NVARCHAR2(1024) Yes If event_type is 1 (created) or 2 (updated), list of attributes affected by the change. This functions as a type of filter on the event - if this is specified, one of the attributes in the list must have been affected in order to match.
PRISM_RESOURCE_SID NUMBER(19) No Prism resource SID to link to Prism resource.

PUB_NOTIFICATION_QUEUE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
DATAEVENT_QUEUE_SID NUMBER(19) No Reference to data event queue record.
SUBSCRIPTION_EVENT_SID NUMBER(19) No Reference to subscription data event description record.
TRANSMIT_STATUS NUMBER No 0=created while subscription was active, not sent; 1=created while subscription was suspended, not sent; 2=send unsuccessful
LAST_FAILED_ATTEMPT_REASON NVARCHAR2(200) Yes Reason last transmission attempt failed, including error codes.
LAST_FAILED_ATTEMPT_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time of last attempted transmission.

PUB_SUBSCRIBER

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SUBSCRIBER_ID NVARCHAR2(38)   Unique identifying, randomly generated guid value.
SUBSCRIBER_NAME NVARCHAR2(100)   Descriptive name for the subscriber.
ADDRESS NVARCHAR2(100)   IP address or URL with optional port for subscriber's host machine.
USER_NAME NVARCHAR2(30)   Username for connecting to the subscriber.
PASSWORD NVARCHAR2(30)   Encrypted password for connecting to the subscriber.
INSTALLATION_ID NUMBER(5)   Copy of subscriber's SUBSIDIARY.SBS_NO
INSTALLATION_NAME NVARCHAR2(15)   Copy of subscriber's SUBSIDIARY.SBS_NAME
TOPDOWN_NOTIFICATIONS NUMBER(1)   For subresources, indicates whether events are generated for the immediate resource or for the top level resource. 0=events not generated, 1=events generated. Default=0
SOURCE_ADDRESS NVARCHAR2(100) Yes Subscriber's source address used by Admin Console in providing status info.

PUB_SUBSCRIPTION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SUBSCRIBER_SID NUMBER(19) No Reference to subscriber.
HEARTBEAT_SERVICE NVARCHAR2(100) Yes name of service to append to address to communicate with the subscriber's heartbeat service.
DATAEVENT_SERVICE NVARCHAR2(100) Yes Name of service to append to address to communicate with the subscriber's data event service.
ACTIVE NUMBER(1) No 0=active, 1=suspended. Default=1
SUBSCRIPTION_NAME NVARCHAR2(40) No Name given to this subscription
SERVER_TYPE NUMBER(1) No 0=Prism, 1=V9. Default=1

PUB_SUBSCRIPTION_EVENT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SUBSCRIPTION_SID NUMBER(19) No Reference to subscription.
EVENT_NAME NVARCHAR2(100) No Subscriber-defined event name. Passed in notificationto identify which event was triggered within a subscription.
EVENT_TYPE NUMBER(5) No Bitmask indicating which data events to monitor. bit 1=create, bit 2=update, bit 3=delete
RESOURCE_NAME NVARCHA2(50) No Name of resource. By convention, also the name of the business object entity.
ATTRIBUTES_AFFECTED NVARCHAR2(1024) Yes If eventtype includes "create" or "update", list of attributes affected by the change. This functions as a type of filter on the event - if this is specified, one of the attributes in the list must have been affected in order to match.
FILTERS CLOB Yes String list of filter expressions, each consisting of attribute, operator, and value.

PUB_SUBSCRIPTION_GROUP

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SUBSCRIPTION_GROUP_ID NVARCHAR2(38) No Unique identifying, randomly generated guid value for this subscription group.
SUBSCRIPTION_GROUP_NAME NVARCHAR2(40) No Name given to this subscription group.
LAST_PROCESS_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time of last attempt to process a notification.
LAST_PROCESS_STATUS NVARCHAR2(200) Yes Result of last attempt to process a notification.

PURCH_FEE_TYPE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant decsription.
SBS_SID NUMBER(19) No Reference to the subsidiary record.
FEE_TYPE NUMBER(5) No Identifies the fee.
FEE_NAME NVARCHAR2(6) Yes Fee name.
ACTIVE NUMBER(1) Yes 0=inactive, 1-active. Default=1

REGION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
REGION_NAME NVARCHAR2(12) Yes Corporate Region name
PARENT_SID NUMBER(19) Yes Parent region identifier to support multi-level regions.
REGION_NO NUMBER(5) No REGION_NO for replication compatibility with RIL.
SBS_SID NUMBER(19) Yes Unique subsidiary identifier for replication compatibility with RIL. Defaults to null means CORP-level creation.
ACTIVE NUMBER(1) No 0=region is inactive, 1=region is active. Default=1

REGION_SUBSIDIARY

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
REGION_ID NUMBER(19) No Reference to region record.
SBS_SID NUMBER(19) No Reference to subsidiary record.

REMOTE_CONNECTION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
ACTIVE NUMBER(1) No 0=not active, 1=active. Default=0
REMOTE_CONTROLLER_SID NUMBER(19) No Remote controller SID that points tot he Remote Server Address for this connection.
CONNECTION_TYPE NUMBER(1) No 0=Prism, 1=V9. Default=0
LOCAL_CONTROLLER_SID NUMBER(19) No Local controller SID that points to the Local Server Address for this connection.
PAUSED_AT TIMESTAMP(0) WITH TIME ZONE Yes If not null, Prism stops sending D2D messages to this connection.

REMOTE_CONNECTION_SUBSCRIBER

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
REMOTE_CONNECTION_SID NUMBER(19) No Remote connection reference..
SUBSCRIPTION_SID NUMBER(19) No Subscription reference.

REM_SUBSCRIPTION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SUBSCRIPTION_NAME NVARCHAR2(40) No Name given to this subscription.
SUBSCRIPTION_TYPE NUMBER(1) No 0=replication, 1=v9 replication, 2=centrals. Default=0
OWNER_CONTROLLED_SID NUMBER(19) Yes On which system was this subscription created. All subscription that have a valid controller value are considered shared and will be replicated to all systems. If this value is null then this is not a shared subscription.
GLOBAL_FILTER NVARCHAR2(1024) Yes Global filter for this subscription.
INTERNAL_FLAG NUMBER(1) No Indicates if this subscription is internally generated. 0=false, 1=true. Default=0

REM_SUBSCR_RESOURCE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
REM_SUBSCRIPTION_SID NUMBER(19) No Reference to REM subscription.
PRISM_RESOURCE_SID NUMBER(19) No Reference to Prism resource.
DELETE_FLAG NUMBER(1) No Internal flag to mark records for deletion.
PROCESS_ORDER NUMBER(10) No Process order.
PRIMARY_FILTER NVARCHAR2(1000) Yes Primary filter string.
STORE_FILTER NVARCHAR2(750) Yes Store filter string.
CUSTOM_FILTER NVARCHAR2(250) Yes Customer filter string.
FILTER VARCHAR2(2000 Yes Filter string for resource.

REPLICATION_LOCKED_QUEUE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
QUEUE_NAME NVARCHAR2(100) Yes Queue name.
STATUS NUMBER(4) Yes 0=NORMAL. PrismMQProducer sends the message same as before.

1=LOCKED. PrismMQProducer moves the record to the PRODUCER_CACHE_OFFLINE table and removes the payload. PrismMQProducer checks if the record already exists (same queue name, resource name, resource sid and init flag). If the record already exists, PrismMQProducer does not add the record. Instead, the record is removed from the online table. This is how "offline" duplicates are eliminated.
Offline threads work on the PRODUCER_CACHE_OFFLINE table. A separate thread is created for each queue (up to OFFLINE_THREADS_CNT). If a queue's STATUS is set to "LOCKED," the PrismMQProducer does not create a thread for the queue.
2=RESUMING. If a queue's STATUS goes back to "UNLOCKED" and there are offline records, the queue is marked as "RESUMING" and the offline thread starts to send messages from the Offline table.
3-RESUMED. Once the offline thread has sent all offline messages, the queue is marked "RESUMED".
4=When the online thread sees a queue marked "RESUMED" (status 3) it does one "cycle." It moves messages to the offline table and then marks the queue "CLEARED" (status 4), stops moving records to the offline table and skips one cycle. Skipping a cycle serves as an acknowledgement to sync the offline and online threads for a given queue. The online queue then skips one iteration. This allows the offline thread to send any remaining offline messages. Starting with the next iteration, the queue is marked "NORMAL" (status 0) and the online thread starts sending messages normally.

CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.

REPLICATION_STATUS

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SESSION_TYPE NUMBER(1) No 0=v9 initialization session; 1=v9 day-to-day session; 2=Prism initialization session; 3= Prism day-to-day session
REMOTE_CONNECTION_SID NUMBER(19) No Connection_SID for this session. If set to null, then the connection does not exist or was deleted.
MESSAGES_EXPECTED NUMBER(30) No Total number of messages expected for this session. Applies to initialization only.
MESSAGES_RECEIVED NUMBER(30) No Total number of messages received since the replication session was started.
MESSAGES_SENT NUMBER(30) No Total number of messages sent since the session was started. Applies to Day-to-Day only.
LAST_UPDATE_RESOURCE NVARCHAR2(50) No The last resource that updated this session. For initialization, this is synonymous with the current resource being processed. For Day-to-Day it is the last resource seen by this session.
START_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date and time this replication session was started
LAST_UPDATE_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time this replication session was last updated.
STATE NUMBER(1) No 0=inactive/cancelled, 1=in progress, 2=complete
MESSAGES_FAILED NUMBER(30) No How many messages failed since the session was started.
INIT_STATUS NUMBER(1) Yes 0=end of init resource not yet processed; 1=end of init resource processed.

REPORT_GROUP

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
NAME NVARCHAR2(64) No Report group name.
AREA_SID NUMBER(10) No Reference to print area record.

REPORT_GROUP_ITEM

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
GROUP_SID NUMBER(19) No Reference to report group record.
DESIGN_SID NUMBER(19) No Reference to transform design record.

REP_STATUS_DETAIL

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
REP_STATUS_RES_SID NUMBER(19) No Reference to replication status resource record.
STATUS NVARCHAR2(1000) Yes Status of event. Success or an error message.
IDENTIFIED_BY NVARCHAR2(200) Yes Fields that identify this record on the sending system.
SOURCE_URL NVARCHAR2(500) Yes URL that can be used to retrieve the data from the source system. /api/common/[resource name]?filter=(key,eq,value). For v9: /api/common/[resource name]/?action=getv9resourcefilter=(key,eq,value)
DIRECTION NUMBER(1) No 0=incoming, 1=outgoing. Defines the direction of the message. Incoming messages are ones received and outgoing messages are ones that were sent.

REP_STATUS_RESOURCE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
MESSAGES_EXPECTED NUMBER(30) No Number of messages expected for this resource . Applies to initialization only. Default=0
MESSAGES_RECEIVED NUMBER(30) No Number of messages received for this resource since the session started. Default=0
MESSAGES_SENT NUMBER(30) No Number of messages sent for this resouce since the session started. Default=0
RESOURCE_NAME NVARCHAR2(50) No Resource name for this status.
REP_STATUS_SID NUMBER(19) No Reference to replication_status header table.
LAST_UPDATE_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time the replication session was last updated
STATE NUMBER(1) No 0=inactive, 1=in progress, 2=complete. Default=0
PROCESS_ORDER NUMBER(5) No Order in which resources are processed.
FIRST_UPDATE_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time the replication session was first updated.
MESSAGES_FAILED NUMBER(30) No Number of messages failed for this resource since the session started. Default=0

RESOURCE_LOCK

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
RESOURCE_NAME NVARCHAR2(30) No Name of resourece.
RESOURCE_SID NUMBER(19) Yes Identifies the resource.
RESOURCE_ID NVARCHAR2(20) Yes Optional resource identifier.
LIFE_TIME NUMBER(3,1) Yes Number of hours the lock should exist. Null=indefinite
STATUS NUMBER(5) No Resource status. 0 or null=none, 1=in progress. Default=0
WORKSTATION_SID NUMBER(19) Yes Workstation that locked the resource.
SESSION_TOKEN NVARCHAR2(50) Yes Created resource lock by temporary session.
INFO NVARCHAR2(2000) Yes Optional text.

SCALE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Reference to subsidiary record.
SCALE_NAME NVARCHAR2(12) Yes Scale name.
ACTIVE NUMBER(1) No Indicates whether the scale record is active. 0=false, 1=true. Default=1
SCALE_NO NUMBER(10) Yes Scale number.

SCALE_ATTRIBUTE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SCALE_SID NUMBER(19) No Reference to scale record.
ATTRIBUTE NVARCHAR2(8) No Scale attribute.
ATTRIBUTE_ORDER NUMBER(5) No The attribute's position in the order of attributes.

SCALE_PATTERN

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SCALE_SID NUMBER(19) No Reference to the scale record.
PATTERN_NAME NVARCHAR2(12) No The name of the scale pattern.

SCALE_PATTERN_QTY

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SCALE_PATTERN_SID NUMBER(19) No Reference to scale pattern record.
SCALE_SIZE_SID Number(19) Yes Reference to scale size record.
SCALE_ATTRIBUTE_SID NUMBER(19) Yes Reference to scale attribute record.
QTY NUMBER(10,3) Yes Quantity for the size and attribute combination.

SCALE_SIZE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SCALE_SID NUMBER(19) No Reference to scale record.
SCALE_SIZE NVARCHAR2(8) No Scale size.
SIZE_ORDER NUMBER(5) No The size's position in the list of sizes.

SCHEDULED_TASK

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
START_DATE DATE No Date the task will initiate (timezone not stored).
END_DATE DATE Yes Date the task will end, if null then no END_DATE (time zone not stored).
START_TIME TIMESTAMP(0) Yes Start time for the time frame that the task is allowed to be run.
END_TIME TIMESTAMP(0) Yes End time for the time frame that the task is allowed to be run.
DAYSOFWEEK NVARCHAR2(7) Yes Seven-character string of zero or 1 specifying stunday, monday, tuesday, wednesday, thursday, friday, saturday with 0=false and 1=true. If null, can run every day.
FREQUENCY NUMBER(1) No 0=no limit, 1=one time, 2=daily, 3=weekly. Default=0
ALLOW_DUPLICATES NUMBER(1) No 0=only a single instance can run; 1=duplicates allowed. Default=0
ACTION_URL NVARCHAR2(1000) No Action URL with parameters.
ACTION_PAYLOAD CLOB Yes If required, a JSON clob for the request payload.
ACTIVE NUMBER(1) No 0=inactice, 1=inactive. Default=0
PUBLIC_REPLICATE NUMBER(1) No 0=do not replicate, 1=replicate. Default=0
DAYS_OF_RUNHISTORY NUMBER(6) Yes 0=keep all history. Any other positive integer=days of run history to keep. Default=3
TASK_NAME VARCHAR2(35) No Task name (required).
TASK_DESCRIPTION NVARCHAR2(100) Yes Task description.
RECUR_EVERY NUMBER(1) No Enum based on frequency, for instance if set to daily and RECUR_EVERY is 1, the task will run every day. If set to daily and RECUR_EVERY is set to 2, the task will run every other day. If set to weekly and RECUR_EVERY is set to 1, the task will run every week. If set to weekly and RECUR_EVERY is set to 2, the task will run every other week. Default=0
REPEAT_EVERY NUMBER(5) Yes An interval setting - run every n minutes
DEFAULT_TIMEOUT NUMBER(8) No A fall-back timeout if messaging API cannot send the message within the API's timeout period. Default-60
WORKSTATION NVARCHAR2(64) Yes Unique workstation name in this format: SCHEDULER_SBS[n] where n is the subsidiary the task will run for.
TASK_SBS_LIST NVARCHAR2(35) Yes Comma-delimited string of additional subsidiaries to run the task for.
MAX_RETRIES NUMBER(3) Yes Set a scheduler retry limit after successive number of task executions returning an error code of 300 or higher. Default=0
INTERNAL_FLAG NUMBER(1) Yes 0=Allow task edit and delete; 1=No edit or delete; 2=Allow edit, no delete; 3=No edit, allow delete. Default=0
TASK_TYPE_CD VARCHAR2(4) Yes Allows for optional grouping of tasks for user interfaces.
ALLOWMULTIPLE NUMBER(1) Yes To manage multiple task records attempting to run same action url simultaneously. 0=BlockWaitRun; 1=BlockDeactivate; 2=BlockDelete; 3=Allow. Default=3
STATUS NUMBER(1) Yes To hold current task status. 0=Running, 1=Idle, 2=Error, 3=Scheduled (meaning not yet run). Default=1

SCHEDULED_TASK_RUN

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
STARTRUN_DATETIME TIMESTAMP(0) No Date and time this task instance started.
ENDRUN_DATETIME TIMESTAMP(0) Yes Date and time this task instance ended.
RUN_DEFAULT_MESSAGE NVARCHAR2(255) No Result message with a status code.
STATUS NUMBER(1) No 0=active, 1=completed, 2=cancelled, 3=failed.
SCHEDULED_TASK_SID NUMBER(19) No Foreign join to scheduled task.
RUN_RESPONSE_PAYLOAD CLOB Yes Response payload.
RUN_URL NVARCHAR2(1000) No May be useful for analyzing history since task URL may change over time.
RUN_REQUEST_PAYLOAD CLOB Yes Request payload actually run with including any replaceable parameters.
WORKSTATION NVARCHAR2(64) Yes Unique workstation name in this format: Scheduler_SBSn for the subsidiary the task will run for.

SEASON

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SEASON_CODE NVARCHAR2(5) No Season code.
SEASON_NAME NVARCHAR2(30) Yes Season name.
BEGIN_DATE DATE Yes Time of year the season begins. Only the month and day are used.
END_DATE DATE Yes Time of year the season ends. Only the month and day are used.
ACTIVE NUMBER(1) No Indicates whether the season record is active.
SEASON_ID NUMBER(10) No Helps in identifying a reason in v9. Used in Prism to identify modifications.

SHIP_METHOD

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
ACTIVE NUMBER(1) No 0=inactive, 1=active. Default=1
SHIP_ID NUMBER(10) Yes V9 identifies each shipment method uniquely with this ID.
SBS_ID NUMBER(19) No Translate V9 SBS_NO to corresponding SBS_SID
METHOD NVARCHAR2(10) No Method of shipping.

SID_FILTER

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
FILTER_SID NUMBER_19 No  

SLIP

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
OUT_SBS_SID NUMBER(19)   Subsidiary SID who is transferring the merchandise (source subsidiary)
OUT_STORE_SID NUMBER(19) Yes Store SID who is transferring the merchandise (source store).
IN_SBS_SID NUMBER(19)   Subsidiary SID who is receiving the merchandise (target subsidiary).
IN_STORE_SID NUMBER(19) Yes Store SID who is receiving the merchandise (target store).
SLIP_NO NUMBER(10) Yes Slip number.
CLERK_SID NUMBER(19) Yes Reference to employee record of employee entered as clerk.
ETA_DATE DATE Yes ETA Date.
REF_SLIP_SID NUMBER(19) Yes Reference to document.
TO_NO NVARCHAR2(10) Yes Transfer order number of TO referenced on slip.
TO_SID NUMBER(19) Yes SID of transfer order if slip is created from transfer order.
VOU_SID NUMBER(19) Yes SID of Receiving transfer voucher (ASN or voucher)..
STATUS NUMBER(10) Yes Transactional document status. 1=changed, 2= cancelled, 3=normal (default), 4=finalized
PROC_STATUS NUMBER(10) Yes Reversal process status (bitwise). 0=non, 16=reversed, 32=reversing
USE_VAT NUMBER(1) Yes 0=VAT not used, 1= VAT used. Default=0
TAX_AREA_SID NUMBER(19) Yes Reference to tax area record.
DOC_PRICE_TOTAL NUMBER(16,4) Yes Sum of extended price of all items (qty * price)
DOC_COST_TOTAL NUMBER(16,4) Yes Sum of extended cost of all items (qty * (cost + all fees - discounts))
SUBLOC_SID NUMBER(19) Yes SID of sublocation.
ORIG_STORE_SID NUMBER(19) Yes SID of store where slip was originally created.
ORIG_STATION NCHAR(1) Yes Station identifier of station where slip was originally created.
TRACKING_NO NVARCHAR2(40) Yes To be populated with ASN shipment number from the out slip.
SHIPMENT_NO NVARCHAR2(16) Yes Serves as a "pick list" identifier to the person who receives the ASN voucher.
DAYS_IN_TRAN NUMBER(10) Yes Days in transit.
CUST_FLD NVARCHAR2(15) Yes Custom field.
STATION NCHAR(1) Yes Station identifier.
WORKSTATION NUMBER(5) Yes Workstation.
WS_SEQ_NO NUMBER(10) Yes Document sequence number.
VERIFY_TYPE NUMBER(5) Yes Verification type.
VERIFY_DATE DATE Yes Verification date.
VERIFIED NUMBER(1) Yes 0=unverified, 1=verified.
RESOLVEBY_ID NUMBER(10) Yes Employee who resolved any differences during transfer verification.
RESOLVE_DATE DATE Yes Date any differences were resolved during transfer verification.
RESOLVE_METHOD NUMBER(5) Yes Resolution method.
RESOLVE_STATUS NUMBER(1) Yes Flag to indicate transfer verification status. 0 or null=none, 1=original doc, 2=replacement doc.
RESOLVE_SID NUMBER(19) Yes Reference to original or replacement document (slip or voucher sid)
ACTIVE NUMBER(1) Yes 0=inactive, 1=active. Default=1
CONTROLLER NUMBER(5) Yes Controller number.
ORIG_CONTROLLER NUMBER(5) Yes Original controller number.
CREATEDBY_SID NUMBER(19) Yes Reference to employee who created the document.
MODIFIEDBY_SID NUMBER(19) Yes Reference to employee who last modified the document.
TRANS_REASON_SID NUMBER(19) Yes Reference to transfer reason.
AUDITED NUMBER(1) Yes 0=not audited, 1=audited. Default=0
AUDITED_DATE DATE Yes Audited date.
CMS NUMBER(1) Yes Default=system date.
CMS_POST_DATE DATE   Date posted to the central datbase.
ARCHIVED NUMBER(5) Yes 0=not archived, 1=archived
NOTE NVARCHAR2(255) Yes Note text.
RESOLVEBY_SID NUMBER(19) Yes SID of employee who resolved the conflict.
HELD NUMBER(1) Yes When Held is 1 and Status is 3, it indicates the document/slip is not active. It is used only in conjunction with status=3
UNVERIFIED NUMBER(1) Yes Used by transfer verification. 0=verified slip, 1=unverified slip (default).
CARRIER_NAME NVARCHAR2(50) Yes The party which is physically transferring the merchandise.
DOC_COST_SUBTOTAL NUMBER(16,4) Yes Hold sum of all items ext_cost i.e. qty*cost
REVERSED_FLAG NUMBER(1) Yes NULL or 0=normal, 1=reversed, 2=reversal
EXTERNAL_TRANSFER_STATUS NVARCHAR2(255) Yes This field is for third-party developers who write integrations to ERP systems where documents and data are sent from Prism to the ERP. In these cases, it is important to know what data has been sent, so as to not duplicate the sending of data unnecessarily. The EXTERNAL_TRANSFER_STATUS column can be used by these third-party developers to mark data as having been sent.
GL_FLAG NUMBER(1) Yes Sent to GL flag.
AL_EXTRACT_DATE DATE Yes Accounting Link extract date.
AL_POST_DATE DATE Yes Accounting Link post date.
TAX_AREA2_SID NUMBER(19) Yes SID of tax area.
CUSTOM0 to CUSTOM9 NVARCHAR2(30) Yes Custom fields

SLIP_COMMENT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SLIP_SID NUMBER(15)   Reference to transfer slip to which the comment belongs.
COMMENT_NO NUMBER(5)   Comment number.
COMMENTS NVARCHAR2(60) Yes Comment text.
ARCHIVED NUMBER(5) Yes 0=Unarchived, 1=Archived. Default=0

SLIP_FEE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SLIP_SID NUMBER(19)   Reference to slip on which the fee is entered.
AMT NUMBER(16,4) Yes Fee amount.
TRAN_FEE_TYPE_SID NUMBER(19) Yes SID of transfer fee type record.

SLIP_ITEM

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SLIP_SID NUMBER(19)   SID of transfer slip
ITEM_POS NUMBER(5)   Item position within the item list.
ITEM_SID NUMBER(19)   Item SID.
QTY NUMBER(10,3) Yes Item quantity.
PRICE NUMBER(16,4) Yes Item price.
COST NUMBER(16,4) Yes Item cost.
ORIG_COST NUMBER(16,4) Yes Original item cost.
TAX_CODE_SID NUMBER(19) Yes SID of Tax Code.
TAX_PERC NUMBER(16,4) Yes Tax percentage
TAX_AREA2_SID NUMBER(19) Yes SID of Tax Area 2
TAX_CODE2_SID NUMBER(19) Yes SID of Tax Code 2
TAX_PERC2 NUMBER(16,4) Yes In a multi-tax environment, the tax percentage of the second tax.
SCAN_UPC NUMBER(18) Yes UPC.
SERIAL_NO NVARCHAR2(50) Yes Serial number.
LOT_NUMBER NVARCHAR2(25) Yes Lot number.
ALT_UPC NUMBER(18) Yes UPC used by the alternate vendor for the item.
ALT_ALU NVARCHAR2(20) Yes ALU used by the alternate vendor for the item.
ALT_COST NUMBER(16,4) Yes Item cost from alternate vendor.
ALT_VEND_CODE NVARCHAR2(6) Yes Vendor Code of alternate vendor.
SN_QTY NUMBER(10,3) Yes Serial number quantity.
SN_ACTIVE NUMBER(1) Yes Serial number active? 0=no, 1=yes.
SN_RECEIVED NUMBER(1) Yes Serial number received on receiving voucher? 0=no, 1=yes.
SN_SOLD NUMBER(1) Yes Serial number sold on transaction? 0=no, 1=yes.
SN_TRANSFERRED NUMBER(1) Yes Serial number transferred? 0=no, 1=yes.
SN_SO_RESERVED NUMBER(1) Yes Serial number reserved (entered on order)? 0=no, 1=yes.
SN_RETURNED NUMBER(1) Yes Serial number returned on return receipt? 0=no, 1=yes.
SN_RETURNED_TO_VND NUMBER(1) Yes Serial number returned to vendor? 0=no, 1=yes.
SN_ADJUSTED NUMBER(1) Yes Serial number listed on adjustment memo? 0=no, 1-yes.
ARCHIVED NUMBER(5) Yes 0=unarchived, 1=archived. Default=0
UDF_VALUE1 NVARCHAR2(50) Yes UDF field text.
UDF_VALUE2 NVARCHAR2(50) Yes UDF field text.
UDF_VALUE3 NVARCHAR2(50) Yes UDF field text.
UDF_VALUE4 NVARCHAR2(50) Yes UDF field text.
ITEM_NOTE1 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE2 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE3 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE4 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE5 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE6 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE7 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE8 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE9 NVARCHAR2(350) Yes Item note text.
ITEM_NOTE10 NVARCHAR2(350) Yes Item note text.
INVN_SBS_VENDOR_SID NUMBER(19) Yes SID of alternate vendor info
SUBLOC_ID NUMBER(10) Yes Identifies the sublocation.
FLAG NUMBER(5) Yes Flag field.
TAX_AREA_SID NUMBER(19) Yes Reference to tax area record.

SRO_CONFIG

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SRO_CONFIG_NAME NVARCHAR2(75) Yes Name given to the configuration set.
CALC_SOLD NUMBER(1) Yes Boolean to inform whether to calculate sold qtys in the analysis. Default=0
SOLD_BEGIN_DATE TIMESTAMP(0) WITH TIME ZONE Yes Begin sold date for the SRO analysis
SOLD_END_DATE TIMESTAMP(0) WITH TIME ZONE Yes Begin end date for the SRO analysis
SOLD_DATE_RANGE NUMBER(2) Yes Sold date range.
SOLD_FROM_NBR NUMBER(3) Yes Used for some dynamic date types as in From the Last Weeks.
SOLD_TO_NBR NUMBER(3) Yes Used for some dynamic date types as in From the Last Weeks to the Next Weeks.
CALC_RECVD NUMBER(1) Yes Boolean to inform whether to calculate received qtys in the analsys. Default=0
RECVD_BEGIN_DATE TIMESTAMP(0) WITH TIME ZONE Yes Begin received date for the SRO analysis
RECVD_END_DATE TIMESTAMP(0) WITH TIME ZONE Yes End received date for the SRO analysis
RECVD_DATE_RANGE NUMBER(2) Yes Received date range.
RECVD_FROM_NBR NUMBER(3) Yes Used for some dynamic date types as in From the Last Weeks.
RECVD_TO_NBR NUMBER(3) Yes Used for some dynamic date types as in From the Last Weeks to the Next Weeks.
CALC_PENDING NUMBER(1) Yes Boolean to inform whether to calculate pending qtys in the analsys. Default=0
CALC_ONORDER NUMBER(1) Yes Boolean to inform whether to calculate sold qtys in the analsys. Default=0
ONORDER_BEGIN_DATE TIMESTAMP(0) WITH TIME ZONE Yes Begin date for on order date range.
ONORDER_END_DATE TIMESTAMP(0) WITH TIME ZONE Yes End date for on order date range.
ONORDER_DATE_RANGE NUMBER(2) Yes On order date range.
ONORDER_FROM_NBR NUMBER(3) Yes Used for some dynamic date types as in From the Last Weeks.
ONORDER_TO_NBR NUMBER(3) Yes Used for some dynamic date types as in From the Last Weeks to the Next Weeks. Default=0
CALC_ASN NUMBER(3) Yes Boolean to inform whether to calculate ASN qtys in the analsys.
ASN_BEGIN_DATE TIMESTAMP(0) WITH TIME ZONE Yes Begin date for ASN date range.
ASN_END_DATE TIMESTAMP(0) WITH TIME ZONE Yes End date for ASN date range.
ASN_DATE_RANGE NUMBER(2) Yes ASN Date range
ASN_FROM_NBR NUMBER(3) Yes Used for some dynamic date types as in From the Last Weeks.
ASN_TO_NBR NUMBER(3) Yes Used for some dynamic date types as in From the Last Weeks to the Next Weeks.
STATUS NUMBER(1) Yes SRO status. Default=0
LAST_START_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time the SRO was last run.
LAST_COMPLETED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time the SRO was last completed.
ONORDER_USE_ORDERDATE NUMBER(1) Yes If true, PO.created_datetime will be used; otherwise, PO.shipping_date will be used. Default=1
ASN_USE_CREATEDDATE NUMBER(1) Yes If true, voucher.created_datetime will be used; otherwise, voucher.ArrivedDate will be used. Default=1

SRO_CONFIG_SBS

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SRO_CONFIG_SID NUMBER(19)   Foreign key to sro_config record.
SBS_SID NUMBER(19)   The SID of a subsidiary to include in the SRO analysis.
SBS_NO NUMBER(5) Yes The subsidiary sbs_no of a subsidiary to include in the SRO analysis.

SRO_CONFIG_STORE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_ETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SROCONFIG_SID NUMBER(19)   Foreign key to sro-config record.
STORE_SID NUMBER(19)   SID of the store to include in the SRO analysis.
STORE_NO NUMBER(5) Yes The store number of the store to include in the SRO analysis.
SBS_SID NUMBER(19) Yes The SID of the subsidiary the store is in.

STATION_WORKSTATION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
STATION_SID NUMBER(19) Yes Reference to station record.
WS_SID NUMBER(19) Yes Reference to workstation record.
ACTIVE NUMBER(1)   0=workstation not enabled, 1= workstation enabled. Defaul1

STATS_ITEM

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
INVN_SBS_ITEM_SID NUMBER(19)   Reference to inventory item.
STORE_SID NUMBER(19) Yes Reference to store.
DOC_DATE DATE Yes Date (day) for which item statistics are calculated.
SOLD_QTY NUMBER(10,3) Yes Total sold quantity.
SOLD_EXT_COST NUMBER(16,4) Yes Extended cost of quantity sold.
SOD_EXT_ORIG_PRICE NUMBER(16,4) Yes Extended original price of quantity sold.
SOLD_EXT_ORIG_PWT NUMBER(16,4) Yes Extended original price with tax of quantity sold.
SOLD_EXT_PRICE NUMBER(16,4) Yes Extended price of quantity sold.
SOLD_EXT_PWT NUMBER(16,4) Yes Extended price with tax of quantity sold.
SOLD_EXT_GLOB_DISC_AMT NUMBER(16,4) Yes Extended global discount amount of quantity sold.
SOLD_EXT_GLOB_DISC_AMTWT NUMBER(16,4) Yes Extended global discount amount with tax of quantity sold.
RCVD_QTY NUMBER(10,3) Yes Received quantity.
RCVD_EXT_COST NUMBER(16,4) Yes Extended cost of quantity received.
RCVD_EXT_PRICE NUMBER(16,4) Yes Extended price of quantity received.
RCVD_EXT_PWT NUMBER(16,4) Yes Extended price with tax of quantity received.
RCVD_EXT_GLOB_DISC_AMT NUMBER(16,4) Yes Extended global discount amount of quantity received.
TRANSFER_QTY NUMBER(10,3) Yes Quantity transferred.
TRANSFER_EXT_COST NUMBER(16,4) Yes Extended cost of quantity transferred.
TRANSFER_EXT_PRICE NUMBER(16,4) Yes Extended price of quantity transferred.
TRANSFER_EXT_PWT NUMBER(16,4) Yes Extended price with tax of quantity transferred.
ADJ_QTY NUMBER(10,3) Yes Total adjusted quantity.
OH_QTY NUMBER(10,3) Yes Total on-hand quantity

STORE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
STORE_NO NUMBER(5) No Store number.
STORE_CODE NVARCHAR2(5) No Store code.
GLOBAL_STORE_CODE NVARCHAR2(10) Yes Global store code. The global store code field is often used when store numbers overlap among subsidiaries. For example, store 001 in sub 1 can be assigned global store code 001001. Store 001 in sub 2 can be assigned global store code 002001.
STORE_NAME NVARCHA2(40) Yes Store name.
ACTIVE NUMBER(1) No Active status within this subsidiary. 0=inactive. 1=active. Default=1
ACTIVATION_DATE DATE Yes Date and time the store was activated. Used by licensing.
STORE_TYPE_SID NUMBER(19) Yes Identifies the store type.
ADDRESS1 NVARCHAR2(40) Yes Address 1 field. Typically used for the Number and Street Name (e.g., 123 Main Street).
ADDRESS2 NVARCHAR2(40) Yes Address 2 field. Typically used for a suite or apartment number.
ADDRESS3 NVARCHAR2(40) Yes Address 3 field. Typically used for the City name and two-character state abbreviation code (e.g., San Francisco, CA)
ADDRESS4 NVARCHAR2(40) Yes Address 4 field. Used with foreign addresses or complex addresses.
ADDRESS5 NVARCHAR2(40) Yes Address 5 field. Used with foreign addresses or complex addresses.
ADDRESS6 NVARCHAR2(40) Yes Address 6 field. Used with foreign addresses or complex addresses.
ZIP NVARCHAR2(10) Yes ZIP or postal code.
PHONE1 NVARCHAR2(30) Yes Primary phone number.
PHONE2 NVARCHAR2(30) Yes Secondary phone number.
ACTIVE_PRICE_LVL_SID NUMBER(19) Yes Identifies the currently active price level.
TOTAL_SURFACE NUMBER(16,4) Yes Total square footage for the store.
DISPLAY_SURFACE NUMBER(16,4) Yes Total number of square feet of display surface in the store.
WINDOWS NUMBER(16,4) Yes Number of windows in the store.
FLOORS NUMBER(5) Yes Number of floors in the store.
FULL_TIME_EMPL NUMBER(10) Yes Total full-time employees in the store.
PART_TIME_EMPL NUMBER(10) Yes Total part-time employees in the store.
SEASONAL_EMPL NUMBER(10) Yes Total seasonal employees in the store.
SALES_TARGET_PERC NUMBER(16,4) Yes Sales target percentage for the store.
UDF1_STRING NVARCHAR2(50) Yes User-defined field for store records.
UDF2_STRING NVARCHAR2(50) Yes User-defined field for store records.
UDF3_STRING NVARCHAR2(50) Yes User-defined field for store records.
UDF4_STRING NVARCHAR2(50) Yes User-defined field for store records.
UDF5_STRING NVARCHAR2(50) Yes User-defined field for store records.
IS_COMMERCE_CATALOG NUMBER(1) No Indicates that the store will be included in the ecommerce catalog.
IS_WEBSTORE_CATALOG NUMBER(1) No Indicates that the store will be included in the webstore catalog.
PREFERENCES NUMBER(19) Yes Default preferences at store level.
TAX_AREA_SID NUMBER(19) Yes Identifies the tax area.
TAX_AREA2_SID NVARCHAR2(100) Yes Identifies the second tax area in a multi-tax environment.
SERVER_ADDRESS NVARCHAR2(40) Yes Server address.
FISCAL_CODE NVARCHAR2(11) Yes Fiscal code.

STORE_CURRENCY

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Reference to subsidiary record.
STORE_SID NUMBER(19) No Reference to store record.
CURRENCY_SID NUMBER(19) No Reference to currency record.
ACTIVE NUMBER(1) No Indicates whether the currency is active in this store.

STORE_TYPE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) Yes Reference to subsidiary record.
STORE_TYPE NVARCHAR2(30) Yes Store type name.

SUBLOCATION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19)   Reference to subsidiary record.
STORE_SID NUMBER(19)   Reference to store record.
PRICE_LVL_SID NUMBER(19)   Reference to price level record.
SUBLOC_DESC NVARCHAR2(120)   Sublocation description.
QTY_LIMIT NUMBER(10,3)   Quantity limit for the sublocation.
ACTIVE NUMBER(1)   0=inactive, 1=active.
UNSELLABLE NUMBER(1)   0=sellable, 1=unsellable
MANAGED NUMBER(1)   0=not a managed sublocation, 1=managed sublocation. Default=0
SECURE NUMBER(1)   0=can be accessed by all users, 1=can only be accessed if user has security permission.
SUBLOC_CODE NVARCHAR2(120)   A concatenation of all the segment values at a given sublocation.
SUBLOC_ID NUMBER(10)   Identifies the sublocation.
RESTRICT_NEGATIVE NUMBER(1)   0=item quantity in this sublocation can become negative, 1=item quantity in this sublocation cannot become negative (typically occurs when an employee sells units that have not yet been transferred into the sublocation)
SUBLOC_NAME NVARCHAR2(30)   Sublocation name.

SUBLOCATION_SEGMENT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SUBLOC_SID NUMBER(19) No Referenceto the sublocation record.
SEGMENT_VALUE NVARCHAR2(30) Yes Value of the segment.
SEGMENT_NAME NVARCHAR2(30) No Name of the segment.
SEGMENT_PREF_SID NUMBER(19) No Reference to segment preference.

SUBLOCATION_SEG_PREF

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SEGMENT_LENGTH NUMBER(5) Yes Length of segment
REQUIRED NUMBER(1) Yes 0=not requirement, 1= required segment. Default=0
SBS_SID NUMBER(19) No Reference to subsidiary
SEGMENT_ID NUMBER(5) No Segment ID.

SUBSIDIARY

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_NO NUMBER(5)   Uniquely identifying subsidiary number.
SBS_NAME NVARCHAR2(15) Yes User-defined name for the subsidiary.
STYLE_DEF NUMBER(5) Yes Indicates which inventory field the style should be based on. 1=Desc1, 2=Desc2, 3=Desc1 and Desc1.
BASE_CURRENCY_SID NUMBER(19) Yes Reference to currency record.
ACTIVE_PRICE_LVL_SID NUMBER(19) Yes Reference to price level record.
ACTIVE_SEASON_SID NUMBER(19) Yes Reference to season record.
DOC_NO_PREFIX NVARCHAR2(2) Yes Characters prepended to document numbers to differentiate them from documents in other subsidiaries.
CALENDAR_SID NUMBER(19) Yes Reference to calendar record.
STATUS NUMBER(5) Yes Used for voucher collection.
MASTER NUMBER(1)   Indicates this subsidiary is the master subsidiary.
DIM_UNITS NUMBER(5) Yes 0=U.S., 1=metric
WEIGHT_UNITS NUMBER(5) Yes 0=U.S., 1=metric
FOREIGN_CURRENCY_SID NUMBER(19) Yes Default foreign currency for this subsidiary.
LANGUAGE_SID NUMBER(19) Yes Default language for this subsidiary.
COUNTRY_SID NUMBER(19) Yes Default country for this subsidiary.
PREFERENCES CLOB Yes Default preferences at subsidiary level
ACTIVE NUMBER(1) Yes 0=inactive, 1=active. Default=1
AUTO_SEASON NUMBER(1) Yes 0=applied manually, 1=applied automatically
SEASON_APPLIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes  

SUBSIDIARY_CREDIT_CARD_TYPE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Reference to subsidiary record.
CREDIT_CARD_TYPE_SID NUMBER(19) No Reference to credit card type record.
ACTIVE NUMBER(1) No Indicates this card type is active within this subsidiary. Default=1

SUBLINK_QUEUE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
ADDRESS NVARCHAR2(100)   IP address or URL, with optional port, for publisher's host machine.
LINK NVARCHAR2(1280) Yes Value used to uniquely identify the resource.
EVENT_TYPE NUMBER(5)   One of 1 (created), 2 (updated), or 4 (deleted)
ATTRIBUTES_AFFECTED NVARCHAR2(1024) Yes If event_type is 1 (created) or 2 (updated), list of attributes affected by the change. This functions as a type of filter on the event. If specified, one of the attributes in the list must have been affected to match.
LAST_FAILED_ATTEMPT_REASON NVARCHAR2(500) Yes Reason last transmission attempt failed, including error codes.
LAST_FAILED_ATTEMPT_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time of last attempted transmission.
AC_SUBSCRIPTION_SID NUMBER(19) Yes Reference to ac_subscription
SUB_LINK_QUEUE_SEQ_NO NUMBER(19) Yes Populated from database sequence sub_link_queue for chronological ordering of events.

SUB_REGION

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
REGION_SID NUMBER(19)   Reference to region.
SUB_REGION_NAME NVARCHAR2(12) Yes Sub region name. Allows the user to segment the region Name further as needed.
NOTES NVARCHAR2(255) Yes Free-form entry for end user.

SUB_SUBSCRIPTION_SCHEDULE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SUBSCRIPTION_GROUP_ID NVARCHAR2(38) No Unique identifying, randomly generated guid value for this subscription group.
SCHEDULE_TYPE NUMBER(1) No Schedule type (upon receipt, daily, weekly, monthly, hourly, one-time). Default =0
RECURRENCE NUMBER(2) No Repetition frequency.
TIME_POINTS NVARCHAR2(60) Yes When to process notifications. Actual contents depends on schedule type.

 

SUFFIX

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SUFFIX NVARCHAR2(5)   Person suffix, e.g., Mr., Mrs., Dr., etc.

TAG_CODE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19)   Reference to subsidiary record.
STORE_SID NUMBER(19)   Reference to store record.
TAG_NAME NVARCHAR2(40) Yes Descriptive name for the tag code.
TAG_TYPE_SID NUMBER(19) Yes Reference to tag type record.
PRINTER_SID NUMBER(19) Yes Reference to printer.
DOC_DESIGN NVARCHAR2(255) Yes Name of document design file (i.e., mydesign.rpt)
PAPER_SIZE_SID NUMBER(19) Yes Reference to paper size.
COPIES NUMBER(5) Yes Indicates how many copies of the tag should be printed.
PREVIEW NUMBER(1) Yes If True, then Print Preview will be invoked when printing the tag.
ALLOW_CHANGE_PRINTER NUMBER(1) Yes Allows the user to change the printer that has been assigned at print time.
ALLOW_CHANGE_DESIGN NUMBER(1) Yes Allows the user to change the design doc that has been assigned at print time.
ALLOW_CHANGE_COPIES NUMBER(1) Yes Allows the user to change the number of copies at print time.
ALLOW_CHANGE_PREVIEW NUMBER(1) Yes Allows the user to change the print preview setting at print time.
DEFAULT_FLAG NUMBER(1) Yes Indicates that this is a default tag design.
ACTIVE NUMBER(1)    

TAG_TYPE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TAG_TYPE NVARCHAR2(40) Yes Tag Type (e.g., Normal, Jewelry, etc.)
       

TAX

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Refrence to subsidiary.
TAX_AREA_SID NUMBER(19) Yes Reference to tax area.
TAX_CODE_SID NUMBER(19) No Reference to tax code.
TAX_CODE_RULE_SID NUMBER(19) No Reference to tax code rule.

TAX_AREA

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19)   Reference to subsidiary record.
TAX_AREA_NAME NVARCHAR2(11) Yes Tax area name.
CEILING_AMT NUMBER(16,4) Yes Allows tax rule to be applied up to the specified ceiling amount.
ACTIVE NUMBER(1) No 0=inactive, 1-active. Default =1
ARCHIVED NUMBER(1) No 0=not archived, 1= archived. Default=-

TAX_CODE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19)   Reference to subsidiary
TAX_CODE NVARCHAR2(5)   Tax code.
TAX_NAME NVARCHAR2(12) Yes Tax rule name.
IS_DEFAULT NUMBER(1) No Determines which tax code is applied to any new items created in inventory. Only one tax code can be set as a default. Takes values 0 or 1. Default=1

TAX_CODE_RULE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No  
TAX_AREA_SID NUMBER(19) No Reference to the tax area record.
ALT_TAX_NAME NVARCHAR2(12) Yes Alternate tax area name.
LUXURY NUMBER(1) No Default=0
REBATE NUMBER(1) No Default=0
LEVEL_TYPE NUMBER(5) Yes Level type.
LEVEL1 NUMBER(16,4) Yes Level 1.
TAX_PERC1 NUMBER(16,4) Yes Tax rate for the first tax level for the tax area.
LEVEL2 NUMBER(16,4) Yes Level 2.
TAX_PERC2 NUMBER(16,4) Yes Tax rate for the second tax level for the tax area.
LEVEL3 NUMBER(16,4) Yes Level 3.
TAX_PERC3 NUMBER(16,4) Yes Tax rate for the third tax level for the tax area.
REFERENCE NCHAR(1) Yes A character that indicates the tax type.
LEGEND NVARCHAR2(30) Yes Legend text.
TAX_RULE_CODE NUMBER(5) No Tax code for the tax rule.
VAT_MARGIN NUMBER(1) No Indicates whether tax amount is based on margin or price with tax. Default=0

TENANT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
PREFERENCES CLOB Yes Default preferences at the tenant level.

TENDER

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19) No Reference to tender record.
DOC_SID NUMBER(19)   Reference to document record.
TENDER_TYPE NUMBER(5) No Tender type: 0=cash, 1=check, 2=credit card, 3=COD, 4=charge, 5=store credit, 6=split, 7=deposit, 8=payments, 9=gift certificate, 10=gift card, 11=debit card, 12=foreign currency, 13=traveler check, 14=foreign check, 15=central gift card, 16=central gift certificate, 17=central credit, 18=loyalty. Default=0
TENDER_POS NUMBER(5)   Position within this tender type
AMOUNT NUMBER(16,4) No Tender amount (equal to difference of taken and given)
TAKEN NUMBER(16,4) No Amount taken from customer
GIVEN NUMBER(16,4) No Amount given back to customer as change.
MATCHED NUMBER(1) No Used by X/Z-Out to mark an invoice tender record as being matched to tender in the workstation/drawer being counted. Default=0 (not matched)
EFT_RES_TENDER_STATE NUMBER(5) Yes Contains the current state of each tender in relation to eft resiliency. 0=tender processed online normal; 1=manual offline pending processing; 2=autooffline pending processing; 3=performing processing; 4=processed success; 5=processed failure; 6=voice authorization. Offline pending processing included here for lookup purposes.
MANUAL_NAME NVARCHAR2(80) Yes Can be used to store customization text.
MANUAL_REMARK NVARCHAR2(40) Yes Override comment. Also used to store customization free text.
CURRENCY_SID NUMBER(19) No Base currency. Reference to currency record.
CURRENCY_NAME NVARCHAR2(30) Yes Used for historical purposes only. Records original currency name of the currency_sid at the time the record was created.
TENDER_NAME NVARCHAR2(25) Yes Keeps the tender name; cannot be modified by end user.
TAKE_RATE NUMBER(20,8) Yes Foreign Currency Take Exchange Rate
GIVE_RATE NUMBER(20,8) Yes Foreign Currency Give Exchange Rate
PREVENT_VOID NUMBER(1) Yes 1=Tender cannot be voided.

TENDER_CENTRAL_GIFT_CARD

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)    
CENTRAL_PAYMENT_ID NVARCHAR2(30) Yes Central transaction ID.
CENTRAL_ACTIVATION_ID NVARCHAR2(30) Yes Central Card Activation ID.
CENTRAL_CARD_NUMBER NVARCHAR2(32) Yes The identifying portion of the card for reference.
CENTRAL_CREDIT_BALANCE NUMBER(16,4) Yes New card balance.
CENTRAL_COMMIT_STATE NUMBER(1) Yes Used to indicate that the transaction was performed offline and that it will need to be committed after it is transmitted. 0=false, anything else=true
CENTRAL_CARD_EXPIRATION_DATE DATE Yes Central Card Expire Date.

TENDER_CENTRAL_STORE_CREDIT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)   Reference to tender record.
CENTRAL_PAYMENT_ID NVARCHAR2(30) Yes Central transaction ID.
CENTRAL_CREDIT_BALANCE NUMBER(16,4) Yes Store credit balance remaining.
CENTRAL_COMMIT_STATE NUMBER(1) Yes Used to indicate that the transaction was performed offline and that it will need to be committed after it is transmitted. 0=false, anything else=true
REDEEM_CREDIT_ID NVARCHAR2(30) Yes ID of credit redeemed by ID.
NEW_CREDIT_ID NVARCHAR2(30) Yes ID of credit created during this operation.
NEW_CREDIT_VALUE NUMBER(16,4) Yes Value of credit created during this operation.
CENTRAL_TXN_SID NVARCHAR2(30) Yes Reference to central transaction.

TENDER_CHARGE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)   Reference to tender record.
CHARGE_NET_DAYS NUMBER(10) Yes Terms of charge; net days.
CHARGE_DISC_DAYS NUMBER(10) Yes Terms of charge; discount days.
CHARGE_DISC_PERC NUMBER(16,4) Yes Terms of charge. The percentage discounted if paid before the end of discount days.

TENDER_CHECK

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)   Reference to document tender record.
CHECK_TYPE NUMBER(1) Yes 0=personal, 1=commercial
CHECK_NO NVARCHAR2(10) Yes Check number.
COMPANY NVARCHAR2(25) Yes If a business (commerical) check, the company name is placed here.
FIRST_NAME NVARCHAR2(30) Yes First name as it appears on the check
LAST_NAME NVARCHAR2(30) Yes Last name as it appears on the check
WORK_PHONE NVARCHAR2(30) Yes Customer work phone.
HOME_PHONE NVARCHAR2(30) Yes Customer home phone.
STATE NVARCHAR2(5) Yes State where the driver's license was issued.
DRIVERS_LICENSE NVARCHAR2(30) Yes Driver's license number.
DRIVERS_LICENSE_EXPIRATION DATE Yes Driver's license expiration date.
DATE_OF_BIRTH DATE Yes Customer date of birth, typically taken from driver's license.
AUTH_CODE NVARCHAR2(20) Yes For EFT tenders, this is the authorization value returned by the EFT processor for successful authorizations. Included here for lookup purposes.
EFT_TRANSACTION_ID NVARCHAR2(32) Yes The record ID returned from the gateway for EFT transaction.
AVS_RESPONSE_CODE NVARCHAR2(4) Yes AVS response code from processor
L2_RESULT_CODE NCHAR(1) Yes Result code for commercial card processing.
FAILURE_MESSAGE NVARCHAR2(64) Yes Error message returned for failed transactions.
EFTDATA1 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA2 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA3 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA4 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA5 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA6 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA7 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA8 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA9 NVARCHAR2(32) No Additional data needed for printing on the receipt.
EFTDATA0 CLOB Yes Additional data needed for printing on the receipt.
CARD_PROCESSING_FEE NUMBER(16,4) No Additional fee asessed by processor.
SIGNATURE_MAP BLOB No Point array information returned from signature capture device.
TENANT_SID NUMBER(19) No Reference to tenant record.
ENTRY_METHOD NUMBER(1) Yes The method the user wishes to run the card through: 0=EFT device, 1=Inline MSR, 2=Keyed entry
CARD_TYPE_NAME NVARCHAR2(30) Yes Visa, MasterCard, Discover, etc.
EMV_AI_AID NVARCHAR2(200) Yes  
EMV_AI_APPLABEL NVARCHAR2(200) Yes  
EMV_CI_CARDEXPIRYDATE NVARCHAR2(200) Yes  
EMV_CRYPTO_CRYPTOGRAMTYPE NVARCHAR2(200) Yes  
EMV_CRYPTO_CRYPTOGRAM NVARCHAR2(200) Yes  
EMV_PINSTATEMENT NVARCHAR2(200) Yes  
EFTDATA10 CLOB Yes Additional data needed for printing on the receipt.
EFTDATA12 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA13 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA14 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA15 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA16 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA17 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA18 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA19 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATABSMER CLOB Yes Merchant receipt text
EFTDATABSCUST CLOB Yes Customer receipt text

TENDER_CREDIT_CARD

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)   Reference to document tender record.
CARD_NO NVARCHAR2(30) Yes Card number.
IS_PRESENT NUMBER(1)   Was the card present? Or was the number communicated without the card? 0=card no present, 1=card present. Default =0
CARD_POSTAL_CODE NVARCHAR2(10) Yes Billing ZIP Code.
AUTH_CODE NVARCHAR2(20) Yes For EFT tenders, this is the authorization value returned by the EFT processor for successful authorizations. Included here for lookup purposes.
EFT_TRANSACTION_ID NVARCHAR2(32) Yes The record ID returned from the gateway for EFT transaction.
AVS_RESPONSE_CODE NVARCHAR2(4) Yes AVS response code from processor
L2_RESULT_CODE NCHAR(1) Yes Result code for commercial card processing.
FAILURE_MESSAGE NVARCHAR2(64) Yes Error message returned for failed transactions.
EFTDATA1 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA2 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA3 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA4 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA5 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA6 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA7 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA8 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA9 NVARCHAR2(32) No Additional data needed for printing on the receipt.
EFTDATA0 CLOB Yes Additional data needed for printing on the receipt.
CARD_PROCESSING_FEE NUMBER(16,4) No Additional fee asessed by processor.
SIGNATURE_MAP BLOB No Point array information returned from signature capture device.
TENANT_SID NUMBER(19) No Reference to tenant record.
ENTRY_METHOD NUMBER(1) Yes The method the user wishes to run the card through: 0=EFT device, 1=Inline MSR, 2=Keyed entry
CARD_TYPE_NAME NVARCHAR2(30) Yes Visa, MasterCard, Discover, etc.
EMV_AI_AID NVARCHAR2(200) Yes  
EMV_AI_APPLABEL NVARCHAR2(200) Yes  
EMV_CI_CARDEXPIRYDATE NVARCHAR2(200) Yes  
EMV_CRYPTO_CRYPTOGRAMTYPE NVARCHAR2(200) Yes  
EMV_CRYPTO_CRYPTOGRAM NVARCHAR2(200) Yes  
EMV_PINSTATEMENT NVARCHAR2(200) Yes  
EFTDATA10 CLOB Yes Additional data needed for printing on the receipt.
EFTDATA12 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA13 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA14 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA15 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA16 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA17 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA18 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA19 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATABSMER CLOB Yes Merchant receipt text
EFTDATABSCUST CLOB Yes Customer receipt text

TENDER_DEBIT_CARD

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)   Reference to document tender record.
CARD_NO NVARCHAR2(30) Yes Card number.
IS_CARD_PRESENT NUMBER(1) No Was the card present? Or was the number communicated without the card? 0=card no present, 1=card present. Default =0
AUTH_CODE NVARCHAR2(20) Yes For EFT tenders, this is the authorization value returned by the EFT processor for successful authorizations. Included here for lookup purposes.
EFT_TRANSACTION_ID NVARCHAR2(32) Yes The record ID returned from the gateway for EFT transaction.
AVS_RESPONSE_CODE NVARCHAR2(4) Yes AVS response code from processor
L2_RESULT_CODE NCHAR(1) Yes Result code for commercial card processing.
FAILURE_MESSAGE NVARCHAR2(64) Yes Error message returned for failed transactions.
EFTDATA1 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA2 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA3 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA4 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA5 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA6 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA7 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA8 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA9 NVARCHAR2(32) No Additional data needed for printing on the receipt.
EFTDATA0 CLOB Yes Additional data needed for printing on the receipt.
ENTRY_METHOD NUMBER(1) Yes The method the user wishes to run the card through: 0=EFT device, 1=Inline MSR, 2=Keyed entry
EMV_AI_AID NVARCHAR2(200) Yes  
EMV_AI_APPLABEL NVARCHAR2(200) Yes  
EMV_CI_CARDEXPIRYDATE NVARCHAR2(200) Yes  
EMV_CRYPTO_CRYPTOGRAMTYPE NVARCHAR2(200) Yes  
EMV_CRYPTO_CRYPTOGRAM NVARCHAR2(200) Yes  
EMV_PINSTATEMENT NVARCHAR2(200) Yes  
EFTDATA10 CLOB Yes Additional data needed for printing on the receipt.
EFTDATA12 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA13 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA14 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA15 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA16 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA17 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA18 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA19 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATABSMER CLOB Yes Merchant receipt text
EFTDATABSCUST CLOB Yes Customer receipt text

TENDER_FOREIGN_CHECK

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)   Refernece to document tender record.
FOREIGN_CURRENCY_SID NUMBER(19) Yes Reference to foreign currency.
BASE_TAKEN NUMBER(16,4) Yes Taken amount in base currency.
BASE_GIVEN NUMBER(16,4) Yes Given amount in base currency.
CHECK_NO NVARCHAR2(30) Yes Foreign check number
AUTH_CODE NVARCHAR2(20) Yes Processor authorization code.
TAKE_RATE NUMBER(20,8) Yes Foreign currency take rate
GIVE_RATE NUMBER(20,8) Yes Foreign currency give rate

TENDER_FOREIGN_CURRENCY

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)   Reference to document tender record.
FOREIGN_CURRENCY_SID NUMBER(19)   Identifies the foreign currency on the document.
BASE_TAKEN NUMBER(16,4) Yes Taken amount in the base currency.
BASE_GIVEN NUMBER(16,4) Yes Given amount in the base currency.
FOREIGN_CURRENCY_NAME NVARCHAR2(30) Yes Used for historical purposes only. Records original currency name of the currency_sid at the time the record was created.
TAKE_RATE NUMBER(20,8) Yes Foreign currency take exchange rate.
GIVE_RATE NUMBER(20,8) Yes Foreign currency give exchange rate.

TENDER_GIFT_CARD

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)   Reference to tender.
CARD_NO NVARCHAR2(32) Yes Gift card number.
CARD_EXP_MONTH NUMBER(5) Yes Card expiration month.
CARD_EXP_YEAR NUMBER(10) Yes Card expiration year.
IS_PRESENT NUMBER(1) Yes Was the card present? Or was the number communicated without the card? 0=card no present, 1=card present. Default =0
TRACE_NO NVARCHAR2(11) Yes Gift card transaction trace number.
INTERNAL_REF_NO NVARCHAR2(11) Yes Gift card transaction reference number.
BALANCE NUMBER(16,4) Yes Balance remaining on card after tender authorized
AUTH_CODE NVARCHAR2(20) Yes For EFT tenders, this is the authorization value returned by the EFT processor for successful authorizations. Included here for lookup purposes.
EFT_TRANSACTION_ID NVARCHAR2(32) Yes The record ID returned from the gateway for EFT transaction.
AVS_RESPONSE_CODE NVARCHAR2(4) Yes AVS response code from processor
L2_RESULT_CODE NCHAR(1) Yes Result code for commercial card processing.
FAILURE_MESSAGE NVARCHAR2(64) Yes Error message returned for failed transactions.
EFTDATA1 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA2 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA3 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA4 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA5 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA6 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA7 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA8 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA9 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA0 CLOB Yes Additional data needed for printing on the receipt.
ENTRY_METHOD NUMBER(1) Yes The method the user wishes to run the card through: 0=EFT device, 1=Inline MSR, 2=Keyed entry
EMV_AI_AID NVARCHAR2(200) Yes  
EMV_AI_APPLABEL NVARCHAR2(200) Yes  
EMV_CI_CARDEXPIRYDATE NVARCHAR2(200) Yes  
EMV_CRYPTO_CRYPTOGRAMTYPE NVARCHAR2(200) Yes  
EMV_CRYPTO_CRYPTOGRAM NVARCHAR2(200) Yes  
EMV_PINSTATEMENT NVARCHAR2(200) Yes  
EFTDATA10 CLOB Yes Additional data needed for printing on the receipt.
EFTDATA11 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA12 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA13 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA14 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA15 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA16 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA17 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA18 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTDATA19 NVARCHAR2(32) Yes Additional data needed for printing on the receipt.
EFTBSMER CLOB Yes Merchant receipt text.
EFTDATABSCUST CLOB Yes Customer receipt text.

TENDER_GIFT_CERTIFICATE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
CERTIFICATE_NO NVARCHAR2(20)   Gift certificate number.
AUTH_CODE NVARCHAR2(20) Yes Processor authorization code.

TENDER_PAYMENTS

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBE   Reference to document tender.
PAYMENT_DATE DATE Yes Date the payment was made.
PAYMENT_REMARK NVARCHAR2(21) Yes Free text remark associated with the tendr.

TENDER_STORE_CREDIT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)   Reference to document tender.
STORE_CREDIT_BALANCE NUMBER(16,4) Yes Credit balance.

TENDER_TRAVELER_CHECK

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_SID NUMBER(19)   Reference to document tender.
CHECK_NO NVARCHAR2(30)   Check number.

TENDER_TYPE_RULE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TENDER_TYPE NUMBER(5) No This value controls the business logic applied to this tender type. For backward compatibility, values 0 through 32 are served programmatically for legacy tender types.
SBS_SID NUMBER(19) No SID referencing record in subsidiary table.
TENDER_NAME NVARCHAR2(30) Yes Tender name.
CUST_REQ_FOR_TAKE NUMBER(1) Yes Indicates which tenders require customer information when taking the tender
CUST_REQ_FOR_GIVE NUMBER(1) Yes Indicates which tenders require customer information when giving the tender.
REQ_CUST_FLDS NUMBER(10) Yes Indicates which customer fields are required when customer information is required for the tender.
ALLOW_SALE_TAKE NUMBER(1) Yes A true value indicates that the tender type can be used when tendering a document that contains sale items and taking money from a customer.
ALLOW_SALE_GIVE NUMBER(1) Yes A true value indicates that the tender type can be used when tendering a document that contains sale items and giving change back to a customer.
SALE_REQ_FIELDS NUMBER(10) Yes Mapped integer value that indicates which tender fields are required for the tender type on documents that contain sale items.
ALLOW_ORDER_TAKE NUMBER(1) Yes A true value indicates that the tender type can be used when tendering a document that contains order items and taking money from a customer..
ALLOW_ORDER_GIVE NUMBER(1) Yes A true value indicates that the tender type can be used when tendering a document that contains order items and giving change back to a customer.
ORDER_REQ_FIELDS NUMBER(10) Yes Mapped integer value that indicates which tender fields are required for the tender type on documents that contain order items.
ALLOW_RETURN_GiVE NUMBER(1) Yes Indicates that this tender is allowed for documents that contain returned items.
INCLUDE_IN_XZ_RUN1 NUMBER(1) Yes Used by the X/Z-Out report when including or excluding a tender type on the second copy of the X- or Z-Out report. This value is set in preferences.
INCLUDE_IN_XZ_RUN2 NUMBER(1) Yes Used by the X/Z-Out report when including or excluding a tender type on the second copy of the X- or Z-Out report. This value is set in preferences.
MEDIA_COUNT NUMBER(1) Yes Indicates that this tender is included in the media counts when the register is closed.
TENDER_ORDER NUMBER(5) Yes The display order of the tender types in a tender form.
REPORT_LABEL VARCHAR2(6) Yes A six-character abbreviation for the tender type.

TILL

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No  
STORE_SID NUMBER(19) No  
DEFAULT_DRAWER_SID NUMBER(19) Yes Reference to the default drawer the till is assigned to.
TILL_NAME NVARCHAR2(40) Yes Till name (must be unique).
CURRENT_DRAWER_SID NUMBER(19) Yes Reference to the current drawer.
MAX_CASH_AMT NUMBER(16,4) Yes Used to trigger a cash drop message when the amount of cash exceeds the maximum cash amount.
MIN_CASH_AMT NUMBER(16,4) Yes Cash drop amount when the cashier exceeds the maximum till amount set in preferences.
ACIVE NUMBER(1)   0=inactive, 1=active. Default=1
TILL_ID NUMBER(10) No Identifies the till.

TIME_CLOCK

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) Yes Subsidiary for which the time clock record was created.
STORE_SID NUMBER(19) Yes Store for which the time clock record was created
WORKSTATION_SID NUMBER(19) Yes Workstation for which the time clock record was created
EMPLOYEE_SID NUMBER(19) Yes Employee for which the time clock record was created
EVENT_TYPE NUMBER(1) No Event Type (check in or check out). Default = 1.
EVENT_DATETIME DATE   Date of the check in or check out.
NOTES NVARCHAR2(500) Yes Descriptive notes to describe the time clock record
EVENT_CLIENTTIMEOFFSET NUMBER(5) No UTC offset in minutes in relation to the client
EVENT_SERVERTIMEOFFSET NUMBER(5) No UTC offset in minutes in relation to the server

TIME_SHIFT

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
SBS_SID NUMBER(19) No Subsidiary for which the shift was created
TIME_SHIFT_NO NUMBER(5) No System-generated shift number
TIME_SHIFT_NAME NVARCHAR2(20) No Time shift name.
ACTIVE NUMBER(1) No 0=inactive, 1=active. Default=1
NOTES NVARCHAR2(30) Yes Descriptive notes to describe the shift.

TIME_SHIFT_DAY

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TIME_SHIFT_SID NUMBER(19) No Reference to time shift record.
DAY_NO NUMBER(5) No Numerical value to indicate day of week.
ACTIVE NUMBER(1) No 0=inactive, 1= active. Default=1
DAY_IN_TIME DATE Yes Time shift starts.
DAY_OUT_TIME DATE Yes Time shift ends.

TIME_SHIFT_OVERTIME

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TIME_SHIFT_SID NUMBER(19) No Reference to time_shift record. Each shift can have 3 Overtime configurations.
OVERTIME_NO NUMBER(5) No Values 1-3. Each shift can have 3 Overtime configurations.
OVERTIME_HOURS NUMBER(5) Yes Minimum number of hours required to qualify for an assigned overtime rate.
OVERTIME_DAYS NUMBER(5) Yes Number that indicates the days of week the overtime rate is applied.
OVERTIME_COEFFICIENT NUMBER(16,4) Yes Pay rate the employee is to receive.
OVERTIME_RATE NUMBER(16,4) Yes Overtime rate.

TITLE

Column Name Type Nullable? Notes
SID NUMBER(19) No Unique identifying value.
CREATED_DATE NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time the record was created.
MODIFIED_BY NVARCHAR2(30) Yes Employee ID of employee who last modified the record.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time the record was last modified.
CONTROLLER_SID NUMBER(19) No Reference to store record for database that owns the row.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE DATE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME
ROW_VERSION NUMBER(10) No Optimistic locking value. Default=1
TENANT_SID NUMBER(19) Yes Reference to tenant description.
TITLE NVARCHAR2(15) No Person title (e.g., mr., mrs., dr.).
SBS_SID NUMBER(19) No Reference to subsidiary record.
TITLE_ID NUMBER(10) No Helps in identifying a title entry in legacy versions. Used in Prism to identity modifications.
ACTIVE NUMBER(1) Yes 0=inactive, 1=active

TORD

Column Name Type(length) Nullable? Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI. Date/time row was last modified
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
SBS_SID NUMBER(19)   Reference to Subsidiary record.
STORE_SID NUMBER(19)   Reference to Store record
TO_NO NVARCHAR2(8) Nullable Transfer Order number.
TO_TYPE NUMBER(5) No 0=Single Subsidiary TO, 1=Multi Subsidiary TO
REF_DOC_SID NUMBER(19) Nullable SID of referenced document.
REF_DOC_TYPE NUMBER(5) Nullable 1=POS Transaction, 2=TO, 3=PO, 5=Adj. Memo, 6=Slip, 7=Voucher, 8=Inventory, 9=Movement Order, 10=Movement Note, 11=DCS, 12=Customer, 13=ASN, 14=Return
CLERK_SID NUMBER(19)   Reference to employee record of clerk.
TAX_AREA_SID NUMBER(19) Nullable Reference to tax area record.
USE_VAT NUMBER(1) Nullable 0=Does not use VAT, 1=Uses VAT
ACTIVATE_DATE DATE Nullable Date the transfer order becomes active (and can be referenced on slips).
ACTIVE NUMBER(1) Nullable 0=Inactive, 1=Active
VERIFIED NUMBER(1) Nullable 0=Unverified, 1=Verified
HELD NUMBER(1) Nullable 0=Not held, 1=Held
CMS NUMBER(1) Nullable 0=Not posted to db, 1=Posted to db
CONTROLLER NUMBER(5) Nullable Controller number.
ORIG_CONTROLLER NUMBER(5) Nullable Original controller number.
MODIFIEDBY_SID NUMBER(19) Nullable Reference to employee who last modified the TO.
CREATEDBY_SID NUMBER(19) Nullable Reference to employee who created the TO
DOC_REASON_SID NUMBER(19) Nullable Reference to document reason.
TRANS_REASON_SID NUMBER(19) Nullable Reason SID for Slip, ASN and TO
DOC_STATUS NUMBER(1) Nullable Planning document status. 0=None, 1=Changed, 2=Cancelled, 3=Normal, 4=Completed
TOTAL_EXT_ORD_COST NUMBER(16,4) Nullable Sum of all ordered quantities multiplied by cost.
TOTAL_EXT_ORD_PRICE NUMBER(16,4) Nullable Sum of all ordered quantities multiplied by price.
TOTAL_ORD_QTY NUMBER(10,3) Nullable Total ordered quantity for whole TO.
TOTAL_ASSIGN_QTY NUMBER(10,3) Nullable Total assigned quantity for whole TO
TOTAL_SENT_QTY NUMBER(10,3) Nullable Total sent quantity for whole TO.
PUBLISH_STATUS NUMBER(1) Nullable 0=Published, 1=Work in Progress, 2=Ready to Publish
NOTES1 NVARCHAR2(30) Nullable Notes.
NOTES2 NVARCHAR2(30) Nullable Notes
EXTERNAL_TRANSFER_STATUS NVARCHAR2(255) Nullable This field is for third-party developers who write integrations to ERP systems where documents and data are sent from Prism to the ERP. In these cases, it is important to know what data has been sent, so as to not duplicate the sending of data unnecessarily. The EXTERNAL_TRANSFER_STATUS column can be used by these third-party developers to mark data as having been sent.
REF_DOC_NO NVARCHAR2(20) Nullable Referenced document number.
CUSTOM0 to CUSTOM9 NVARCHAR2(30) Nullable Custom fields.
LAST_ITEM_POS NUMBER(5) No Last item position (used during Data Import)

TORD_ITEM

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
TO_SID NUMBER(19)   Reference to TO.
ITEM_POS     Item position within the item list.
ITEM_SID NUMBER(19)   Item SID.
PRICE NUMBER(16,4) Nullable Item price.
COST NUMBER(16,4) Nullable Item cost.
ORD_QTY NUMBER(10,3) Nullable Order quantity
ASSIGN_QTY NUMBER(10,3) Nullable Sum of positive ord_qty from tord_qty table for this item.
SENT_QTY NUMBER(10,3) Nullable Sum of positive sent_qty from tord_qty table for this item
TAX_PERC NUMBER(16,4) Nullable Tax percentage.
TAX_AREA2_SID NUMBER(19) Nullable In a multi-tax environment, a reference to the second tax area.
TAX_CODE_SID NUMBER(19) Nullable Reference to the tax code.
TAX_CODE2_SID NUMBER(19) Nullable In a multi-tax environment, a reference to the second tax code.
TAX_PERC2 NUMBER(16,4) Nullable In a multi-tax environment, the percentage of the second tax.
SRC_SBS_NO NUMBER(5) Nullable Source subsidiary.
UDF_VALUE1 NVARCHAR2(50) Nullable User-defined field value.
UDF_VALUE2 NVARCHAR2(50) Nullable User-defined field value.
UDF_VALUE3 NVARCHAR2(50) Nullable User-defined field value.
UDF_VALUE4 NVARCHAR2(50) Nullable User-defined field value.
ITEM_NOTE_1 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE_2 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE_3 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE_4 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE_5 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE_6 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE_7 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE_8 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE_9 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE_10 NVARCHAR2(350) Nullable Item note text.
INVN_SBS_VENDOR_SID NUMBER(19) Nullable SID of Alternate Vendor
ALT_UPC NUMBER(18) Nullable UPC for the item for Alternate Vendor.
ALT_ALU NVARCHAR2(20) Nullable ALU for the item for Alternate Vendor.
ALT_COST NUMBER(16,4) Nullable Cost for the item for Alternate Vendor.
ALT_VEND_CODE NVARCHAR2(6) Nullable Vendor Code for the item for Alternate Vendor.
INVN_SBS_ITEM_QTY_SID NUMBER(19) Nullable Reference to item quantity record.
ALLOCATION_PATTERN_SID NUMBER(19) Nullable Reference to the allocation pattern applied to the transfer order item.

TORD_QTY

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value.
TENANT_SID NUMBER(19) Nullable Reference to Tenant description.
TORD_ITEM_SID NUMBER(19)   Reference to the transfer order item record.
STORE_SID NUMBER(19)   Reference to the store record.
ORD_QTY NUMBER(10,3)   Positive value = assigned quantity for this store.
Negative value = ordered quantity of this item.
SENT_QTY NUMBER(10,3)  

Positive value = quantity sent to this store.
Negative value = quantity sent for this item.

SBS_SID NUMBER(19)   Reference to the subsidiary record.

TRANS_RULE

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
FROM_SBS_SID NUMBER(19)   Source subsidiary SID
FROM_STORE_SID NUMBER(19)   Source store SID
TO_SBS_SID NUMBER(19)   Destination subsidiary SID
TO_STORE_SID NUMBER(19)   Destination store SID
COST NUMBER(16,4) Nullable  
OP1 NUMBER(5) Nullable  
QTY NUMBER(10,3) Nullable  
OP2 NUMBER(5) Nullable  
ITEM_CNT NUMBER(10) Nullable  
ACTION NUMBER(5) Nullable  
DAYS_IN_TRANS NUMBER(10) Nullable Days in transit

 

TRAN_FEE_TYPE

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
SBS_SID NUMBER(19)    
FEE_TYPE NUMBER(5)    
FEE_NAME NVARCHAR2(6) Nullable  
ACTIVE NUMBER(1) Nullable Active status. 0=inactive, 1=active

 

USER_GROUP

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
USER_GROUP_NAME NVARCHAR2(30)    
DESCRIPTION NVARCHAR2(200) Nullable  
ACTIVE NUMBER(1) Nullable  
USER_GROUP_ID NUMBER(10) Nullable  
PERMISSIONS CLOB Nullable The permissions valid for this group.

 

USER_GROUP_USER

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
USER_GROUP_SID NUMBER(19)   Reference to user group record.
EMPLOYEE_SID NUMBER(19)   Reference to employee record.

 

USER_PASSWORD_HISTORY

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
EMPLOYEE_SID NUMBER(19)   Reference to employee record.
PASSWORD NVARCHAR2(60) Nullable Encrypted password value used to authenticate user.

VENDOR

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VEND_CODE NVARCHAR2(6)    
ACTIVE NUMBER(1)    
VEND_NAME NVARCHAR2(25) Nullable Name of the vendor company or business.
INFO1 NVARCHAR2(20) Nullable Free-form data entry field
INFO2 NVARCHAR2(20) Nullable Free-form data entry field
TERM_TYPE NUMBER(5) Nullable 0=term_days, 1=term_cod, 2=term_credit, 3=term_replace, 4=term_prepaid, 5=term_due, 6=term_pays, 7=term_eom
ACCOUNT_NO NVARCHAR2(200) Nullable Account number with vendor.
TRADE_DISC_PERC NUMBER(16,4) Nullable A discount given by a vendor.
VEND_LEAD_TIME NUMBER(5) Nullable Days of lead time required to fill order.
AP_FLAG NUMBER(10) Nullable Accounts payable flag. Derivation and purpose are dependent upon the upcoming accounting link feature.
1=No, 2=Yes, 3=Export
CURRENCY_SID NUMBER(19) Nullable Reference to currency record.
REGIONAL NUMBER(1) Nullable 0=Not Regional, 1=Regional
COUNTRY_SID NUMBER(19) Nullable Reference to country record
QB_ID NVARCHAR2(40) Nullable QuickBooks ID number.
UDF1_STRING NVARCHAR2(100) Nullable User-defined string value.
UDF2_STRING NVARCHAR2(100) Nullable User-defined string value.
UDF3_STRING NVARCHAR2(100) Nullable User-defined string value.
UDF4_STRING NVARCHAR2(100) Nullable User-defined string value.
UDF5_STRING NVARCHAR2(100) Nullable User-defined string value.
UDF6_STRING NVARCHAR2(100) Nullable User-defined string value.
UDF1_DATE TIMESTAMP(0) WITH TIME ZONE Nullable User-defined date value.
UDF2_DATE TIMESTAMP(0) WITH TIME ZONE Nullable User-defined date value.
NOTES CLOB Nullable Optional notes.
IMAGE BLOB Nullable Vendor image (e.g. the company logo)
VEND_ID NUMBER(10) Nullable Legacy information will be stamped with a vendor ID
SBS_SID NUMBER(19)   Subsidiary the vendor is created in.
LANGUAGE_SID NUMBER(19) Nullable Reference to Language record.
PUBLISH_STATUS NUMBER(1)   0=Published, 1=WIP, 2=ReadyToPublish. Default = 0
MIN_COST NUMBER(16,4) Nullable Minimum ordered cost. Default = 0
MIN_QTY NUMBER(10,3) Nullable Minimum ordered quantity. Default = 0
EXTERNAL_TRANSFER_STATUS NVARCHAR2(255) Nullable This field is for third-party developers who write integrations to ERP systems where documents and data are sent from Prism to the ERP. In these cases, it is important to know what data has been sent, so as to not duplicate the sending of data unnecessarily. The EXTERNAL_TRANSFER_STATUS column can be used by these third-party developers to mark data as having been sent.

VENDOR_CONTACT

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VENDOR_SID NUMBER(19)    
FIRST_NAME NVARCHAR2(30) Nullable  
LAST_NAME NVARCHAR2(30) Nullable  
TITLE_SID NUMBER(19) Nullable  
CONTACT_TYPE_SID NUMBER(19) Nullable  
PRIMARY_FLAG NUMBER(1) Nullable  
EMAIL_TYPE_SID NUMBER(19) Nullable  
EMAIL_ADDRESS NVARCHAR2(100) Nullable  
PHONE1_TYPE_SID NUMBER(19) Nullable  
PHONE1_NO NVARCHAR2(30) Nullable  
PHONE2_TYPE_SID NUMBER(19) Nullable  
PHONE2_NO NVARCHAR2(30) Nullable  
ACTIVE NUMBER(1) Nullable  
SEQ_NO NUMBER(5)    

VENDOR_CONTACT_ADDRESS

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VEND_SID NUMBER(19)   Reference to vendor record.
PRIMARY_FLAG NUMBER(1)   True if this is the vendor's primary address. Default = 0
ACTIVE NUMBER(1)   True if this contact is currently in use. Default = 0
COMPANY_NAME NVARCHAR2(100) Nullable Optional company name.
ADDRESS_1 NVARCHAR2(40) Nullable First address line. Street Number and Street Name (e.g. 123 Main St.)
ADDRESS_2 NVARCHAR2(40) Nullable Second address line. Suite or apartment number (e.g. Suite 200)
ADDRESS_3 NVARCHAR2(40) Nullable Third address line. City, State (e.g. San Francisco, CA)
CITY NVARCHAR2(40) Nullable City name.
STATE NVARCHAR2(40) Nullable State name.
POSTAL_CODE NVARCHAR2(10) Nullable Postal code/ZIP Code
POSTAL_CODE_EXTENSION NVARCHAR2(5) Nullable Postal code extension
COUNTRY_SID NUMBER(19) Nullable Reference to country record.
ADDRESS_4 NVARCHAR2(40) Nullable Extended address detail.
ADDRESS_5 NVARCHAR2(40) Nullable Extended address detail.
ADDRESS_6 NVARCHAR2(40) Nullable Extended address detail.
SEQ_NO NUMBER(5)   Sequential number assigned to the address.
ADDRESS_TYPE_SID NUMBER(19) Nullable Reference to address type.

VENDOR_EXTEND

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VENDOR_SID NVARCHAR2(50) Nullable  
UDF6_STRING NVARCHAR2(50) Nullable  
UDF7_STRING NVARCHAR2(50) Nullable  
UDF8_STRING NVARCHAR2(50) Nullable  
UDF9_STRING NVARCHAR2(50) Nullable  
UDF10_STRING NVARCHAR2(50) Nullable  
UDF11_STRING NVARCHAR2(50) Nullable  
UDF12_STRING NVARCHAR2(50) Nullable  
UDF13_STRING NVARCHAR2(50) Nullable  
UDF14_STRING NVARCHAR2(50) Nullable  
UDF15_STRING NVARCHAR2(50) Nullable  
UDF1_LARGE_STRING NVARCHAR2(2000) Nullable  
UDF2_LARGE_STRING NVARCHAR2(2000) Nullable  

VENDOR_INVOICE

Column Name Type Nullable Comments
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10) No Default = 0. Optimistic locking value.
TENANT_SID NUMBER(19) Nullable Reference to Tenant description.
VEND_INVC_ID NUMBER(19) Nullable Identifies the vendor invoice.
SBS_SID NUMBER(19) Nullable Reference to the subsidiary record.
VEND_SID NUMBER(19) Nullable Reference to the vendor record.
VEND_INVC_NO NVARCHAR2(15) Nullable Vendor invoice number. Sequential number assigned to the vendor invoice.
VEND_INVC_DATE DATE Nullable Date the vendor invoice was created.
VEND_INVC_AMT NUMBER(16,4) Nullable Vendor invoice amount.
EMPLOYEE_SID NUMBER(19) Nullable Reference to the employee record of the employee who created the vendor invoice.
RESOLVEBY_SID NUMBER(19) Nullable Reference to the employee record of the employee who resolved the vendor invoice.
RESOLVE_DATE DATE Nullable Date the vendor invoice and its associated voucher(s) were resolved.
APPROVEBY_SID NUMBER(19) Nullable Reference to the employee record of the employee who approved the vendor invoice.
APPROVE_DATE DATE Nullable Date the vendor invoice was approved.
NOTES NVARCHAR2(384) Nullable Optional notes
MODIFIEDBY_SID NUMBER(19) Nullable

Reference to the employee record of the employee who modified the vendor invoice.

CREATEDBY_SID NUMBER(19) Nullable Reference to the employee record of the employee who created the vendor invoice.
PUBLISH_STATUS NUMBER(1)   0=Published, 1=WIP, 2=ReadyToPublish. Default = 0
ACTIVE NUMBER(1) Nullable 1=active, 0=inactive. Default = 1
PO_NO NVARCHAR2(20) Nullable Purchase order number. Sequential number assigned to the PO.

VENDOR_TERM

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VEND_SID NUMBER(19)    
TERM_NO NUMBER(5)    
DAYS NUMBER(10) Nullable If payment is received within a certain number of days, a discount can be applied.
DISC_PERC NUMBER(16,4) Nullable The % value used with term type is set to days or payments.

VENDOR_UDF

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
SBS_ID NUMBER(19) Nullable  
UDF_NO NUMBER(5)    
NAME NVARCHAR2(15) Nullable  
REQUIRED NUMBER(1) Nullable  

VENDOR_UDF_OPTION

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
UDF_SID      
FLAG_ID      
UDF_OPTION      
ACTIVE NUMBER(1) Nullable  
DEFAULT_FLAG NUMBER(1) Nullable Indicates that this is the vendor default UDF. Default = 0

VERSION

Column Name Type Nullable? Comments
SID NUMBER(19) No Unique identifying value
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Yes Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Yes Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10) No Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Yes Reference to Tenant description
PRODUCT NVARCHAR2(32) Yes Currently is Prism.
VERSION_NUMBER NVARCHAR2(18) Yes Product version number.
BUILD_TYPE NVARCHAR2(64) Yes Current build types are CI, Nightly, Weekly, OnDemand, and Custom.
BUILD_DATETIME TIMESTAMP(0) WITH TIME ZONE Yes The timestamp for the changeset from version control used for this build.
CORE_BRANCH NVARCHAR2(64) Yes Repo used for server Proxy code.
CORE_CHANGESET NVARCHAR2(12) Yes Changeset-id that went into the build.
CORE_TIMESTAMP TIMESTAMP(0) WITH TIME ZONE Yes Date/time of changeset that went into the build.
WEB_BRANCH NVARCHAR2(64) Yes Repo used for web Proxy code
WEB_CHANGESET NVARCHAR2(12) Yes Changeset-id that went into the build.
WEB_TIMESTAMP TIMESTAMP(0) WITH TIME ZONE Yes Date/time of changeset that went into the build
DOC_BRANCH NVARCHAR2(64) Yes Repo used for online documentation
DOC_CHANGESET NVARCHAR2(12) Yes Changeset-id that went into the build.
DOC_TIME TIMESTAMP(0) WITH TIME ZONE Yes Date and time of changeset that went into the build.
BUILD_BRANCH NVARCHAR2(64) Yes Branch name from version control used for this build.
BUILD_CHANGESET NVARCHAR2(12) Yes The changeset from version control used for this build.
BUILD_TIMESTAMP TIMESTAMP(0) WITH TIME ZONE Yes The timestamp for the changeset from version control used for this build.
WEB2_BRANCH NVARCHAR2(64) Yes Branch name from version control used for this build.
WEB2_CHANGESET NVARCHAR2(12) Yes The changeset from version control used for this build.
WEB2_TIMESTAMP TIMESTAMP(0) WITH TIME ZONE Yes The timestamp for the changeset from version control used for this build.
TRANSLATION_BRANCH NVARCHAR2(64) Yes Branch name from version control used for this build.
TRANSLATION_CHANGESET NVARCHAR2(12) Yes The changeset from version control used for this build.
TRANSLATION_TIMESTAMP TIMESTAMP(0) WITH TIME ZONE Yes The timestamp for the changeset from version control used for this build.
DB_BRANCH NVARCHAR2(64) Yes Branch name from version control used for this build.
DB_CHANGESET NVARCHAR2(12) Yes The changeset from version control used for this build.
DB_TIMESTAMP TIMESTAMP(0) WITH TIME ZONE Yes The timestamp for the changeset from version control used for this build.

VOUCHER

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20)   Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description.
SBS_SID NUMBER(19)    
STORE_SID NUMBER(19)    
VOU_NO NUMBER(10)    
VOU_TYPE NUMBER(5)   0=Regular, 1=Return
VOU_CLASS NUMBER(5)   0=Voucher, 1=PendingVoucher, 2=ASN
VEND_SID NUMBER(19)    
PAYEE_SID NUMBER(19)    
VEND_ACCT_NO NVARCHAR2(200)    
VEND_INVC_SID NUMBER(19)    
CLERK_SID NUMBER(19)    
STATION NCHAR(1) Nullable  
WORKSTATION NUMBER(5) Nullable  
ORIG_STORE_SID NUMBER(19) Nullable  
ORIG_STATION NCHAR(1) Nullable  
STATUS NUMBER(10) Nullable 0=None, 1=Changed, 2=Cancelled, 3=Normal, 4=Completed
PROC_STATUS NUMBER(10) Nullable  
PO_NO NVARCHAR2(20) Nullable  
TO_NO NVARCHAR2(8) Nullable  
PKG_NO NVARCHAR2(20) Nullable  
SHIPMENT_NO NVARCHAR2(16) Nullable  
COST_HANDLING_CODE NUMBER(5) Nullable  
UPDATE_PRICE_FLAG NUMBER(1) Nullable  
USE_VAT NUMBER(1) Nullable  
DISC_PERC NUMBER(16,4) Nullable  
DISC_AMT NUMBER(16,4) Nullable  
TAX_PERC_INCL NUMBER(16,4) Nullable  
TAX_AMT_INCL NUMBER(17,5) Nullable  
TAX_PERC_EXCL NUMBER(16,4) Nullable  
TAX_AMT_EXCL NUMBER(17,5) Nullable  
ARRIVED_DATE DATE Nullable  
CUST_FLD NVARCHAR2(47) Nullable  
SEASON_SID NUMBER(19) Nullable  
REF_VOU_SID NUMBER(19) Nullable  
AUDITED   Nullable  
CMS   Nullable  
VERIFIED   Nullable  
PURCH_CLEAR_AMT   Nullable  
CMS_POST_DATE   Nullable  
REVIEWBY_SID NUMBER(19) Nullable  
REVIEW_DATE   Nullable  
REVIEW_NOTE NVARCHAR2(30) Nullable  
APPROVBY_SID NUMBER(19) Nullable  
APPROV_DATE DATE Nullable  
WS_SEQ_NO NUMBER(10) Nullable  
HELD NUMBER(1) Nullable  
ACTIVE NUMBER(1) Nullable  
RATE NUMBER(20,8) Nullable  
CARRIER_ID NUMBER(10) Nullable  
CONTROLLER NUMBER(5) Nullable  
ORIG_CONTROLLER NUMBER(5) Nullable  
CREATEDBY_SID NUMBER(19) Nullable Reference to the employee who created the voucher.
MODIFIEDBY_SID NUMBER(19) Nullable Reference to the employee who last modified the voucher.
AL_EXTRACT_DATE DATE Nullable Date the document was extracted from Prism into Accounting Link.
AL_POST_DATE DATE Nullable Date the document was posted to the accounting software by Accounting Link.
DOC_REF_NO NUMBER(10) Nullable Doc No of the referenced document.
SLIP_FLAG NUMBER(1) Nullable If enabled, indicates a slip is linked to this voucher.
APPROV_STATUS NUMBER(5) Nullable Approval status.
PENDING_OVERRIDE NUMBER(1) Nullable Pending override flag. 
TRACKING_NO NVARCHAR2(40) Nullable  
TRANS_REASON_ID NUMBER(10) Nullable  
CONTRACT_DATE DATE Nullable  
ASN_NO NUMBER(10) Nullable Document number of the ASN for the voucher.
ARCHIVED NUMBER(1) Nullable Archived status
TAX_AREA_SID NUMBER(19) Nullable  
TAX_AREA2_SID NUMBER(19) Nullable  
RESOLV_STATUS NUMBER(1) Nullable  
RESOLV_SID NUMBER(19) Nullable  
NOTE NVARCHAR2(255) Nullable Optional note text.
NO_OF_PKGS NUMBER(3) Nullable Number of packages on this voucher.
PO_SID NUMBER(19) Nullable Reference to the purchase order referenced by this voucher.
TO_SID NUMBER(19) Nullable Reference to the transfer order referenced by this voucher.
ASN_SID NUMBER(19) Nullable Reference to the ASN referenced by this voucher.
REF_DOC_SID NUMBER(19) Nullable Reference to the document referenced on this voucher.
VOU_SUBTOTAL NUMBER(16,4) Nullable Holds the sum of all quantities multiplied by cost.
VOU_TOTAL NUMBER(16,4) Nullable Holds vou_subtotal plus all fees.
DISC_TYPE NUMBER(1) Nullable 0=Pctg, 1=Amount
TAX_INCL_TYPE NUMBER(1) Nullable 0=Pctg, 1=Amount
TAX_EXCL_TYPE NUMBER(1) Nullable 0=Pctg, 1=Amount
VOU_REASON_SID NUMBER(19) Nullable Points to a row in the pref-reason table.
BR_MARKED NUMBER(1) Nullable 1=Mark, else unmark. Used to set the BAtch REceive status of an ASN
VENDOR_INVOICE_SID NUMBER(19) Nullable Reference to vendor invoice.
PUBLISH_STATUS NUMBER(1) Nullable 0 = Published, 1=WIP, 2=ReadyToPublish. Default = 0
REVERSED_FLAG NUMBER(1) Nullable 0=not reversed, 1=reversed
SLIP_SBS_SID NUMBER(19) Nullable Outgoing subsidiary for a transfer.
SLIP_STORE_SID NUMBER(19) Nullable Outgoing store for a transfer
EXTERNAL_TRANSFER_STATUS NVARCHAR2(255) Nullable This field is for third-party developers who write integrations to ERP systems where documents and data are sent from Prism to the ERP. In these cases, it is important to know what data has been sent, so as to not duplicate the sending of data unnecessarily. The EXTERNAL_TRANSFER_STATUS column can be used by these third-party developers to mark data as having been sent.
PC_FLAG NUMBER(1) Nullable Sent to Purchase Clearing account flag.
AP_FLAG NUMBER(1) Nullable Sent to Accounts Payable flag.
GL_FLAG NUMBER(1) Nullable Sent to General Ledger flag.
CUSTOM0 to CUSTOM9 NVARCHAR2(30) Nullable Custom fields
LAST_ITEM_POS NUMBER(5) No Position of the last item on the document (used during data import)

VOU_APPROVAL

Column Name Type Nullable Comments
SID NUMBER(19) No Unique identifying value
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10) No Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VOU_SID NUMBER(19) No Reference to the voucher record.
APPROV_LEVEL NUMBER(5) No Approval level.
APPROVBY_ID NUMBER(10) Nullable Identifies the employee who approved the voucher.
APPROV_DATE DATE Nullable Date the voucher was approved.
APPROV_NOTES NVARCHAR2(255) Nullable Approval notes.
APPROV_STATUS NUMBER(5) Nullable Approval status
ARCHIVED NUMBER(5) Nullable 0=not archived, 1=archived
APPROVBY_SID NUMBER(19) Nullable Reference to the employee record of employee who approved the voucher.

VOU_COMMENT

Column Name Type Nullable Comments
SID NUMBER(19) No Unique identifying value
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10) No Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VOU_SID NUMBER(19) No Reference to voucher record.
COMMENT_NO NUMBER5) No Comment number.
COMMENTS NVARCHAR2(60) Nullable Comment text.
ARCHIVED NUMBER(5) Nullable Archived status.

VOU_FEE

Column Name Type Nullable Comments
SID NUMBER(19) No Unique identifying value
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10) No Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VOU_SID NUMBER(19) No Reference to voucher record.
AMT NUMBER(16,4) No Fee amount.
PURCH_FEE_TYPE NUMBER(5) Nullable Points to the corresponding purch_fee_type record.

VOU_ITEM

Column Name Type Nullable Comments
SID NUMBER(19) No Unique identifying value
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10) No Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VOU_SID NUMBER(19) No Reference to voucher record.
ITEM_POS NUMBER(5) No Item position in the item list.
ITEM_SID NUMBER(19) No Reference to item record.
QTY NUMBER(10,3) Nullable Item quantity on the voucher.
ORIG_QTY NUMBER(10,3) Nullable Original item quantity on the voucher.
PRICE NUMBER(16,4) Nullable Item price.
COST NUMBER(16,4) Nullable Item cost.
FC_COST NUMBER(16,4) Nullable Most recent cost paid for the item in foreign currency.
CURRENCY_SID NUMBER(19) Nullable Reference to currency record.
TAX_CODE_SID NUMBER(19) Nullable Reference to tax code.
TAX_PERC NUMBER(16,4) Nullable Tax percentage.
TAX_AREA2_SID NUMBER(19) Nullable Reference to second tax area.
TAX_CODE2_SID NUMBER(19) Nullable Reference to a second tax code.
TAX_PERC2 NUMBER(16,4) Nullable Tax percentage for second tax area.
TAX_AMT_EXCL NUMBER(17,5) Nullable Tax amount excluded.
TAX_AMT_INCL NUMBER(17,5) Nullable Tax amount included.
SHIPPING_AMT NUMBER(16,4) Nullable Shipping amount.
DISC_AMT NUMBER(16,4) Nullable Discount amount.
CARTON_NO NVARCHAR2(20) Nullable Shipping carton number.
CARTON_STATUS NUMBER(10) Nullable Carton status.
CUST_FLD NVARCHAR2(4) Nullable Custom field.
SCAN_UPC NUMBER(18) Nullable Scanned UPC.
SERIAL_NO NVARCHAR2(50) Nullable Serial number.
LOT_NUMBER NVARCHAR2(25) Nullable Lot number.
UDF_VALUE1 NVARCHAR2(50) Nullable User-defined field value.
UDF_VALUE2 NVARCHAR2(50) Nullable User-defined field value.
UDF_VALUE3 NVARCHAR2(50) Nullable User-defined field value.
UDF_VALUE4 NVARCHAR2(50) Nullable User-defined field value.
ORIG_COST NUMBER(16,4) Nullable Original cost for item
ITEM_NOTE1 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE2 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE3 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE4 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE5 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE6 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE7 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE8 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE9 NVARCHAR2(350) Nullable Item note text.
ITEM_NOTE10 NVARCHAR2(350) Nullable Item note text.
SPREAD_FEE_AMT NUMBER(16,4) Nullable Amount of fee applied to the item when fee amount is spread.
ALT_UPC NUMBER(18) Nullable UPC used for the the item by the alternate vendor
ALT_ALU NVARCHAR2(20) Nullable ALU used for the item by the alternate vendor.
ALT_COST NUMBER(16,4) Nullable Item cost when purchased from alternate vendor.
ALT_VEND_CODE NVARCHAR2(6) Nullable Vendor code of alternate vendor.
ARCHIVED NUMBER(1) Nullable Archived? 0=no, 1=yes
FROM_ASN NUMBER(1) Nullable Voucher generated from ASN? 0=no, 1=yes
SUBLOC_SID NUMBER(19) Nullable Reference to sublocation record.
SN_QTY NUMBER(10,3) Nullable Serial number quantity.
SN_ACTIVE NUMBER(1) Nullable Serial number active? 0=no, 1=yes.
SN_RECEIVED NUMBER(1) Nullable Serial number received? 0=no, 1=yes
SN_SOLD NUMBER(1) Nullable Serial number sold? 0=no, 1=yes
SN_TRANSFERRED NUMBER(1) Nullable Serial number transferred? 0=no, 1=yes
SN_SO_RESERVED NUMBER(1) Nullable Serial number reserved on sales order? 0=no, 1=yes
SN_RETURNED NUMBER(1) Nullable Serial number returned (item return)? 0=no, 1=yes
SN_RETURNED_TO_VND NUMBER(1) Nullable Serial number returned to vendor? 0=no, 1=yes
SN_ADJUSTED NUMBER(1) Nullable Serial number quantity adjusted? 0=no, 1=yes
INVN_SBS_VENDOR_SID NUMBER(19) Nullable SID of alternate vendor info.
SUBLOC_ID NUMBER(10) Nullable Default=-1
FLAG NUMBER(5) Nullable  

VOU_PACKAGE

Column Name Type Nullable Comments
SID NUMBER(19) No Unique identifying value
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10) No Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VOU_SID NUMBER(19) No Reference to voucher record.
PKG_NO NVARCHAR2(20) No Shipping package number.
RECEIVED NUMBER(1) No Received flag.

VOU_TERM

Column Name Type Nullable Comments
SID NUMBER(19) No Unique identifying value
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created. Default = sysdate
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10) No Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
VOU_SID NUMBER(19) No Reference to the voucher record.
TERM_TYPE NUMBER(5) No 0=term_days, 1=term_cod, 2=term_replace, 4=term_prepaid, 5=term_due, 6=term_pays, 7=term_eom
TERM_NO NUMBER(5) No Term number.
DAYS NUMBER(10) Nullable Number of days within which to pay to receive the entered disc_pmt_perc.
DISC_PMT_PERC NUMBER(16,4) Nullable Discount percentage for the payment.
TERM_DATE DATE Nullable Date the term takes effect.
AMT NUMBER(16,4) Nullable Amount of the payment for the term type.
ARCHIVED NUMBER(5) Nullable Archived status.

WORKSTATION

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
HOME_URL NVARCHAR2(200) No Page to load as the screen background
TIME_IN DATE No Used by licensing, this is set when a workstation is "seated," and set to null when the workstation is "unseated."
AUTO_LOGOUT NUMBER(1) No Used by UI. Indicates whether a user should be automatically logged out.
AUTO_LOGOUT_MINUTES NUMBER(5) Nullable Used by UI. Number of minutes of inactivity before workstation is logged out.
CMS NUMBER(1) Nullable 0=v8 workstation, 1=v9 workstation, 2=v10 workstation
V8_STATION NCHAR(1) Nullable For backward compatibility; v8 station code.
V9_FQDN NVARCHAR2(64) Nullable For backward compatibility; V9 Fully Qualified Domain Name
WORKSTATION_NO NUMBER(5) Nullable Keeps the workstation number. Cannot be modified by end user.
PREFERENCES CLOB Nullable Default preferences at workstation level.
WORKSTATION_TYPE NUMBER(5) No Workstation type.
ACTIVE_PRICE_LEVEL_SID NUMBER(19) Nullable Reference to active price level.
TAX_AREA_SID NUMBER(19) Nullable Reference to tax area record.
DOCUMENT_SEQUENCE_SID NUMBER(19) Nullable Reference to document sequence record.
HARDWARE_SID NUMBER(19) Nullable Reference to external services table.
EFT_SID NUMBER(19) Nullable Reference to external services table.
TAX_AREA2_SID NUMBER(19) Nullable Reference to tax area table.
PRISM_PROXY_SID NUMBER(19) Nullable Proxy selected for this workstation.

WS_ALLOCATED_FEATURE

Column Name Type Nullable Comments
SID NUMBER(19)   Unique identifying value
CREATED_BY NVARCHAR2(30)   Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19)   Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
WS_ID NUMBER(5)   Workstation ID defined in workstation record.
KEYNAME NVARCHAR2(20) Nullable Key name used to identify feature allocated to workstation.

ZOUT_CONTROL

Column Name Type Nullable Comments
SID NUMBER(19) No Unique identifying value
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
DRAWER_NUMBER NUMBER(1) Nullable Drawer number used to filter X/Z-Out report.
TILL_SID NUMBER(19) Nullable Till SID used to filter the X/Z-Out report.
OPEN_DRAWER_EVENT_SID NUMBER(19) Nullable Opening drawer event that X/Z-Out report ends with.
CLOSE_DRAWER_EVENT_SID NUMBER(19) Nullable Closing drawer event that X/Z-Out report ends with.
PERIOD_BEGIN TIMESTAMP(0) WITH TIME ZONE Nullable Beginning of period X/Z-Out report was run against.
PERIOD_END TIMESTAMP(0) WITH TIME ZONE Nullable End of period X/Z-Out report was run against.
TENDER_TOTAL_OPEN NUMBER(16,4) No Tender total at beginning of report, either from the open drawer event or calculated based on the last open prior to the period and the tenders up to the period beginning.
TENDER_TOTAL_CLOSE NUMBER(16,4) No Tender total at ending of report, either from the close drawer event or calculated based on the last close during the period and the tenders up to the period ending.
OVER_SHORT_AMT NUMBER(16,4) No Amount the drawer was over/short based on drawer open and close currency counts and document totals.
DRAWER_LEAVE_AMOUNT NUMBER(16,4) No Amount left in drawer following closing cash drop
DEPOSIT_AMOUNT NUMBER(16,4) No Amount of cash deposits made during the period. Default = 0
RETRY_COUNT NUMBER(5) No Number of attempts to balance the drawer. Default = 0
REPORT_XML CLOB Nullable XML generated by X/Z Out report process to be sent to printer service.
WORKSTATION_NO NUMBER(5) Nullable Workstation number that created this record.
WORKSTATION_NAME NVARCHAR2(20) Nullable Name of the workstation that created this record.
SBS_SID NUMBER(19) Nullable Optional reference to subsidiary record. Used to filter Z-Out Report.
STORE_SID NUMBER(19) Nullable Optional reference to store record. Used to filter Z-Out Report.
WORKSTATION_SID NUMBER(19) Nullable Optional reference to workstation record. Used to filter Z-Out Report.
CASHIER_SID NUMBER(19) Nullable Optional reference to employee record for cashier. Used to filter Z-Out Report.
CLERK_SID NUMBER(19) Nullable Optional reference to employee record. Used to filter Z-Out Report.
DCS_SID NUMBER(19) Nullable Optional reference to department record. Used to filter Z-Out Report.
VENDOR_SID NUMBER(19) Nullable Optional reference to vendor record. Used to filter Z-Out Report.
STATUS NUMBER(1) Nullable

zoNone = 0. No status has been set.
zoOpen = 1. OpenedSID is not empty, ClosedSID is empty, and Report is empty.
zoClosed = 2. OpenedSID and ClosedSID are not empty but Report isempty. This status is currently not achievable and will not be a filter element until (close without reconcile) is implemented.
zoReconciled = 3. OpenedSID, ClosedSID and Report are not empty but Forced is False,
zoForcedClose = 4. OpenedSID, ClosedSID and Report are not empty and Forced is True
zoRecounted = 5. OpenedSID is not empty and Recounted is True. This status will be hidden from lookup and will not be a filter element for the first phase.

REPORT_TYPE NUMBER(1) Nullable This indicates the type of record. 1 = XOut, 2 = ZOut, 3 = SZOut (structured Z-Out)
FORCE_CLOSE NUMBER(1) Nullable Indicates the current record that was forced to close. Default = 0
FORCE_USER_SID NUMBER(19) Nullable Employee SID of employee who forced the close.
TOTAL_SALES NUMBER(16,4) Nullable Total sales amount.
TIMEZONE_OFFSET NUMBER(5) Nullable Time offset in minutes from GMT/UTC.
REPLICATION_ID NUMBER(19) Nullable Original SID of this record, wherever it was created.
CLOSED_BY NVARCHAR2(30 Nullable Indicates the user that closed this register.
FINALIZED NUMBER(1) Nullable 0=not finalized, 1=finalized.

ZOUT_CONTROL_AUDIT

Column Name Type Nullable Comments
SID NUMBER(19) No Unique identifying value
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was created.
MODIFIED_BY NVARCHAR2(30) Nullable Date/time row was last modified.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Reference to controller record.
ORIGIN_APPLICATION NVARCHAR2(20) No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
ROW_VERSION NUMBER(10)   Default = 0. Optimistic locking value
TENANT_SID NUMBER(19) Nullable Reference to Tenant description
ZOUT_CONTROL_SID NUMBER(19) No Identifies the Z-Out control record.
AUDIT_NO NUMBER(5) No Audit number.
CURRENCY_EVENT_SID NUMBER(19) Nullable Identifies the currency event.
TOTAL_SALES NUMBER(16,4) Nullable Total sales amount.
TENDER_TOTAL_OPEN NUMBER(16,4) No Tender total at beginning of report, either from the open drawer event or calculated based on the last open prior to the period and the tenders up to the period beginning.
TENDER_TOTAL_CLOSE NUMBER(16,4) No Tender total at ending of report, either from the close drawer event or calculated based on the last close during the period and the tenders up to the period ending.
OVER_SHORT_AMT NUMBER(16,4) No Amount the drawer was over/short based on drawer open and close currency counts and document totals.
DRAWER_LEAVE_AMOUNT NUMBER(16,4) No Amount left in drawer following closing cash drop
DEPOSIT_AMOUNT NUMBER(16,4) No Amount of cash deposits made during the period. Default = 0
REPORT_XML CLOB Nullable XML generated by X/Z Out report process to be sent to printer service.

ZOUT_FILTER

Column Name Type Nullable? Comments
SID NUMBER(19) No Unique identifying value.
CREATED_BY NVARCHAR2(30) No Employee ID of employee who created the record.
CREATED_DATETIME TIMESTAMP(0) WITH TIME ZONE No Date/time row was created.
MODIFIED_DATETIME TIMESTAMP(0) WITH TIME ZONE Nullable Date/time row was last modified.
MODIFIED_BY NVARCHAR2(30) Nullable Employee ID of last employee who modified the record using the application UI.
CONTROLLER_SID NUMBER(19) No Identifies the controller
ORIGIN_APPLICATION NVARCHAR20 No Indicates application used to create row. v9 and v8 are reserved for Retail Pro versions 8 and 9. This is the same value that will be used in licensing applications.
ROW_VERSION NUMBER(10) No Default = 0. Optimistic locking value.
POST_DATE TIMESTAMP(0) WITH TIME ZONE Nullable Date and time the row was created/last modified in this system. May not be the same as CREATED_DATETIME and MODIFIEDBY_DATETIME.
TENANT_SID NUMBER(19) Nullable Reference to tenant description.
ZOUT_CONTROL_SID NUMBER(19) No Reference to Z-Out Control record. Z-Out Filter servers as a detail record to the Z-Out Control.
SBS_SID NUMBER(19) Nullable Optional reference to subsidiary
STORE_SID NUMBER(19) Nullable Optional reference to store. Used to filter Z-Out report.
WORKSTATION_SID NUMBER(19) Nullable Optional reference to workstation. Used to filter Z-Out report.
CASHIER_SID NUMBER(19) Nullable Optional reference to employee record. Used to filter Z-Out report.
CLERK_SID NUMBER(19) Nullable Optional reference to employee record. Used to filter Z-Out report.
DCS_SID NUMBER(19) Nullable Optional reference to department record. Used to filter ZOut Report.
VENDOR_SID NUMBER(19) Nullable Optional reference to vendor. Used to filter Z-Out report.
TILL_SID NUMBER(19) Nullable Optional reference to till. Used to filter Z-Out report.
CONTROLLER_FILTER_SID NUMBER(19) Nullable Controller SID used to filter the report; not the same as the controller header field.