DBA Data[Home] [Help]

APPS.IGP_VW_GEN_001_PKG dependencies on FND_GLOBAL

Line 197: nbsp := fnd_global.local_chr(38) || 'nbsp;';

193: rec_port_info c_port_info%ROWTYPE;
194:
195: BEGIN
196: l_basic_text :=' ';
197: nbsp := fnd_global.local_chr(38) || 'nbsp;';
198: l_portfolio_ids := p_portfolio_ids;
199:
200: -- Get details of All Portfolios passed in the string.
201: -- LOOP and keep on adding into the HTML message

Line 458: nbsp := fnd_global.local_chr(38) || 'nbsp;';

454: rec_viewer_info c_viewer_info%ROWTYPE;
455:
456: BEGIN
457:
458: nbsp := fnd_global.local_chr(38) || 'nbsp;';
459:
460: l_viewer_ids :=p_viewer_ids;
461:
462: -- LOOP through all viewer passed in the contacte-nated string. get details of individual and form a HTML text.

Line 561: nbsp := fnd_global.local_chr(38) || 'nbsp;';

557: l_stmt varchar2(32000);
558: l_port_id NUMBER(15);
559:
560: BEGIN
561: nbsp := fnd_global.local_chr(38) || 'nbsp;';
562:
563: l_author_event := 'oracle.apps.igs.igp.vw.informauthor';
564:
565: OPEN c_get_seq_val;