PSC_BNP_CSH_DRW_RECON_SUM

This table contains cash drawer reconcile information. It is used to capture the cash or check overage and shortage for a cashier session reconciliation transaction.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_BNP_CSH_DRW_RECON_SUM_PK

RECONCILE_ID

Columns

Name Datatype Length Precision Not-null Comments
RECONCILE_ID NUMBER 18 Yes RECONCILE_ID
SESSION_ID VARCHAR2 50 Yes SESSION_ID
AGENCY_ID NUMBER 8 Yes AGENCY_ID
DRAWER_ID VARCHAR2 30 Yes DRAWER_ID
CURRENCY_CODE VARCHAR2 3 Yes CURRENCY_CODE
RECONCILE_STATUS VARCHAR2 30 Yes RECONCILE_STATUS
BEGINNING_BALANCE NUMBER Yes BEGINNING_BALANCE
CASH_RECORD NUMBER Yes CASH_RECORD
CASH_ACTUAL NUMBER Yes CASH_ACTUAL
CASH_SHORTAGE NUMBER CASH_SHORTAGE
CASH_OVERAGE NUMBER CASH_OVERAGE
PRCK_RECORD NUMBER Yes PRCK_RECORD
PRCK_ACTUAL NUMBER Yes PRCK_ACTUAL
PRCK_SHORTAGE NUMBER PRCK_SHORTAGE
PRCK_OVERAGE NUMBER PRCK_OVERAGE
CSCK_RECORD NUMBER Yes CSCK_RECORD
CSCK_ACTUAL NUMBER Yes CSCK_ACTUAL
CSCK_SHORTAGE NUMBER CSCK_SHORTAGE
CSCK_OVERAGE NUMBER CSCK_OVERAGE
MORD_RECORD NUMBER Yes MORD_RECORD
MORD_ACTUAL NUMBER Yes MORD_ACTUAL
MORD_SHORTAGE NUMBER MORD_SHORTAGE
MORD_OVERAGE NUMBER MORD_OVERAGE
TOTAL_RECORD NUMBER Yes TOTAL_RECORD
TOTAL_ACTUAL NUMBER Yes TOTAL_ACTUAL
RECONCILE_DATE DATE RECONCILE_DATE
COMMENTS VARCHAR2 240 COMMENTS
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.

Indexes

Index Uniqueness Tablespace Columns
PSC_BNP_CSH_DRW_RECON_SUM_PK Unique Default RECONCILE_ID