DBA Data[Home] [Help]

APPS.FND_WEBATTCH dependencies on FND_MESSAGE

Line 652: --Header(fnd_message.get_string('FND', 'FND-WEBATCH-VIEWTEXT-TITLE'),l_lang);

648: -- Set the language
649: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
650:
651: -- Call the procedure that prints header
652: --Header(fnd_message.get_string('FND', 'FND-WEBATCH-VIEWTEXT-TITLE'),l_lang);
653:
654: -- Call PrintTextDocument with the packagename
655: PrintTextDocument (
656: package_name => 'FND_WEBATTCH' ,

Line 1362: l_del_msg := fnd_message.get_string('FND','ATCHMT-DELETE-ATCHMT');

1358: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1359: l_username := UPPER(ICX_SEC.GetID(99));
1360:
1361: -- Retrive the delete message from the message dictionary
1362: l_del_msg := fnd_message.get_string('FND','ATCHMT-DELETE-ATCHMT');
1363:
1364: -- Set the title
1365: l_title := fnd_message.get_string('FND','FND-WEBATCH-SUMMARY-TITLE');
1366:

Line 1365: l_title := fnd_message.get_string('FND','FND-WEBATCH-SUMMARY-TITLE');

1361: -- Retrive the delete message from the message dictionary
1362: l_del_msg := fnd_message.get_string('FND','ATCHMT-DELETE-ATCHMT');
1363:
1364: -- Set the title
1365: l_title := fnd_message.get_string('FND','FND-WEBATCH-SUMMARY-TITLE');
1366:
1367: htp.htmlOpen;
1368: htp.headOpen;
1369: htp.p( '