DBA Data[Home] [Help]

APPS.FND_WEBATTCH dependencies on FND_HELP

Line 1453: fnd_help.get_url('ICX','@T_ATTACH')||

1449: }
1450: }');
1451: htp.print('function help_window(){
1452: help_win = window.open('||
1453: fnd_help.get_url('ICX','@T_ATTACH')||
1454: ', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=450,'||
1455: 'height=250");
1456: help_win = window.open('||
1457: fnd_help.get_url('ICX','@T_ATTACH')||

Line 1457: fnd_help.get_url('ICX','@T_ATTACH')||

1453: fnd_help.get_url('ICX','@T_ATTACH')||
1454: ', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=450,'||
1455: 'height=250");
1456: help_win = window.open('||
1457: fnd_help.get_url('ICX','@T_ATTACH')||
1458: ', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=450,'||
1459: 'height=250")}');
1460: htp.print( '' );
1461: htp.title(l_title);