DBA Data[Home] [Help]

APPS.POA_EDW_PO_DIST_F_C dependencies on STANDARD

Line 570: and pll.shipment_type = 'STANDARD'

566: po_distributions_all pod
567: WHERE pod.line_location_id = pll.line_location_id
568: and pod.po_line_id = pol.po_line_id
569: and pod.po_header_id = poh.po_header_id
570: and pll.shipment_type = 'STANDARD'
571: and pll.approved_flag = 'Y'
572: and nvl(pod.distribution_type,'-99') <> 'AGREEMENT'
573: and greatest(pol.last_update_date, pll.last_update_date,
574: poh.last_update_date, pod.last_update_date, nvl(pod.program_update_date, pod.last_update_date))