DBA Data[Home] [Help]

APPS.PSP_XMLGEN dependencies on FND_ID_FLEX_SEGMENTS

Line 245: FROM fnd_id_flex_segments fifs,

241: WHERE gsob.set_of_books_id = l_set_of_books_id;
242:
243: CURSOR get_segment_header_cur IS
244: SELECT fifs.segment_name || l_segment_delimiter segment_header
245: FROM fnd_id_flex_segments fifs,
246: gl_sets_of_books gsob,
247: fnd_application fa
248: WHERE gsob.set_of_books_id = l_set_of_books_id
249: AND fifs.id_flex_num = gsob.chart_of_accounts_id

Line 1674: FROM fnd_id_flex_segments fifs,

1670: WHERE gsob.set_of_books_id = l_set_of_books_id;
1671:
1672: CURSOR get_segment_name_cur IS
1673: SELECT 'GL_' || fifs.application_column_name || ' || ''' || l_segment_delimiter || ''' || ' segment_name
1674: FROM fnd_id_flex_segments fifs,
1675: gl_sets_of_books gsob,
1676: fnd_application fa
1677: WHERE gsob.set_of_books_id = l_set_of_books_id
1678: AND fifs.id_flex_num = gsob.chart_of_accounts_id