DBA Data[Home] [Help]

APPS.AP_MATCHING_PKG dependencies on FND_CURRENCIES

Line 168: G_Precision fnd_currencies.precision%TYPE;

164: G_Set_of_Books_ID ap_system_parameters.set_of_books_id%TYPE;
165: G_Awt_Group_ID ap_awt_groups.group_id%TYPE;
166: G_Invoice_Type_Lookup_Code ap_invoices.invoice_type_lookup_code%TYPE;
167: G_Exchange_Rate ap_invoices.exchange_rate%TYPE;
168: G_Precision fnd_currencies.precision%TYPE;
169: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;
170: G_System_Allow_Awt_Flag ap_system_parameters.allow_awt_flag%TYPE;
171: G_Site_Allow_Awt_Flag po_vendor_sites.allow_awt_flag%TYPE;
172: G_Transfer_Flag ap_system_parameters.transfer_desc_flex_flag%TYPE;

Line 169: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;

165: G_Awt_Group_ID ap_awt_groups.group_id%TYPE;
166: G_Invoice_Type_Lookup_Code ap_invoices.invoice_type_lookup_code%TYPE;
167: G_Exchange_Rate ap_invoices.exchange_rate%TYPE;
168: G_Precision fnd_currencies.precision%TYPE;
169: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;
170: G_System_Allow_Awt_Flag ap_system_parameters.allow_awt_flag%TYPE;
171: G_Site_Allow_Awt_Flag po_vendor_sites.allow_awt_flag%TYPE;
172: G_Transfer_Flag ap_system_parameters.transfer_desc_flex_flag%TYPE;
173: G_Base_Currency_Code ap_system_parameters.base_currency_code%TYPE;

Line 907: fnd_currencies fc

903: ap_system_parameters_all asp,
904: ap_suppliers pv,
905: ap_supplier_sites_all pvs,
906: financials_system_params_all fsp,
907: fnd_currencies fc
908: WHERE ai.invoice_id = x_invoice_id
909: AND ai.vendor_site_id = pvs.vendor_site_id
910: AND pv.vendor_id = pvs.vendor_id
911: AND ai.org_id = asp.org_id