DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on FND_CURRENCIES

Line 155: G_Precision fnd_currencies.precision%TYPE;

151: G_Awt_Group_ID ap_awt_groups.group_id%TYPE;
152: G_Pay_Awt_Group_ID ap_awt_groups.group_id%TYPE; --bug 9689194
153: G_Invoice_Type_Lookup_Code ap_invoices.invoice_type_lookup_code%TYPE;
154: G_Exchange_Rate ap_invoices.exchange_rate%TYPE;
155: G_Precision fnd_currencies.precision%TYPE;
156: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;
157: G_System_Allow_Awt_Flag ap_system_parameters.allow_awt_flag%TYPE;
158: G_Site_Allow_Awt_Flag po_vendor_sites.allow_awt_flag%TYPE;
159: G_Transfer_Flag ap_system_parameters.transfer_desc_flex_flag%TYPE;

Line 156: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;

152: G_Pay_Awt_Group_ID ap_awt_groups.group_id%TYPE; --bug 9689194
153: G_Invoice_Type_Lookup_Code ap_invoices.invoice_type_lookup_code%TYPE;
154: G_Exchange_Rate ap_invoices.exchange_rate%TYPE;
155: G_Precision fnd_currencies.precision%TYPE;
156: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;
157: G_System_Allow_Awt_Flag ap_system_parameters.allow_awt_flag%TYPE;
158: G_Site_Allow_Awt_Flag po_vendor_sites.allow_awt_flag%TYPE;
159: G_Transfer_Flag ap_system_parameters.transfer_desc_flex_flag%TYPE;
160: G_Base_Currency_Code ap_system_parameters.base_currency_code%TYPE;

Line 851: fnd_currencies fc

847: ap_system_parameters_all asp,
848: ap_suppliers pv,
849: ap_supplier_sites_all pvs,
850: financials_system_params_all fsp,
851: fnd_currencies fc
852: WHERE ai.invoice_id = x_invoice_id
853: AND ai.vendor_site_id = pvs.vendor_site_id
854: AND pv.vendor_id = pvs.vendor_id
855: AND ai.org_id = asp.org_id