DBA Data[Home] [Help]

APPS.IEX_UTILITIES dependencies on HZ_PARTY_PREFERENCES

Line 5615: select value_varchar2 from hz_party_preferences

5611: p_org_id IN NUMBER DEFAULT NULL
5612: )
5613: return varchar2 is
5614: cursor c_party_bus_level(p_party_id number) is
5615: select value_varchar2 from hz_party_preferences
5616: where module = 'COLLECTIONS'
5617: and category='COLLECTIONS LEVEL'
5618: and preference_code='PARTY_ID'
5619: and party_id=p_party_id;