DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_DIST_PVT dependencies on OKL_TXL_AP_INV_LNS_TL

Line 2573: ,okl_txl_ap_inv_lns_tl tll

2569: ,tap.vendor_invoice_number trans_number
2570: ,tll.description trans_line_description
2571: FROM okl_trx_ap_invoices_b tap
2572: ,okl_txl_ap_inv_lns_b tpl
2573: ,okl_txl_ap_inv_lns_tl tll
2574: WHERE tll.id = tpl.id
2575: AND tap.id = tpl.tap_id
2576: AND tpl.id = p_source_id;
2577: