RBF_BOATMACT_VW(SQL View) |
Index Back |
---|
SELECT AC.BO_ID_CUST , AC.BO_ID_CONTACT , AC.ATM_CARD_NO , AU.FIN_ACCOUNT_ID FROM PS_RBF_ATM_CARD AC , PS_RBF_ATM_USAGE AU WHERE AC.ATM_CARD_NO = AU.ATM_CARD_NO |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
2 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
3 | ATM_CARD_NO | Number(16,0) | DECIMAL(16) NOT NULL | ATM Card Number |
4 | FIN_ACCOUNT_ID | Character(20) | VARCHAR2(20) NOT NULL | Financial Account Number |