DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on FND_DATE

Line 2019: l_invoice_rec.gl_date := fnd_date.canonical_to_date(p_gl_date);

2015: l_invoice_rec.gl_date := l_invoice_rec.accounting_date;
2016: END IF;
2017: ELSE
2018: IF p_gl_date IS NOT NULL THEN
2019: l_invoice_rec.gl_date := fnd_date.canonical_to_date(p_gl_date);
2020: END IF;
2021: END IF;
2022:
2023: ----------------------------------