DBA Data[Home] [Help]

APPS.IEM_EMAIL_PROC_PVT dependencies on IEM_ENCRYPT_TAGS_PVT

Line 271: IEM_ENCRYPT_TAGS_PVT.RESET_TAG

267: if g_statement_log then
268: l_logmessage:='Resetting The Tag For Rerouted/Redirected Message';
269: iem_logger(l_logmessage);
270: end if;
271: IEM_ENCRYPT_TAGS_PVT.RESET_TAG
272: (p_api_version_number=>1.0,
273: p_message_id=>l_post_rec.message_id,
274: x_return_status=>l_ret_status ,
275: x_msg_count=>l_msg_count,

Line 3991: IEM_ENCRYPT_TAGS_PVT.RESET_TAG

3987: l_index2:=instr(substr(l_header_rec.subject,l_index1+length(l_search),length(l_header_rec.subject)-1),']',1,1);
3988: IF (l_index1 <> 0) and (l_index2<>0) THEN
3989: l_encrypted_id:=ltrim(substr(l_header_rec.subject,l_index1+length(l_search),l_index2-1));
3990: -- Reset the Tag
3991: IEM_ENCRYPT_TAGS_PVT.RESET_TAG
3992: (p_api_version_number=>1.0,
3993: p_message_id=>l_mail_rec.message_id,
3994: x_return_status=>l_ret_status ,
3995: x_msg_count=>l_msg_count,