RX_REP_REG_PSWD(SQL Table) |
Index Back |
---|---|
Self-service representativeThis record contains all fields required to authenticate the representative registration through self-service. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RX_CUST_KEY | Character(12) | VARCHAR2(12) NOT NULL | Password for self-service representative to register. |
2 | RX_CUST_REP_PSWD | Character(32) | VARCHAR2(32) NOT NULL | Password for self-service representative to register. |
3 | RX_PSWD_INIT_COUNT | Number(3,0) | SMALLINT NOT NULL | Initial count of how many self-service representatives can register using the company rep password |
4 | RX_PSWD_CURR_COUNT | Number(3,0) | SMALLINT NOT NULL | Current count of how many self-service representatives can still register using the company rep password |
5 | SOLD_TO | Character(1) | VARCHAR2(1) NOT NULL |
Sold To
Y/N Table Edit Default Value: Y |
6 | SHIP_TO | Character(1) | VARCHAR2(1) NOT NULL |
A boolean that flags whether or not the customer is a valid Ship To customer.
Y/N Table Edit Default Value: Y |
7 | BILL_TO | Character(1) | VARCHAR2(1) NOT NULL |
Bill To
Y/N Table Edit Default Value: Y |
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 |