DBA Data[Home] [Help]

APPS.JTF_FM_INT_REQUEST_PKG dependencies on JTF_FM_EMAIL_STATS

Line 1079: UPDATE jtf_fm_email_stats

1075: processed_dt_tm = SYSDATE,
1076: last_update_date = SYSDATE
1077: WHERE hist_req_id = l_request_id;
1078:
1079: UPDATE jtf_fm_email_stats
1080: SET total = l_count,
1081: sent = l_count - l_not_delivered ,
1082: malformed = l_disabled_flag - l_contact_pref_disabled ,
1083: bounced = 0,

Line 1294: UPDATE jtf_fm_email_stats

1290: processed_dt_tm = SYSDATE,
1291: last_update_date = SYSDATE
1292: WHERE hist_req_id = l_request_id;
1293:
1294: UPDATE jtf_fm_email_stats
1295: SET total = l_count,
1296: sent = l_count - l_not_delivered ,
1297: malformed = l_disabled_flag - l_contact_pref_disabled ,
1298: bounced = 0,