RB_IMP_TEMPLATE(SQL Table) |
Index Back |
---|---|
Import TemplateImporte Template (import from spreadsheet) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | IMPORT_TEMPLATE | Character(30) | VARCHAR2(30) NOT NULL | Import Template Name |
2 | BCNAME | Character(30) | VARCHAR2(30) NOT NULL |
Business Component Name (see PSBCDEFN).
Prompt Table: RB_IMP_TMPL_VW |
3 | DESCRLONG | Long Character | CLOB | Long Description |
4 | USERID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID |
5 | PUBLIC_FLG | Character(1) | VARCHAR2(1) NOT NULL | Send to Vendor |
6 | STAGING_TABLE | Character(15) | VARCHAR2(15) NOT NULL |
Staging Table
Prompt Table: PSRECDEFN |
7 | ATTACHSYSFILENAME | Character(128) | VARCHAR2(128) NOT NULL | Unique Sys Filename |
8 | ATTACHUSERFILE | Character(64) | VARCHAR2(64) NOT NULL | Attached File |
9 | OVERRIDE_ALLOWED | Character(1) | VARCHAR2(1) NOT NULL |
Used to give the user the abiltiy to override an option. Usually used as a checkbox.
Y/N Table Edit Default Value: N |
10 | 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 |
11 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
12 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
13 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
14 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
15 | 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. |
16 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |