DBA Data[Home] [Help]

APPS.PSP_XMLGEN dependencies on FND_APPLICATION

Line 249: fnd_application fa

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
252: AND fifs.id_flex_code = 'GL#'
253: AND fifs.application_id = fa.application_id

Line 1688: fnd_application fa

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
1691: AND fifs.id_flex_code = 'GL#'
1692: AND fifs.application_id = fa.application_id