DBA Data[Home] [Help]

APPS.PA_BILLING_CYCLES_PKG dependencies on DUAL

Line 287: From Dual;

283: BillValue(1):=8;
284: end if;
285: select to_char(to_date('01-01-1950','DD-MM-YYYY') + BillValue(1)-1,'Day')
286: Into Bill_Day
287: From Dual;
288:
289: -- Select meaning
290: -- Into Bill_Day
291: -- From PA_Lookups

Line 309: From Dual;

305: end if;
306:
307: select to_char(to_date('01-01-1950','DD-MM-YYYY') +BillValue(1)-1,'Day')
308: Into Bill_Day
309: From Dual;
310:
311: -- Select meaning
312: -- Into Bill_Day
313: -- From PA_Lookups

Line 347: From Dual;

343: end if;
344:
345: select to_char(to_date('01-01-1950','DD-MM-YYYY') +BillValue(1)-1,'Day')
346: Into Bill_Day
347: From Dual;
348:
349: -- Select meaning
350: -- Into Bill_Day
351: -- From PA_Lookups