DBA Data[Home] [Help]

APPS.FND_APPLET_LAUNCHER dependencies on FND_MESSAGE

Line 39: fnd_message.set_name('FND', 'PROFILES-CANNOT READ');

35: -----------------------------------------
36: url := fnd_profile.value('ICX_FORMS_LAUNCHER');
37:
38: if (url is null) then
39: fnd_message.set_name('FND', 'PROFILES-CANNOT READ');
40: fnd_message.set_token('OPTION', 'ICX_FORMS_LAUNCHER');
41: fnd_message.set_token('ROUTINE', 'Fnd_Applet_Launcher.Launch');
42: raise fail;
43: end if;

Line 40: fnd_message.set_token('OPTION', 'ICX_FORMS_LAUNCHER');

36: url := fnd_profile.value('ICX_FORMS_LAUNCHER');
37:
38: if (url is null) then
39: fnd_message.set_name('FND', 'PROFILES-CANNOT READ');
40: fnd_message.set_token('OPTION', 'ICX_FORMS_LAUNCHER');
41: fnd_message.set_token('ROUTINE', 'Fnd_Applet_Launcher.Launch');
42: raise fail;
43: end if;
44:

Line 41: fnd_message.set_token('ROUTINE', 'Fnd_Applet_Launcher.Launch');

37:
38: if (url is null) then
39: fnd_message.set_name('FND', 'PROFILES-CANNOT READ');
40: fnd_message.set_token('OPTION', 'ICX_FORMS_LAUNCHER');
41: fnd_message.set_token('ROUTINE', 'Fnd_Applet_Launcher.Launch');
42: raise fail;
43: end if;
44:
45: if (instr(url,'?') = 0)

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||