DBA Data[Home] [Help]

APPS.PA_EXP_COPY dependencies on DUAL

Line 318: from dual; /* bug#2794006 */

314: -- End bug 2678790
315:
316: select decode(EI.system_linkage_function,'BTC',EI.denom_burdened_cost,NULL)
317: into l_denom_burdened_cost
318: from dual; /* bug#2794006 */
319:
320: --BLOCK ADDED FOR CALCULATING THE EXCHANGE RATES FOR THE NEW ITEM for bug #4618898
321:
322: -- Copy the rate types from the source EI.

Line 636: FROM DUAL ;

632: -- using the sequence generator in the SELECT statement
633:
634: SELECT pa_expenditures_s.nextval
635: INTO new_exp_id
636: FROM DUAL ;
637:
638: --
639: -- End bug 1118913
640: --