DBA Data[Home] [Help]

APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on PO_VENDORS

Line 180: PO_VENDORS pv

176: IBY_FD_DOCS_PAYABLE_V docs,
177: AP_TAX_CODES_ALL atc,
178: AP_INVOICE_DISTRIBUTIONS_ALL aid,
179: AP_INVOICE_PAYMENTS_ALL aip,
180: PO_VENDORS pv
181: WHERE ipmt.payment_instruction_id = p_payment_instruction_id
182: and ipmt.process_type ='IMMEDIATE'
183: and ( ('GENERATE' = p_calling_module AND ipmt.payment_status ='INSTRUCTION_CREATED') OR
184: ('GENERATE' = p_calling_module AND ipmt.payment_status ='FORMATTED') OR

Line 217: po_vendors pv

213: iby_fd_docs_payable_v docs,
214: ap_tax_codes_all atc,
215: AP_AWT_TEMP_DISTRIBUTIONS_ALL aid,
216: ap_selected_invoices_all api,
217: po_vendors pv
218: WHERE ipmt.payment_instruction_id = p_payment_instruction_id
219: AND ipmt.process_type ='STANDARD'
220: AND (('GENERATE' = p_calling_module AND ipmt.payment_status ='INSTRUCTION_CREATED') OR
221: ('GENERATE' = p_calling_module AND ipmt.payment_status ='FORMATTED') OR