DBA Data[Home] [Help]

APPS.POS_ASN_REVIEW_PKG dependencies on POS_ASN_SHOP_CART_HEADERS

Line 463: from pos_asn_shop_cart_headers

459: begin
460:
461: select invoice_num
462: into l_num
463: from pos_asn_shop_cart_headers
464: where session_id = p_session_id;
465:
466: if l_num is not null then
467: return true;