DBA Data[Home] [Help]

APPS.POS_ASN dependencies on PO_HEADERS_ALL

Line 164: po_headers_all poh,

160: posh.vendor_id supplier_id,
161: pov.vendor_name supplier
162: from pos_asn_shop_cart_headers posh,
163: pos_asn_shop_cart_details posd,
164: po_headers_all poh,
165: po_vendors pov
166: where posh.session_id = l_session_id and
167: posd.session_id = l_session_id and
168: poh.po_header_id = posd.po_header_id and