DBA Data[Home] [Help]

APPS.FV_CFS_PKG dependencies on DUAL

Line 397: FROM DUAL;

393: AND period_name = v_period_name;
394: /*Sequence for fv_cfs_rep_temp table */
395: SELECT fv_cfs_rep_temp_s.NEXTVAL
396: INTO v_sequence_id
397: FROM DUAL;
398:
399: get_qualifier_segments;
400:
401: -- Checking whether processing SBR or other report types

Line 1501: FROM dual;

1497: l_curr_year_gl_balance := 0;
1498: l_diff_amt_tot := 0;
1499: SELECT RTRIM(REPLACE(detail_rec.concatenated_segments, '.', l_delimiter),l_delimiter)
1500: INTO l_conc_segs
1501: FROM dual;
1502: IF detail_rec.flex_further_def = 'Y' THEN --- 1
1503: l_log_mesg := 'Accounting Flexfield -1' || l_conc_segs || ' ' || 'Flexfield Needs Further Definition.' ;
1504: fnd_file.put_line(fnd_file.log, 'Warning: Accounting Flexfield - '||l_conc_segs||' needs further definition.');
1505: v_retcode := 1;

Line 1845: FROM dual;

1841: || v_col_5_amt
1842: || ', '
1843: || v_col_6_amt)
1844: INTO l_log_mesg
1845: FROM dual;
1846: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
1847: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,L_LOG_MESG);
1848: END IF;
1849: populate_temp_table;