DBA Data[Home] [Help]

APPS.PA_CMT_UTILS dependencies on PO_LINE_LOCATIONS_ALL

Line 971: po_line_locations_all pll

967: select nvl(pll.matching_basis, 'QUANTITY') /* modified for bug bug 3496492 */
968: into l_po_line_type
969: from po_lines_all po_line,
970: po_distributions_all po_dist,
971: po_line_locations_all pll
972: where Po_dist.distribution_type <> 'PREPAYMENT'
973: and pll.po_line_id = po_line.po_line_id
974: and po_line.po_line_id = po_dist.po_line_id
975: and po_dist.po_distribution_id = p_po_dist;