DBA Data[Home] [Help]

APPS.IBU_MES_BIN dependencies on AMV_C_CATEGORIES_VL

Line 146: FROM amv_c_categories_vl

142: if l_cat_id is not null then
143: -- get the bin name from the view
144: SELECT channel_category_name
145: INTO x_bin_name
146: FROM amv_c_categories_vl
147: WHERE channel_category_id=l_cat_id;
148: end if;
149:
150: EXCEPTION