DBA Data[Home] [Help]

APPS.FND_APPLET_LAUNCHER dependencies on WFA_HTML

Line 54: title := wfa_html.conv_special_url_chars(fnd_Message.get_string

50: -- Retrieve applet title if specified --
51: ----------------------------------------
52: title := '';
53: if ((title_msg is not null) AND (title_app is not null)) then
54: title := wfa_html.conv_special_url_chars(fnd_Message.get_string
55: (title_app, title_msg));
56: end if;
57:
58: fullargs := '&appletmode=nonforms&HTMLpageTitle='||title||