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 1437: l_del_msg := fnd_message.get_string('FND','ATCHMT-DELETE-ATCHMT');

1433: l_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1434: l_username := UPPER(ICX_SEC.GetID(99));
1435:
1436: -- Retrive the delete message from the message dictionary
1437: l_del_msg := fnd_message.get_string('FND','ATCHMT-DELETE-ATCHMT');
1438:
1439: -- Set the title
1440: l_title := fnd_message.get_string('FND','FND-WEBATCH-SUMMARY-TITLE');
1441:

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

1436: -- Retrive the delete message from the message dictionary
1437: l_del_msg := fnd_message.get_string('FND','ATCHMT-DELETE-ATCHMT');
1438:
1439: -- Set the title
1440: l_title := fnd_message.get_string('FND','FND-WEBATCH-SUMMARY-TITLE');
1441:
1442: htp.htmlOpen;
1443: htp.headOpen;
1444: htp.p( '