DBA Data[Home] [Help]

APPS.AP_PMT_VALIDATIONS_PKG dependencies on FND_CURRENCIES

Line 88: fnd_currencies fndc

84: (SELECT 1
85: FROM ap_system_parameters_all asp,
86: gl_code_combinations gc,
87: gl_sets_of_books gsob,
88: fnd_currencies fndc
89: WHERE gc.code_combination_id(+) = asp.interest_code_combination_id
90: AND gsob.set_of_books_id = asp.set_of_books_id
91: AND asp.org_id = pmts.org_id
92: AND base_currency_code = fndc.currency_code

Line 263: fnd_currencies FORE,

259: INTO l_ap_pmtsch_count
260: FROM iby_fd_payments_v ibypmts,
261: iby_fd_docs_payable_v ibydocs,
262: ap_selected_invoices_all SI,
263: fnd_currencies FORE,
264: ap_payment_schedules_all PS,
265: ap_invoices_all AI
266: WHERE ibydocs.calling_app_doc_unique_ref1 = TO_CHAR(si.checkrun_id)
267: AND ibydocs.calling_app_doc_unique_ref2 = TO_CHAR(si.invoice_id)