DBA Data[Home] [Help]

APPS.AP_UTILITIES_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 193: -- and FC.precision from ap.financials_system_params_all table.

189: --AP_LOGGING_PKG.AP_Log(l_debug_info, l_debug_loc);
190: ---------------------------------------------------------------------------
191: -- eTax Uptake
192: -- This select has been modified to obsolete FIN.minimum_accountable_unit
193: -- and FC.precision from ap.financials_system_params_all table.
194: -- All tax setup has been moved to eTax.
195: -- This function may be obsolete totally later on.
196:
197: SELECT SP.base_currency_code,

Line 2053: FROM financials_system_params_all

2049: -- Fix for 1407074. Substituting the org_id with -99 if it's null
2050:
2051: SELECT NVL(purch_encumbrance_flag,'N')
2052: INTO encumbrance_flag
2053: FROM financials_system_params_all
2054: WHERE NVL(org_id, -99) = NVL(l_org_id, -99);
2055:
2056: ---------------------------------------------------------------------
2057: l_debug_info := 'Get hold count for invoice';