DBA Data[Home] [Help]

APPS.WF_XML dependencies on WF_MAIL_UTIL

Line 988: WF_MAIL_UTIL.parseContentType(l_content_type, l_mimeType, l_filename,

984: if (l_content_type is null) then
985: l_content_type := l_display_type;
986: end if;
987: -- Derrive the name for the attachment.
988: WF_MAIL_UTIL.parseContentType(l_content_type, l_mimeType, l_filename,
989: l_extn, l_encoding);
990:
991: if l_filename is null or l_filename = '' then
992: l_filename := l_crec.display_name ||'.'||l_extn;

Line 1060: WF_MAIL_UTIL.parseContentType(l_content_type, l_mimeType, l_filename,

1056: if (l_content_type is null) then
1057: l_content_type := l_display_type;
1058: end if;
1059: -- Derrive the name for the attachment.
1060: WF_MAIL_UTIL.parseContentType(l_content_type, l_mimeType, l_filename,
1061: l_extn, l_encoding);
1062: if l_filename is null or l_filename = '' then
1063: l_filename := l_crec.display_name ||'.'||l_extn;
1064: end if;

Line 1179: WF_MAIL_UTIL.parseContentType(l_content_type, l_mimeType, l_filename,

1175: if (l_content_type is null) then
1176: l_content_type := l_display_type;
1177: end if;
1178: -- Derrive the name for the attachment.
1179: WF_MAIL_UTIL.parseContentType(l_content_type, l_mimeType, l_filename,
1180: l_extn, l_encoding);
1181:
1182: if l_filename is null or l_filename = '' then
1183: l_filename := l_crec.display_name ||'.'||l_extn;

Line 2858: copy_recipient_list WF_MAIL_UTIL.parserStack_t;

2854: p_list in varchar2,
2855: p_type in varchar2,
2856: p_pos in out nocopy integer)
2857: is
2858: copy_recipient_list WF_MAIL_UTIL.parserStack_t;
2859: atPos pls_integer;
2860:
2861: display_name varchar2(360);
2862: recipient_role varchar2(320);

Line 2885: copy_recipient_list := WF_MAIL_UTIL.strParser(p_list, ';');

2881:
2882: begin
2883: step := 'Initializing the copy list';
2884: copy_recipient_list.DELETE;
2885: copy_recipient_list := WF_MAIL_UTIL.strParser(p_list, ';');
2886: if (copy_recipient_list.COUNT > 0) then
2887:
2888: for i in 1..copy_recipient_list.COUNT loop
2889: