DBA Data[Home] [Help]

APPS.FV_SF133_NOYEAR dependencies on FND_GLOBAL

Line 1712: fnd_global.local_chr(10);

1708: child_rec.child_flex_value_low ||
1709: ''' and ''' ||
1710: child_rec.child_flex_value_high ||
1711: '''' ||
1712: fnd_global.local_chr(10);
1713: l_no_of_child := l_no_of_child + 1;
1714: END LOOP;
1715:
1716: l_child := l_child || ' )' ;

Line 1718: v_statement := v_statement || l_and || l_child || fnd_global.local_chr(10);

1714: END LOOP;
1715:
1716: l_child := l_child || ' )' ;
1717: l_and := NULL;
1718: v_statement := v_statement || l_and || l_child || fnd_global.local_chr(10);
1719:
1720: ELSE
1721: IF ( fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1722: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'l_cnt not > 0');

Line 1729: flex_rec.application_column_name || ' = ''' || v_seg(l_segno) || ''' ' || fnd_global.local_chr(10);

1725: IF (l_no_of_seg > 0) THEN
1726: l_and := ' AND ';
1727: END IF;
1728: v_statement := v_statement || l_and ||
1729: flex_rec.application_column_name || ' = ''' || v_seg(l_segno) || ''' ' || fnd_global.local_chr(10);
1730: END IF; --cnt > 0
1731:
1732:
1733: CLOSE child_value_cursor;