PSC_BNP_PAYMENT_AR_RECEIPT

Reference Table for storing reference information on receivable receipts.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

psc_bnp_payment_ar_receip_PK

RECEIPT_HISTORY_KEY

Columns

Name Datatype Length Precision Not-null Comments
RECEIPT_HISTORY_KEY NUMBER 18 Yes Unique Identifier for the transaction.
AGENCY_ID NUMBER 18 Yes Indicate the agency id associated to the record.
INVOICE_SYSTEM VARCHAR2 15 Yes Identifies the ERP receivable application.
RECEIPT_ID VARCHAR2 100 Yes Indicate the identifier of the receipt in ERP Receivables.
RECEIPT_NUMBER VARCHAR2 50 Yes Indicates the receipt number assigned by the application.
RECEIPT_AMOUNT NUMBER Yes Indicates the amount for which the receipt is created.
RECEIPT_CURRENCY VARCHAR2 3 Yes Indicates the currency of the receipt amount.
RECEIPT_DATE DATE Yes RECEIPT_DATE
PAYMENT_METHOD_CODE VARCHAR2 30 Yes PAYMENT_METHOD_CODE
PAYMENT_HISTORY_KEY NUMBER 18 Yes Unique Identifier for the payment history record.
PAYMENT_REFERENCE_ID VARCHAR2 50 Yes Identifies a unique reference identifier associated to the payment.
ITEM_REC_KEY NUMBER 8 Yes Identifies the payment history line for a payment history record.
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.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
psc_bnp_payment_ar_receipt_U1 Unique Default RECEIPT_HISTORY_KEY
psc_bnp_payment_ar_receipt_U2 Unique Default RECEIPT_NUMBER