DD_NUM_SRCH(SQL View) |
Index Back |
---|---|
Bank Acct Num Search |
SELECT DISTINCT a.setid , b.bnk_id_nbr , a.bank_account_num ,d.cust_id , b.descr , d.dd_id , d.dd_due_dt , d.create_date , d.dd_currency , a.descr FROM ps_bank_acct_tbl a , PS_BANK_CD_TBL b , ps_dd_cancel_vw d WHERE %Join(COMMON_KEYS, BANK_ACCT_TBL A, BANK_CD_TBL B) AND a.AR = 'Y' AND d.bank_setid = a.setid AND d.bnk_id_nbr = b.bnk_id_nbr AND d.bank_account_num = a.bank_account_num |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
The PeopleSoft tableset ID associated with a given bank/counterparty.
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETBNK_NONVW |
|
2 | Character(20) | VARCHAR2(20) NOT NULL |
A literal alphanumeric attribute that uniquely identifies a given bank or counterparty.
Prompt Table: BANK_IDALL_VW |
|
3 | Character(35) | VARCHAR2(35) NOT NULL | The literal unique identifier associated with a given bank/counterparty account. | |
4 | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. | |
5 | DD_BANK_NAME | Character(30) | VARCHAR2(30) NOT NULL | Direct Debit Bank Name |
6 | DD_ID | Character(15) | VARCHAR2(15) NOT NULL | Specifies a sequence number assigned to a Direct Debit by the Direct Debit generation process. |
7 | DD_DUE_DT | Date(10) | DATE | Direct Debit Due Date |
8 | CREATE_DATE | Date(10) | DATE | Creation Date |
9 | DD_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL | Specifies the currency in which a direct debit is created. This field is maintained by the Direct Debit generation process. |
10 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |