DBA Data[Home] [Help]

APPS.POS_ASBN dependencies on FND_NUMBER

Line 619: freight_amount = fnd_number.canonical_to_number(rtrim(ltrim(pos_freight_amount)))

615:
616: update pos_asn_shop_cart_headers set
617: invoice_num = pos_invoice_number,
618: invoice_date = l_invoice_date,
619: freight_amount = fnd_number.canonical_to_number(rtrim(ltrim(pos_freight_amount)))
620: where session_id = icx_sec.getID(icx_sec.PV_SESSION_ID);
621:
622: COMMIT;
623: