DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_UTILITY_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 591: FROM po_distributions_all POD,

587:
588: BEGIN
589: SELECT count(*)
590: INTO l_po_dist_count
591: FROM po_distributions_all POD,
592: ap_invoice_distributions AID,
593: ap_invoices ai,
594: po_line_locations PLL,
595: po_lines PL

Line 1703: FROM po_distributions_all POD,

1699:
1700: IS
1701: CURSOR Invoice_Validation IS
1702: SELECT count(*)
1703: FROM po_distributions_all POD,
1704: ap_invoice_distributions AID
1705: WHERE POD.po_distribution_id = AID.po_distribution_id
1706: AND AID.invoice_id = P_Invoice_Id
1707: AND POD.org_id = AID.org_id