DBA Data[Home] [Help]

APPS.ENI_VALUESET_CATEGORY dependencies on FND_ID_FLEX_STRUCTURES

Line 78: from fnd_id_flex_structures a, mtl_category_sets_b b

74:
75: -- Check to see if the structure asscociated with the category set is PRODUCT_CATEGORIES --
76: begin
77: select id_flex_num into l_struct_code
78: from fnd_id_flex_structures a, mtl_category_sets_b b
79: where a.id_flex_num=b.structure_id
80: and b.category_set_id = l_vbh_catset_id
81: and id_flex_structure_code='PRODUCT_CATEGORIES';
82: