DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on AP_SUPPLIER_SITES_ALL

Line 1391: ap_supplier_sites_all aps, -- bug 7673570

1387: aps.vendor_site_code,
1388: NVL(ibypmts.supplier_site_id,-222), --modifed for bug 8405513
1389: ibypmts.relationship_id
1390: FROM ap_invoices_all orig,
1391: ap_supplier_sites_all aps, -- bug 7673570
1392: iby_fd_payments_v ibypmts,
1393: ap_selected_invoices_all new,
1394: iby_fd_docs_payable_v ibydocs,
1395: fnd_currencies fcinv

Line 1580: ap_supplier_sites_all aps, -- bug 7673570

1576: NVL(ibypmts.supplier_site_id, -222), --modifed for bug 8405513
1577: ibypmts.relationship_id
1578: FROM ap_invoices_all orig,
1579: ap_selected_invoices_all new,
1580: ap_supplier_sites_all aps, -- bug 7673570
1581: fnd_currencies fcinv,
1582: iby_fd_payments_v ibypmts,
1583: iby_fd_docs_payable_v ibydocs
1584: /* Bug 6950891 Added TO_CHAR */

Line 1855: ap_supplier_sites_all aps -- 7673570

1851: FROM iby_fd_payments_v iby,
1852: po_vendors pv,
1853: ce_bank_acct_uses_all ce,
1854: ce_bank_accounts ceb,
1855: ap_supplier_sites_all aps -- 7673570
1856: WHERE iby.inv_payee_party_id = pv.party_id(+) -- 7673570
1857: -- iby.payee_party_id = pv.party_id(+) -- 7673570
1858: AND aps.vendor_site_id(+) = iby.supplier_site_id -- 7673570 --modifed for bug 8405513 to handle Payment Request
1859: --AND pv.end_date_active IS NULL -- bug7166247

Line 2326: --ap_supplier_sites_all aps, -- bug 7673570 --Removed by bug 9074840

2322: fnd_currencies FORE,
2323: ap_payment_schedules_all PS,
2324: ap_invoices_all AI,
2325: ap_checks_all ac,
2326: --ap_supplier_sites_all aps, -- bug 7673570 --Removed by bug 9074840
2327: --ce_bank_acct_uses_all ceu, --Removed by bug 9074840
2328: ce_gl_accounts_ccid cegl,
2329: XLA_EVENTS_INT_GT xeg
2330: /* Bug 6950891. Added TO_CHAR */