DBA Data[Home] [Help]

APPS.FA_MASS_REC_UTILS_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 333: FROM fnd_columns c, fnd_id_flex_segments g

329: h_table_id NUMBER;
330: -- cursor to figure out number of segments used for the accounting flexfield
331: CURSOR segcolumns IS
332: SELECT distinct g.application_column_name, g.segment_num
333: FROM fnd_columns c, fnd_id_flex_segments g
334: WHERE g.application_id = 101
335: AND g.id_flex_code = 'GL#'
336: AND g.id_flex_num = h_acct_flex_struct
337: AND g.enabled_flag = 'Y'