DBA Data[Home] [Help]

APPS.IEX_DUNNING_PUB dependencies on IEX_APP_PREFERENCES_B

Line 2099: from iex_app_preferences_b where

2095: from iex_questionnaire_items;
2096:
2097: cursor c_org_id_coll_method(p_org_id number) is
2098: select collections_method
2099: from iex_app_preferences_b where
2100: org_id = p_org_id
2101: and enabled_flag ='Y';
2102:
2103: --end added by snuthala for bug 10221334 21/10/2010