FA_STMT_HDR_VW

(SQL View)
Index Back

SELECT HDR.BNK_ID_NBR , HDR.BANK_ACCOUNT_NUM , HDR.FA_FEE_CYCLE_NUM , HDR.FA_STMT_DT , HDR.FA_START_DT , HDR.FA_END_DT , HDR.FA_STLMNT_MTHD , HDR.FA_FEE_STRUCT_TIME , HDR.BNK_LOAD_DTTM FROM PS_FA_STMT_HDR HDR , PS_BANK_ACCT_DEFN ACCT , PS_BANK_CD_TBL BNK WHERE HDR.BNK_ID_NBR = BNK.BNK_ID_NBR AND HDR.BANK_ACCOUNT_NUM = ACCT.BANK_ACCOUNT_NUM AND ACCT.BANK_CD = BNK.BANK_CD

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BNK_ID_NBR Character(20) VARCHAR2(20) NOT NULL A literal alphanumeric attribute that uniquely identifies a given bank or counterparty.

Prompt Table: BANK_ID_VW

2 BANK_ACCOUNT_NUM Character(35) VARCHAR2(35) NOT NULL The literal unique identifier associated with a given bank/counterparty account.

Prompt Table: BANK_ACCTNUM_VW

3 FA_FEE_CYCLE_NUM Character(10) VARCHAR2(10) NOT NULL RJB 4/5/01 Added Analysis ID to label

Default Value: NEXT

4 FA_STMT_DT Date(10) DATE The statement date used for fee analysis statements. This date distinguishes an original statement from a reissued statement.
5 FA_START_DT Date(10) DATE The date used for the start of the period. This date is defaulted to the first of the month for monthly analysis statements since it is not provided for those types. It is explicitly provided for statements that arrive off cycle or on a different period.
6 FA_END_DT Date(10) DATE The date used for the end of the period. This date is provided in the statement no matter what cycle the statements are on (EG Monthly or otherwise). If monthly, it is the last day of the month.
7 FA_STLMNT_MTHD Character(1) VARCHAR2(1) NOT NULL Settlement Method for Service Charges.
D=Debit
I=Invoice
8 FA_FEE_STRUCT_TIME Date(10) DATE This date is used for getting the correct effective dated fee structure.
9 BNK_LOAD_DTTM DateTime(26) TIMESTAMP The time and date a bank statement is loaded into the system.