DBA Data[Home] [Help]

APPS.JAI_AR_TRX_PKG dependencies on FND_DATE

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

168: /*
169: || start of 5369250
170: ||code added by aiyer for the bug 5369250
171: */
172: ld_start_date := fnd_date.canonical_to_date(p_start_date);
173: ld_end_date := fnd_date.canonical_to_date(p_end_date) ;
174:
175: fnd_file.put_line(FND_FILE.LOG,'Input parameters are p_org_id-> ' || p_org_id
176: ||' ,p_start_date -> ' || p_start_date

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

169: || start of 5369250
170: ||code added by aiyer for the bug 5369250
171: */
172: ld_start_date := fnd_date.canonical_to_date(p_start_date);
173: ld_end_date := fnd_date.canonical_to_date(p_end_date) ;
174:
175: fnd_file.put_line(FND_FILE.LOG,'Input parameters are p_org_id-> ' || p_org_id
176: ||' ,p_start_date -> ' || p_start_date
177: ||' ,p_end_date -> ' || p_end_date