DBA Data[Home] [Help]

APPS.MTL_CATEGORY_SETS_PKG dependencies on MTL_CATEGORY_SETS_VL

Line 697: FROM MTL_CATEGORY_SETS_VL

693: BEGIN
694:
695: SELECT category_set_id, structure_id
696: INTO l_cat_set_id, l_structure_id
697: FROM MTL_CATEGORY_SETS_VL
698: WHERE CATEGORY_SET_NAME = X_CATEGORY_SET_NAME ;
699:
700: -- Get default category id from the category code
701: BEGIN