DBA Data[Home] [Help]

APPS.AP_RECT_MATCH_PKG dependencies on FND_CURRENCIES

Line 169: G_precision fnd_currencies.precision%TYPE;

165: G_awt_group_id ap_awt_groups.group_id%TYPE;
166: G_pay_awt_group_id ap_awt_groups.group_id%TYPE; --bug 9689194
167: G_invoice_type_lookup_code ap_invoices.invoice_type_lookup_code%TYPE;
168: G_exchange_rate ap_invoices.exchange_rate%TYPE;
169: G_precision fnd_currencies.precision%TYPE;
170: G_min_acct_unit fnd_currencies.minimum_accountable_unit%TYPE;
171: G_system_allow_awt_flag ap_system_parameters.allow_awt_flag%TYPE;
172: G_site_allow_awt_flag po_vendor_sites.allow_awt_flag%TYPE;
173: G_transfer_flag ap_system_parameters.transfer_desc_flex_flag%TYPE;

Line 170: G_min_acct_unit fnd_currencies.minimum_accountable_unit%TYPE;

166: G_pay_awt_group_id ap_awt_groups.group_id%TYPE; --bug 9689194
167: G_invoice_type_lookup_code ap_invoices.invoice_type_lookup_code%TYPE;
168: G_exchange_rate ap_invoices.exchange_rate%TYPE;
169: G_precision fnd_currencies.precision%TYPE;
170: G_min_acct_unit fnd_currencies.minimum_accountable_unit%TYPE;
171: G_system_allow_awt_flag ap_system_parameters.allow_awt_flag%TYPE;
172: G_site_allow_awt_flag po_vendor_sites.allow_awt_flag%TYPE;
173: G_transfer_flag ap_system_parameters.transfer_desc_flex_flag%TYPE;
174: G_allow_pa_override varchar2(1);

Line 918: fnd_currencies fc

914: ap_system_parameters_all asp,
915: ap_suppliers pv,
916: ap_supplier_sites_all pvs,
917: financials_system_params_all fsp,
918: fnd_currencies fc
919: WHERE ai.invoice_id = x_invoice_id
920: AND ai.vendor_site_id = pvs.vendor_site_id
921: AND pv.vendor_id = pvs.vendor_id
922: AND ai.org_id = asp.org_id