DBA Data[Home] [Help]

APPS.AP_FUNDS_CONTROL_PKG dependencies on PO_LINE_LOCATIONS

Line 1756: po_line_locations poll

1752: l_unapproved_qty,
1753: l_unapproved_amt
1754: from ap_invoice_distributions d,
1755: po_distributions pd,
1756: po_line_locations poll
1757: where pd.po_distribution_id = d.po_distribution_id
1758: and d.po_distribution_id = p_po_dist_id
1759: and d.line_type_lookup_code NOT IN ('NONREC_TAX','TRV','TIPV')
1760: and poll.line_location_id = pd.line_location_id

Line 2060: po_line_locations poll

2056: l_new_base_amt_var,
2057: l_unapproved_amt
2058: from ap_invoice_distributions d,
2059: po_distributions pd,
2060: po_line_locations poll
2061: where pd.po_distribution_id = d.po_distribution_id
2062: and d.po_distribution_id = p_po_dist_id
2063: and poll.line_location_id = pd.line_location_id
2064: and d.line_type_lookup_code IN ('ITEM','ACCRUAL') --bugfix:3881673