DBA Data[Home] [Help]

APPS.MTL_CATEGORY_SETS_PKG dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 739: FROM fnd_id_flex_structures_vl

735: -- If category set id is null, then create category set
736: -- with the structure of the source category set.
737: SELECT id_flex_num
738: INTO l_Structure_Id
739: FROM fnd_id_flex_structures_vl
740: WHERE application_id = 401
741: AND id_flex_code = 'MCAT'
742: AND id_flex_structure_code = X_STRUCTURE_CODE;
743: