RA_LIST_CRIT(SQL Table) |
Index Back |
---|---|
Audience Criteria FieldsAudience selection criteria rows |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | RA_LIST_ID | Character(15) | VARCHAR2(15) NOT NULL | Audience ID |
3 | RA_LIST_CRIT_SEQ | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
4 | ORDERBYNUM | Number(3,0) | SMALLINT NOT NULL | Order-By Number |
5 | RA_AND_OR_WITH | Character(4) | VARCHAR2(4) NOT NULL |
Marketing Center Selection Criteria an/or/with value
AND=And OR=Or WITH=With |
6 | RA_OPEN_BRACKETS | Character(2) | VARCHAR2(2) NOT NULL |
Open Brackets
01=( 02=(( 03=((( 04=(((( |
7 | RA_PROFILE_ID | Number(18,0) | DECIMAL(18) NOT NULL |
Profile - profile ID
Prompt Table: RA_PROFILE |
8 | RA_ATTRIBUTE_ID | Number(18,0) | DECIMAL(18) NOT NULL |
Profile / Attribute ID
Prompt Table: RA_ATTRIBUTE |
9 | RA_LB_HIST_ELEMENT | Character(1) | VARCHAR2(1) NOT NULL |
Audience criteria history query element
1=Email Sent 2=Web Page Seen 3=Web Page Completed 4=Web Link Clicked 5=Audience 6=Segment 7=Campaign Activity Executed 8=Lead Accepted 9=Order Placed |
10 | EOCF_LIB_TERM_ID | Number(31,0) | DECIMAL(31) NOT NULL |
a library element that can be evaluated.
NOTE: this primary key value is actually a foreign key to the library element portion of a term. Terms are sub-types of elements.
Prompt Table: EOCF_TERM_DEFN |
11 | BO_TYPE_ID | Number(6,0) | INTEGER NOT NULL |
ID Type
Prompt Table: BO_TYPE |
12 | RA_PRF_ATTRIB_OPER | Character(4) | VARCHAR2(4) NOT NULL | This field stores the operator for use in audience builder and manage profile changes. |
13 | RA_VALUE_CHAR254 | Character(254) | VARCHAR2(254) NOT NULL | Holds a string value for audience builder and manage profile updates criteria. |
14 | RA_VALUE_NUM | Signed Number(25,5) | DECIMAL(23,5) NOT NULL | Number Value |
15 | RA_VALUE_DATE | Date(10) | DATE | Search Filter - value date |
16 | RA_VALUE_TIME | Time(15) | TIMESTAMP | Search Filter - value time |
17 | RA_VALUE_LONG | Long Character | CLOB | Long text |
18 | RA_CLOSE_BRACKETS | Character(2) | VARCHAR2(2) NOT NULL |
Close Brackets
01=) 02=)) 03=))) 04=)))) |
19 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
20 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
21 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
22 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
23 | 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. |
24 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |