DBA Data[Home] [Help]

APPS.JAI_AP_TDS_POP_RPST_PKG dependencies on PO_VENDOR_SITES_ALL

Line 1931: , po_vendor_sites_all povs

1927: ,G_Y REQUIRED_FOR_ETDS
1928: ,G_Y MIGRATED
1929: from jai_cmn_taxes_all a
1930: , ap_invoices_all base_invoices
1931: , po_vendor_sites_all povs
1932: , ap_invoice_distributions_all aida
1933: , jai_ap_tds_vendor_hdrs jte
1934: , JAI_RGM_ORG_REGNS_V jror
1935: where jte.vendor_id = base_invoices.vendor_id

Line 1989: ,po_vendor_sites_all povs

1985: ,G_Y
1986: from ap_invoices_all base_invoices
1987: ,ap_invoice_distributions_all aida
1988: ,jai_ap_tds_vendor_hdrs jte
1989: ,po_vendor_sites_all povs
1990: ,JAI_RGM_ORG_REGNS_V jror
1991: where jte.vendor_id = base_invoices.vendor_id
1992: and jte.vendor_site_id = base_invoices.vendor_site_id
1993: and jte.tds_vendor_classification in ('Transporter','Software')