DBA Data[Home] [Help]

APPS.AP_PO_AMT_MATCH_PKG dependencies on FND_CURRENCIES

Line 140: G_Precision fnd_currencies.precision%TYPE;

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

Line 141: G_Min_Acct_Unit fnd_currencies.minimum_accountable_unit%TYPE;

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

Line 724: fnd_currencies fc

720: ap_system_parameters_all asp,
721: ap_suppliers pv,
722: ap_supplier_sites_all pvs,
723: financials_system_params_all fsp,
724: fnd_currencies fc
725: WHERE ai.invoice_id = x_invoice_id
726: AND ai.vendor_site_id = pvs.vendor_site_id
727: AND pv.vendor_id = pvs.vendor_id
728: AND ai.org_id = asp.org_id