DBA Data[Home] [Help]

APPS.PO_BUYER_WORKLOAD_SV dependencies on PO_HEADERS

Line 543: FROM po_headers POH

539: -- dbms_output.put_line('Before select');
540:
541: SELECT count(*)
542: INTO x_count
543: FROM po_headers POH
544: WHERE POH.agent_id = x_agent_id
545: AND type_lookup_code not in ('RFQ', 'QUOTATION')
546: AND nvl(POH.cancel_flag,'N') = 'N'
547: AND nvl(POH.closed_code, 'OPEN') not in