DBA Data[Home] [Help]

APPS.PA_EXP_COPY dependencies on DUAL

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

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

Line 639: FROM DUAL ;

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