DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_PROCESSING_PKG dependencies on PO_VENDORS

Line 185: from po_vendors

181: select invoice_id
182: from jai_rcv_tp_invoices
183: where vendor_id
184: in (select vendor_id
185: from po_vendors
186: where trim(vendor_type_lookup_code)
187: -- like 'Service Tax Authorities')
188:
189: in R12 vendor_type_lookup_code 'Service Tax Authorities' has been changed to 'INDIA SERVICE TAX AUTHORITY'

Line 1934: from po_vendors

1930: select invoice_id
1931: from jai_rcv_tp_invoices
1932: where vendor_id
1933: in (select vendor_id
1934: from po_vendors
1935: where trim(vendor_type_lookup_code)
1936: -- like 'Service Tax Authorities') commeneted for bug#11666653
1937: -- like 'INDIA SERVICE TAX AUTHORITY') --bug#11666653
1938: like 'INDIA SERVICE TAX%AUTHORITY') --bug#11666653 ,vendor lookup has the values with double space btw tax and authority hence added % in btw.