DBA Data[Home] [Help]

APPS.FA_MASS_REC_UTILS_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 330: FROM fnd_columns c, fnd_id_flex_segments g

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