FS_CR_CARD_TYPE(SQL Table) |
Index Back |
---|
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CR_CARD_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
"See OM
01=Visa 02=MasterCard 03=Diners Club/Carte Blanche 04=AMEX 05=Discover 06=EnRoute |
2 | CR_CARD_NAME | Character(32) | VARCHAR2(32) NOT NULL | Use in the Credit Card Number Capture Process |
3 | CR_CARD_LENGTH | Number(3,0) | SMALLINT NOT NULL | Use in the Credit Card Number Capture Process |
4 | CR_CARD_STAT | Character(1) | VARCHAR2(1) NOT NULL |
Use in the Credit Card Number Capture Process
A=Active Credit Card I=Inactive Credit Card |
5 | CR_CARD_PREFIX | Character(60) | VARCHAR2(60) NOT NULL | Use in the Credit Card Number Capture Process |
6 | USE_CHECK_DIGIT | Character(1) | VARCHAR2(1) NOT NULL |
Use Check Digit Algorithm
N=No Y=Yes Default Value: N |
7 | CR_CARD_EXP_DAYS | Signed Number(4,0) | DECIMAL(3) NOT NULL | Use in the Credit Card Number Capture Process |
8 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
9 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
10 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
11 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
12 | 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. |
13 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |