DBA Data[Home] [Help]

APPS.IEX_PROMISES_PUB dependencies on IEX_APP_PREFERENCES_VL

Line 325: from iex_app_preferences_vl

321:
322: --get strategy level
323: select decode(preference_value, 'CUSTOMER', 10, 'ACCOUNT', 20, 'BILL_TO', 30, 'DELINQUENCY', 40, 40)
324: into l_DefaultStrategyLevel
325: from iex_app_preferences_vl
326: where preference_name = 'COLLECTIONS STRATEGY LEVEL'
327: and enabled_flag = 'Y' ;
328: --end bug#2369298 schekuri 24-Feb-2006
329: