RT_CALLBACK_VW2(SQL View) |
Index Back |
---|---|
Callback View-TelemarketingTelemarketing Call Back view 2 - summary used for calculating the NOT ATTEMPTED calls |
SELECT DISTINCT A.BUSINESS_UNIT , A.RA_CAMPAIGN_ID , A.RA_CMPGN_WAVE_ID , ( SELECT COUNT(*) FROM PS_RT_CALLBACK_VW1 B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.RA_CAMPAIGN_ID = B.RA_CAMPAIGN_ID AND A.RA_CMPGN_WAVE_ID = B.RA_CMPGN_WAVE_ID) FROM PS_RT_CALLBACK_VW1 A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | RA_CAMPAIGN_ID | Character(15) | VARCHAR2(15) NOT NULL | Marketing - Campaign Identification field. Character field that will contain a generated campaign or free form entered campaign id. |
3 | RA_CMPGN_WAVE_ID | Character(15) | VARCHAR2(15) NOT NULL | Used to uniquely identify a Marketing - Campaign Activity (wave) ID |
4 | RT_CALLBACK_ADJUST | Number(9,0) | DECIMAL(9) NOT NULL | Telemarketing Call Back Adjustment field used to keep track of call back counts for use in remaining calls calculation |