DBA Data[Home] [Help]

APPS.AP_QUICK_CREDIT_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 423: FROM po_line_locations_all pll,

419: l_debug_info := 'retrieving the matching basis from po';
420: ------------------------------------------------------------------------
421: SELECT plt.matching_basis
422: INTO l_matching_basis
423: FROM po_line_locations_all pll,
424: po_lines_all pl,
425: po_line_types plt
426: WHERE pll.line_location_id = P_Invoice_Lines_Tab(i).po_line_location_id
427: AND pll.po_line_id = pl.po_line_id

Line 490: FROM po_line_locations_all pll,

486: l_debug_info := 'retrieving the matching basis from po';
487: ------------------------------------------------------------------------
488: SELECT plt.matching_basis
489: INTO l_matching_basis
490: FROM po_line_locations_all pll,
491: po_lines_all pl,
492: po_line_types plt
493: WHERE pll.line_location_id = P_Invoice_Lines_Tab(i).po_line_location_id
494: AND pll.po_line_id = pl.po_line_id