DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on PO_LINE_LOCATIONS_ALL

Line 697: from po_line_locations_all poll,

693: l_stmt_num := 46;
694:
695: select pod.quantity_ordered * (poll.price_override) + nvl(pod.nonrecoverable_tax,0)
696: into l_total_dist_amount
697: from po_line_locations_all poll,
698: po_distributions_all pod
699: where poll.po_header_id =pod.po_header_id
700: and poll.line_location_id =pod.line_location_id
701: and pod.po_distribution_id =l_loc_po_distribution_id;