DBA Data[Home] [Help]

APPS.ICX_CAT_STORE_ASSIGNMENT_PKG dependencies on ICX_CAT_SHOP_STORES_VL

Line 58: icx_Cat_shop_stores_vl stores

54: SELECT
55: DISTINCT name
56: FROM
57: icx_cat_store_contents contents,
58: icx_Cat_shop_stores_vl stores
59: WHERE
60: contents.content_type = p_contentType AND
61: contents.content_id = p_contentId AND
62: contents.store_id = stores.store_id;