DBA Data[Home] [Help]

APPS.JL_AR_AP_AWT_REPORTS_PKG dependencies on PO_VENDORS

Line 251: PO_VENDORS pv

247: IBY_FD_DOCS_PAYABLE_V docs,
248: AP_TAX_CODES_ALL atc,
249: AP_INVOICE_DISTRIBUTIONS_ALL aid,
250: AP_INVOICE_PAYMENTS_ALL aip,
251: PO_VENDORS pv
252: WHERE ipmt.payment_instruction_id = p_payment_instruction_id
253: and ipmt.process_type ='IMMEDIATE'
254: and ( ('GENERATE' = p_calling_module AND ipmt.payment_status ='INSTRUCTION_CREATED') OR
255: ('GENERATE' = p_calling_module AND ipmt.payment_status ='FORMATTED') OR

Line 296: po_vendors pv

292: iby_fd_docs_payable_v docs,
293: ap_tax_codes_all atc,
294: AP_AWT_TEMP_DISTRIBUTIONS_ALL aid,
295: ap_selected_invoices_all api,
296: po_vendors pv
297: WHERE ipmt.payment_instruction_id = p_payment_instruction_id
298: AND ipmt.process_type ='STANDARD'
299: AND (('GENERATE' = p_calling_module AND ipmt.payment_status ='INSTRUCTION_CREATED') OR
300: ('GENERATE' = p_calling_module AND ipmt.payment_status ='FORMATTED') OR