Saturday, August 15, 2020
Query to fetch defined Base Descriptor Details in Oracle iProcurement (ICX_CAT_ATTRIBUTES_TL)
In this post, we have a given a query which helps you to fetch the base descriptor details defined at catalog level. This is the same information which is shown while requester in item details screen after searching a catalog item in Oracle iProcurement.
Key Tables:
ICX_CAT_ATTRIBUTES_TL
Query:
SELECT attribute_id, sequence, attribute_name, description, DECODE(searchable,1,'YES','NO') searchable, DECODE(search_results_visible,1,'YES','NO') visible_on_search_results, DECODE(item_detail_visible,1,'YES','NO') visible_on_item_detail_screen, stored_in_table, stored_in_column, creation_date FROM icx_cat_attributes_tl icat WHERE language = 'US';
Hope it helps!!
Do you think this Article is useful?
Subscribe to:
Post Comments (Atom)
Disclaimer
The ideas, thoughts and concepts expressed here are my own. They, in no way reflect those of my employer or any other organization/client that I am associated. The articles presented doesn't imply to any particular organization or client and are meant only for knowledge Sharing purpose. The articles can't be reproduced or copied without the Owner's knowledge or permission.
0 Responses to “Query to fetch defined Base Descriptor Details in Oracle iProcurement (ICX_CAT_ATTRIBUTES_TL)”
Post a Comment