| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
ERROR_FLAG |
Character(1) |
VARCHAR2(1) NOT NULL |
Error Flag
|
| 2 |
ROW_NUMBER |
Number(10,0) |
DECIMAL(10) NOT NULL |
Row Number
|
| 3 |
MATCH_ACTION |
Character(1) |
VARCHAR2(1) NOT NULL |
Matching Action
|
| 4 |
BO_ID |
Signed Number(32,0) |
DECIMAL(31) NOT NULL |
Business Object ID
|
| 5 |
CM_ID |
Number(31,0) |
DECIMAL(31) NOT NULL |
Contact Method ID
|
| 6 |
COUNTRY_CODE |
Character(3) |
VARCHAR2(3) NOT NULL |
This field stores the Country Code values.
|
| 7 |
EXTENSION |
Character(6) |
VARCHAR2(6) NOT NULL |
This field stores the Phone extension.
|
| 8 |
PASSWORD |
Character(254) |
VARCHAR2(254) NOT NULL |
Password
|
| 9 |
PHONE |
Character(24) |
VARCHAR2(24) NOT NULL |
This field stores the Telephone number.
|
| 10 |
PROFILE_CM_SEQ |
Number(31,0) |
DECIMAL(31) NOT NULL |
The Contact Method Profile ID is a key field that is used to reference the details of a Contact Method in various CM tables.
|