DBA Data[Home] [Help]

APPS.PA_CMT_UTILS dependencies on PO_LINE_LOCATIONS_ALL

Line 860: po_line_locations_all pll

856: select nvl(pll.matching_basis, 'QUANTITY') /* modified for bug bug 3496492 */
857: into l_po_line_type
858: from po_lines_all po_line,
859: po_distributions_all po_dist,
860: po_line_locations_all pll
861: where Po_dist.distribution_type <> 'PREPAYMENT'
862: and pll.po_line_id = po_line.po_line_id
863: and po_line.po_line_id = po_dist.po_line_id
864: and po_dist.po_distribution_id = p_po_dist;