DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on FND_DATE

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

955: l_invoice_rec.gl_date := l_invoice_rec.accounting_date;
956: END IF;
957: ELSE
958: IF p_gl_date IS NOT NULL THEN
959: l_invoice_rec.gl_date := fnd_date.canonical_to_date(p_gl_date);
960: END IF;
961: END IF;
962:
963: ----------------------------------