PSC_ERP_EVENT_TRANS_LINE

This table contains event trans line information

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_ERP_EVENT_TRANS_LINE_PK

EVENT_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments Status
EVENT_LINE_ID NUMBER 18 Yes This column is used to indicate event line id Active
TRANSACTION_ID NUMBER 18 This column is used to indicate transaction id Active
BATCH_REQUEST_ID VARCHAR2 30 This column is used to indicate batch request id Active
SOURCE_NAME VARCHAR2 30 Yes This column is used to indicate source name Active
BUSINESS_FUNCTION_ID VARCHAR2 30 Yes This column is used to indicate business function id Active
AGENCY_ID NUMBER 8 Yes This column is used to indicate agency id Active
EVENT_LINE_STATUS VARCHAR2 1 Yes This column is used to indicate event line status Active
TRANSACTION_TYPE VARCHAR2 50 This column is used to indicate transaction type Active
FEE_ITEM_ID VARCHAR2 30 This column is used to indicate fee item id Active
ACCOUNTING_DATE DATE Yes This column is used to indicate accounting date Active
TRANS_AMOUNT NUMBER Yes This column is used to indicate trans amount Active
CURRENCY_CODE VARCHAR2 3 Yes This column is used to indicate currency code Active
EVENT_PROC_STATUS VARCHAR2 1 This column is used to indicate event proc status Active
PAYMENT_METHOD_CODE VARCHAR2 30 This column is used to indicatete the Method of Payment used in the payment transaction.
ISSUE_SUBTYPE_ID VARCHAR2 50 This column is used to indicate logical Issue Sub Type ID.
PAYMENT_REFERENCE_ID VARCHAR2 50 This column is used to indicate payment reference ID.
ACCOUNTING_EVENT_ID VARCHAR2 30 This column is used to indicate accounting event ID.
EVENT_ID NUMBER 18 This column is used to indicate event ID.
LINE_KEY NUMBER 18 This column is used to indicate line number.
RULE_CLASSIFICATION VARCHAR2 50 This column is used to indicate accounting rule classification.
ACCOUNT_PURPOSE VARCHAR2 30 This column is used to indicatete the account purpose of the account used in the payment transaction.
ACCOUNT_TYPE VARCHAR2 30 This column is used to indicatete the account type of the account used in the payment transaction.
CLASSIFICATION VARCHAR2 7 This column is used to indicatete the application classification of the transaction.
FROM_CASH_DRAWER VARCHAR2 1 This column is used to indicate whether this is a cash drawer transaction. Active
TRUST_ACCOUNT_NUMBER VARCHAR2 30 This column is used to indicatete the trust account number.
REFUND_METHOD_CODE VARCHAR2 30 This column is used to indicatete the refund method code for the refund.
REFUND_REASON_CODE VARCHAR2 20 This column is used to indicatete the refund reason code for the refund.
EXTN_ATTRIBUTE01 VARCHAR2 150 This column is used as Varchar2 Extension Columns.
EXTN_ATTRIBUTE02 VARCHAR2 150 This column is used as Varchar2 Extension Columns.
EXTN_ATTRIBUTE03 VARCHAR2 150 This column is used as Varchar2 Extension Columns.
EXTN_ATTRIBUTE04 VARCHAR2 150 This column is used as Varchar2 Extension Columns.
EXTN_ATTRIBUTE05 VARCHAR2 150 This column is used as Varchar2 Extension Columns.
EXTN_ATTRIBUTE06 VARCHAR2 150 This column is used as Varchar2 Extension Columns.
EXTN_ATTRIBUTE07 VARCHAR2 150 This column is used as Varchar2 Extension Columns.
EXTN_ATTRIBUTE08 VARCHAR2 150 This column is used as Varchar2 Extension Columns.
EXTN_ATTRIBUTE09 VARCHAR2 150 This column is used as Varchar2 Extension Columns.
EXTN_ATTRIBUTE10 VARCHAR2 150 This column is used as Varchar2 Extension Columns.
REFUND_REFERENCE_ID VARCHAR2 50 This column is used to store refund reference id
REVERSAL_REASON_CD VARCHAR2 30 This column is used to store reversal reason code
REVERSAL_TRAN_TYPE VARCHAR2 30 This column is used to store reversal tran type
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. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active

Foreign Keys

Table Foreign Table Foreign Key Column
psc_erp_je_det_header psc_erp_event_trans_line EVENT_LINE_ID
psc_erp_je_det_line psc_erp_event_trans_line EVENT_LINE_ID
psc_erp_event_line_error psc_erp_event_trans_line EVENT_LINE_ID

Indexes

Index Uniqueness Tablespace Columns Status
PSC_ERP_EVENT_TRANS_LINE_PK Unique Default EVENT_LINE_ID Active