DBA Data[Home] [Help]

APPS.BIC_SUMMARY_EXTRACT_PKG dependencies on DUAL

Line 161: from dual;

157: if p_start_date is not null then
158: g_period_start_date := fnd_date.canonical_to_date(p_start_date);
159: else
160: select fnd_profile.value('BIC_SMRY_EXTRACTION_DATE') into x_date
161: from dual;
162: if x_date is null then
163: write_log('Error: Start Date not Specified and Profile Option' ||
164: ' BIC_SMRY_EXTRACTION_DATE is not set');
165: generate_error('Main',' Profile Option BIC_SMRY_EXTRACTION_DATE is not set' );