DBA Data[Home] [Help]

APPS.POS_VIEW_RECEIPTS_GRP dependencies on STANDARD

Line 312: AND ph.type_lookup_code = 'STANDARD';

308: SELECT DISTINCT ph.segment1, ph.po_header_id, null
309: FROM rcv_shipment_lines rsl, po_headers_all ph
310: WHERE rsl.shipment_header_id= l_shipment_header_id
311: AND rsl.po_header_id = ph.po_header_id
312: AND ph.type_lookup_code = 'STANDARD';
313: Begin
314: OPEN po_cursor(p_shipment_header_id);
315:
316: FETCH po_cursor INTO p_po_number, p_po_header_id, p_release_id;