DBA Data[Home] [Help]

APPS.IEX_PROMISE_RECON_RPT_PKG dependencies on FND_DATE

Line 166: l_from_date := TRUNC(fnd_date.canonical_to_date(p_date_from));

162: l_status := fnd_concurrent.set_completion_status (status => 'ERROR',
163: message => 'Collector name is missing');
164: return;
165: END IF;
166: l_from_date := TRUNC(fnd_date.canonical_to_date(p_date_from));
167: l_to_date := TRUNC(fnd_date.canonical_to_date(p_date_to));
168:
169: if p_date_from is not null and p_date_to is not null then
170: l_where:=l_where||' and ipd1.promise_date between(to_date('''||l_from_date||''', ''DD-MM-RR'')) and (to_date('''||l_to_date||''',''DD-MM-RR''))';

Line 167: l_to_date := TRUNC(fnd_date.canonical_to_date(p_date_to));

163: message => 'Collector name is missing');
164: return;
165: END IF;
166: l_from_date := TRUNC(fnd_date.canonical_to_date(p_date_from));
167: l_to_date := TRUNC(fnd_date.canonical_to_date(p_date_to));
168:
169: if p_date_from is not null and p_date_to is not null then
170: l_where:=l_where||' and ipd1.promise_date between(to_date('''||l_from_date||''', ''DD-MM-RR'')) and (to_date('''||l_to_date||''',''DD-MM-RR''))';
171: end if;