DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on AP_INVOICE_LINES_ALL

Line 9764: ap_invoice_lines_all l --Bug#10381495

9760: x_org_id, --Bug#10381495
9761: l_inventory_item_id,
9762: l_match_type
9763: FROM ap_invoice_distributions_all d, --Bug#10381495
9764: ap_invoice_lines_all l --Bug#10381495
9765: WHERE d.invoice_distribution_id = p_from_parent_table_id
9766: AND d.invoice_id = l.invoice_id
9767: AND d.invoice_line_number = l.line_number
9768: ;