DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on ICX_CAT_SHOPPING_CAT_MAP_V

Line 12189: from icx_cat_shopping_cat_map_v

12185:
12186: BEGIN
12187: select nvl(po_category_id, -2)
12188: into v_po_category_id
12189: from icx_cat_shopping_cat_map_v
12190: where shopping_category_id = p_ip_category_id and
12191: rownum = 1;
12192:
12193: EXCEPTION