DBA Data[Home] [Help]

APPS.IEX_UTILITIES dependencies on IEX_APP_PREFERENCES_B

Line 5623: from iex_app_preferences_b

5619: and party_id=p_party_id;
5620:
5621: cursor c_ou_bus_level(p_org_id number) is
5622: select preference_value
5623: from iex_app_preferences_b
5624: where preference_name='COLLECTIONS STRATEGY LEVEL'
5625: and org_id is not null
5626: and org_id=p_org_id
5627: and enabled_flag='Y';

Line 5631: from iex_app_preferences_b

5627: and enabled_flag='Y';
5628:
5629: cursor c_system_bus_level is
5630: select preference_value
5631: from iex_app_preferences_b
5632: where preference_name='COLLECTIONS STRATEGY LEVEL'
5633: and org_id is null
5634: and enabled_flag='Y';
5635: