DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PO_DISTRIBUTIONS_ALL

Line 1525: po_distributions_all POD

1521: ap_self_assessed_tax_dist_all sat,
1522: ap_batches_all APB ,
1523: po_vendors POV ,
1524: po_headers_all POH ,
1525: po_distributions_all POD
1526: /* Added _all for bug 9253946 */
1527: WHERE API.invoice_id = x_ref2
1528: AND sat.invoice_distribution_id = x_ref3 --bug 7428263
1529: AND sat.invoice_id = API.invoice_id

Line 1560: po_distributions_all POD

1556: ap_invoice_distributions_all APID,
1557: ap_batches_all APB ,
1558: po_vendors POV ,
1559: po_headers_all POH ,
1560: po_distributions_all POD
1561: /* Added _all for bug 9253946 */
1562: WHERE API.invoice_id = x_ref2
1563: AND APID.invoice_distribution_id = x_ref3 --bug 7428263
1564: AND APID.invoice_id = API.invoice_id