DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on FND_CURRENCIES

Line 141: G_Precision fnd_currencies.precision%TYPE;

137: G_Awt_Group_ID ap_awt_groups.group_id%TYPE;
138: G_Pay_Awt_Group_ID ap_awt_groups.group_id%TYPE; --bug 9689194
139: G_Invoice_Type_Lookup_Code ap_invoices.invoice_type_lookup_code%TYPE;
140: G_Exchange_Rate ap_invoices.exchange_rate%TYPE;
141: G_Precision fnd_currencies.precision%TYPE;
142: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;
143: G_System_Allow_Awt_Flag ap_system_parameters.allow_awt_flag%TYPE;
144: G_Site_Allow_Awt_Flag po_vendor_sites.allow_awt_flag%TYPE;
145: G_Transfer_Flag ap_system_parameters.transfer_desc_flex_flag%TYPE;

Line 142: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;

138: G_Pay_Awt_Group_ID ap_awt_groups.group_id%TYPE; --bug 9689194
139: G_Invoice_Type_Lookup_Code ap_invoices.invoice_type_lookup_code%TYPE;
140: G_Exchange_Rate ap_invoices.exchange_rate%TYPE;
141: G_Precision fnd_currencies.precision%TYPE;
142: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;
143: G_System_Allow_Awt_Flag ap_system_parameters.allow_awt_flag%TYPE;
144: G_Site_Allow_Awt_Flag po_vendor_sites.allow_awt_flag%TYPE;
145: G_Transfer_Flag ap_system_parameters.transfer_desc_flex_flag%TYPE;
146: G_Base_Currency_Code ap_system_parameters.base_currency_code%TYPE;

Line 815: fnd_currencies fc

811: ap_system_parameters_all asp,
812: ap_suppliers pv,
813: ap_supplier_sites_all pvs,
814: financials_system_params_all fsp,
815: fnd_currencies fc
816: WHERE ai.invoice_id = x_invoice_id
817: AND ai.vendor_site_id = pvs.vendor_site_id
818: AND pv.vendor_id = pvs.vendor_id
819: AND ai.org_id = asp.org_id