DBA Data[Home] [Help]

APPS.FV_SF133_NOYEAR dependencies on FND_GLOBAL

Line 1235: fnd_global.local_chr(10);

1231: child_rec.child_flex_value_low ||
1232: ''' and ''' ||
1233: child_rec.child_flex_value_high ||
1234: '''' ||
1235: fnd_global.local_chr(10);
1236: l_no_of_child := l_no_of_child + 1;
1237: END LOOP;
1238:
1239: l_child := l_child || ' )' ;

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

1237: END LOOP;
1238:
1239: l_child := l_child || ' )' ;
1240: l_and := NULL;
1241: v_statement := v_statement || l_and || l_child || fnd_global.local_chr(10);
1242:
1243: ELSE
1244: IF ( fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
1245: fv_utility.debug_mesg(fnd_log.level_statement, l_module_name,'l_cnt not > 0');

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

1248: IF (l_no_of_seg > 0) THEN
1249: l_and := ' AND ';
1250: END IF;
1251: v_statement := v_statement || l_and ||
1252: flex_rec.application_column_name || ' = ''' || v_seg(l_segno) || ''' ' || fnd_global.local_chr(10);
1253: END IF; --cnt > 0
1254:
1255:
1256: CLOSE child_value_cursor;