DBA Data[Home] [Help]

APPS.MTL_CATEGORIES_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 954: FROM fnd_id_flex_segments

950: err_text VARCHAR2(2000);
951:
952: CURSOR get_segments(l_structure_id NUMBER) is
953: SELECT application_column_name,rownum
954: FROM fnd_id_flex_segments
955: WHERE application_id = (select application_id from fnd_application
956: where application_short_name =
957: x_application_short_name)
958: AND id_flex_code = 'MCAT'