DBA Data[Home] [Help]

APPS.MSC_X_HZ_PLAN dependencies on MSC_ITEM_CATEGORIES

Line 2720: FROM msc_item_categories

2716:
2717: CURSOR category_items(arg_category_name VARCHAR2)
2718: IS
2719: SELECT distinct inventory_item_id
2720: FROM msc_item_categories
2721: where category_name = arg_category_name
2722: and category_set_id = FND_PROFILE.VALUE('MSCX_CP_HZ_CATEGORY_SET');
2723:
2724: BEGIN