RBF_ATM_USAGE_T(SQL Table) |
Index Back |
---|---|
ATM Card UsageLinks ATM Cards to Financial Accounts |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TRANSACTION_NO | Character(15) | VARCHAR2(15) NOT NULL | Transaction table's primary key. |
2 | ATM_CARD_NO | Number(16,0) | DECIMAL(16) NOT NULL | ATM Card Number |
3 | FIN_ACCOUNT_ID | Character(20) | VARCHAR2(20) NOT NULL |
Financial Account Number
Prompt Table: RBF_FIN_ACCOUNT |
4 | ATM_LINK_FLG | Character(1) | VARCHAR2(1) NOT NULL |
atm Link flag
Y/N Table Edit |
5 | PRIMARY_ACCT_FLG | Character(1) | VARCHAR2(1) NOT NULL |
primary account flag
Y/N Table Edit Default Value: N |
6 | POS_LIMIT_CURR_CD | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Prompt Table: CURRENCY_CD_TBL |
7 | POS_LIMIT_TRANS | Number(29,4) | DECIMAL(28,4) NOT NULL | Transaction POS Limit |
8 | POS_LIMIT_DAILY | Number(29,4) | DECIMAL(28,4) NOT NULL | Daily POS Limit |
9 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
10 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
11 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
12 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
13 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
14 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |