DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on FND_CURRENCIES

Line 1259: from fnd_currencies

1255:
1256:
1257: select minimum_accountable_unit, precision
1258: into l_base_currency_mac, l_base_currency_precision
1259: from fnd_currencies
1260: where currency_code = l_base_currency_code;
1261:
1262:
1263: IF l_auto_calculate_interest_flag = 'Y' THEN

Line 1395: fnd_currencies fcinv

1391: ap_supplier_sites_all aps, -- bug 7673570
1392: iby_fd_payments_v ibypmts,
1393: ap_selected_invoices_all new,
1394: iby_fd_docs_payable_v ibydocs,
1395: fnd_currencies fcinv
1396: /* Bug 6950891 . Added TO_CHAR */
1397: WHERE ibydocs.calling_app_doc_unique_ref1 = TO_CHAR(new.checkrun_id)
1398: AND ibydocs.calling_app_doc_unique_ref2 = TO_CHAR(new.invoice_id)
1399: AND ibydocs.calling_app_doc_unique_ref3 = TO_CHAR(new.payment_num)

Line 1479: fnd_currencies fcinv

1475: ap_invoices_all orig,
1476: iby_fd_payments_v ibypmts,
1477: iby_fd_docs_payable_v ibydocs,
1478: ap_selected_invoices_all new, -- Modified for bug 8744658
1479: fnd_currencies fcinv
1480: /* Bug 6950891 Added TO_CHAR */
1481: WHERE ibydocs.calling_app_doc_unique_ref1 = TO_CHAR(new.checkrun_id)
1482: AND ibydocs.calling_app_doc_unique_ref2 = TO_CHAR(new.invoice_id)
1483: AND ibydocs.calling_app_doc_unique_ref3 = TO_CHAR(new.payment_num)

Line 1581: fnd_currencies fcinv,

1577: ibypmts.relationship_id
1578: FROM ap_invoices_all orig,
1579: ap_selected_invoices_all new,
1580: ap_supplier_sites_all aps, -- bug 7673570
1581: fnd_currencies fcinv,
1582: iby_fd_payments_v ibypmts,
1583: iby_fd_docs_payable_v ibydocs
1584: /* Bug 6950891 Added TO_CHAR */
1585: WHERE ibydocs.calling_app_doc_unique_ref1 = TO_CHAR(new.checkrun_id)

Line 2322: fnd_currencies FORE,

2318: FROM
2319: iby_fd_payments_v ibypmts,
2320: iby_fd_docs_payable_v ibydocs,
2321: ap_selected_invoices_all SI,
2322: fnd_currencies FORE,
2323: ap_payment_schedules_all PS,
2324: ap_invoices_all AI,
2325: ap_checks_all ac,
2326: --ap_supplier_sites_all aps, -- bug 7673570 --Removed by bug 9074840