DBA Data[Home] [Help]

APPS.OE_PORTAL_HEADER dependencies on FND_DATE

Line 555: l_x_header_rec.request_date := fnd_date.canonical_to_date(p_request_date);

551: if p_tax_exempt_flag is not null then
552: l_x_header_rec.tax_exempt_flag := p_tax_exempt_flag;
553: end if;
554: if p_request_date is not null then
555: l_x_header_rec.request_date := fnd_date.canonical_to_date(p_request_date);
556: end if;
557: if p_cust_po_number is not null then
558: l_x_header_rec.cust_po_number := p_cust_po_number;
559: end if;