DBA Data[Home] [Help]

APPS.PSP_XMLGEN dependencies on FND_ID_FLEX_SEGMENTS

Line 247: FROM fnd_id_flex_segments fifs,

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

Line 1686: FROM fnd_id_flex_segments fifs,

1682: WHERE gsob.set_of_books_id = l_set_of_books_id;
1683:
1684: CURSOR get_segment_name_cur IS
1685: SELECT 'GL_' || fifs.application_column_name || ' || ''' || l_segment_delimiter || ''' || ' segment_name
1686: FROM fnd_id_flex_segments fifs,
1687: gl_sets_of_books gsob,
1688: fnd_application fa
1689: WHERE gsob.set_of_books_id = l_set_of_books_id
1690: AND fifs.id_flex_num = gsob.chart_of_accounts_id