DBA Data[Home] [Help]

APPS.OKL_QUICK_QUOTES_PVT dependencies on MTL_CATEGORIES_V

Line 1195: FROM mtl_categories_v

1191: -- cursor to get the category name, descriotion for a category
1192: CURSOR get_cat_name(cp_category_id IN NUMBER) IS
1193: SELECT category_concat_segs item_name,
1194: description description
1195: FROM mtl_categories_v
1196: WHERE category_id = cp_category_id;
1197:
1198: -- cursor to fetch the cashflow line details
1199: CURSOR get_cashflow_dtls(p_qqh_id IN NUMBER) IS