REV_BNK_ACCT_VW(SQL View) |
Index Back |
---|---|
Reversal Acctg Bank Acct View |
SELECT DISTINCT BUSINESS_UNIT , EVENT_ID , BANK_ACCOUNT_NUM FROM PS_TRA_ACCTG_HDR WHERE TRA_SOURCE_CD = 'B' AND ERROR_STATUS = '1' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | EVENT_ID | Character(20) | VARCHAR2(20) NOT NULL | The unique key identifier that enumerates Treasury accounting events. Accounting events are transaction events that have been created by the Treasury sources (deals, fees, bank transfers, EFTs, etc). |
3 | BANK_ACCOUNT_NUM | Character(35) | VARCHAR2(35) NOT NULL | The literal unique identifier associated with a given bank/counterparty account. |