DBA Data[Home] [Help]

APPS.MTL_CATEGORIES_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 953: FROM fnd_id_flex_segments

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