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 2049: FROM financials_system_params_all

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