DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_UTILITY_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 743: FROM po_distributions_all POD,

739:
740: BEGIN
741: SELECT count(*)
742: INTO l_po_dist_count
743: FROM po_distributions_all POD,
744: ap_invoice_distributions AID,
745: ap_invoices ai,
746: po_line_locations PLL,
747: po_lines PL

Line 1778: FROM po_distributions_all POD,

1774:
1775: IS
1776: CURSOR Invoice_Validation IS
1777: SELECT count(*)
1778: FROM po_distributions_all POD,
1779: ap_invoice_distributions AID
1780: WHERE POD.po_distribution_id = AID.po_distribution_id
1781: AND AID.invoice_id = P_Invoice_Id
1782: AND POD.org_id = AID.org_id