DBA Data[Home] [Help]

APPS.IEX_PAYMENT_CAMP_RPT_PKG dependencies on DUAL

Line 148: from dual;

144:
145:
146: select nvl(fnd_profile.value('IEX_COLLECTIONS_RATE_TYPE'),'N')
147: into l_coll_rate
148: from dual;
149:
150: /*if l_coll_rate is null then
151: select default_exchange_rate_type
152: into l_coll_rate

Line 342: from dual;

338: END IF;
339:
340: select trunc(sysdate)
341: into l_sysdate
342: from dual;
343:
344: FND_FILE.put_line( FND_FILE.LOG,' Sysdate '|| l_sysdate);
345: l_new_line := '
346: ';