RB_MAILACT_STAT(SQL Table) |
Index Back |
---|---|
Log the AMP Action OutcomeCRM ERMS talbe used for Log the AMP Action Outcome |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MCF_EMAIL_ID | Number(16,0) | DECIMAL(16) NOT NULL | Email Id |
2 | AMP_RULE_ID | Number(18,0) | DECIMAL(18) NOT NULL | Mail Processor Rule ID |
3 | PRIORITY | Number(3,0) | SMALLINT NOT NULL | Priority |
4 | EOCF_ACTION_TYP_ID | Number(31,0) | DECIMAL(31) NOT NULL | the unique identifier pointing to a discreet action type configuration |
5 | EOCF_ACT_TYP_NAME | Character(30) | VARCHAR2(30) NOT NULL | user-defined name to identify the characteristics of a particular action |
6 | AMP_RULE_NAME | Character(50) | VARCHAR2(50) NOT NULL | Automated Mail Processor Rule Name aka Behavior |
7 | STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status Indicator
A=Active I=Inactive |
8 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |