RB_IMP_RUN(SQL Table) |
Index Back |
---|---|
Run control for Leads ImportRun control for Sales Leads Import |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL |
A user's ID (see PSOPRDEFN).
Prompt Table: RB_OPER_VW |
2 | DTTM_IMPORTED | DateTime(26) | TIMESTAMP | Imported Date Time |
3 | IMPORT_TEMPLATE | Character(30) | VARCHAR2(30) NOT NULL |
Import Template Name
Prompt Table: RB_IMP_TEMPLATE |
4 | IMPORT_MAP | Character(30) | VARCHAR2(30) NOT NULL |
Import Map
Prompt Table: RB_IMP_MAP |
5 | SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
6 | ATTACHSYSFILENAME | Character(128) | VARCHAR2(128) NOT NULL | Unique Sys Filename |
7 | ATTACHUSERFILE | Character(64) | VARCHAR2(64) NOT NULL | Attached File |
8 | NUMBER_OF_FIELDS | Number(3,0) | SMALLINT NOT NULL |
Used in Number Management import to control how may fields or header lines are in the imported file.
Default Value: 1 |
9 | RB_RUN_REALTIME | Character(1) | VARCHAR2(1) NOT NULL |
Run in Real Time?
B=Let System Schedule the Import W=Wait Here for Import to Finish Default Value: B |
10 | LAST_IMPORT_OPRID | Character(30) | VARCHAR2(30) NOT NULL |
used for import sales leads - shows the operator id of the last operartor to run the import.
Prompt Table: RB_OPER_VW |
11 | LAST_IMPORTED_DTTM | DateTime(26) | TIMESTAMP | Last Import Attempt made on this date and time |
12 | CHARSET | Character(40) | VARCHAR2(40) NOT NULL |
Character Set
Prompt Table: PSCHARSETS |
13 | LEAD_IMPORT_CDH | Character(1) | VARCHAR2(1) NOT NULL |
Indicates type of customer matching is done during Lead Import. For example, use CDH matching rules or Sales matching rules.
C=Customer Data Hub T=Template Default Value: T |
14 | RSF_LE_AAF | Character(1) | VARCHAR2(1) NOT NULL |
Check box to decide whether AAF rules should be executed during the save event of Leads during Lead Import.
Y/N Table Edit Default Value: Y |
15 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
16 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
17 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
18 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
19 | 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. |
20 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
21 | DESCRLONG | Long Character | CLOB | Long Description |