DBA Data[Home] [Help]

APPS.POS_ASBN dependencies on POS_ASN_SHOP_CART_HEADERS

Line 616: update pos_asn_shop_cart_headers set

612: WHEN OTHERS THEN
613: null; /* need error reporting here */
614: end;
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);