DBA Data[Home] [Help]

APPS.JAI_AR_TRX_PKG dependencies on FND_DATE

Line 265: ld_start_date := fnd_date.canonical_to_date(p_start_date);

261: /*
262: || start of 5369250
263: ||code added by aiyer for the bug 5369250
264: */
265: ld_start_date := fnd_date.canonical_to_date(p_start_date);
266: ld_end_date := fnd_date.canonical_to_date(p_end_date) ;
267:
268: fnd_file.put_line(FND_FILE.LOG,'Input parameters are p_org_id-> ' || p_org_id
269: ||' ,p_start_date -> ' || p_start_date

Line 266: ld_end_date := fnd_date.canonical_to_date(p_end_date) ;

262: || start of 5369250
263: ||code added by aiyer for the bug 5369250
264: */
265: ld_start_date := fnd_date.canonical_to_date(p_start_date);
266: ld_end_date := fnd_date.canonical_to_date(p_end_date) ;
267:
268: fnd_file.put_line(FND_FILE.LOG,'Input parameters are p_org_id-> ' || p_org_id
269: ||' ,p_start_date -> ' || p_start_date
270: ||' ,p_end_date -> ' || p_end_date