DBA Data[Home] [Help]

APPS.POA_SAVINGS_MAIN dependencies on STANDARD

Line 48: and pll.shipment_type = 'STANDARD'

44: po_distributions_all pod
45: WHERE pod.line_location_id = pll.line_location_id
46: and pod.po_line_id = pol.po_line_id
47: and pod.po_header_id = poh.po_header_id
48: and pll.shipment_type = 'STANDARD'
49: and pll.approved_flag = 'Y'
50: and nvl(pod.distribution_type,'-99') <> 'AGREEMENT'
51: and greatest(pol.last_update_date, pll.last_update_date,
52: poh.last_update_date, pod.last_update_date, nvl(pod.program_update_date, pod.last_update_date))