DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on GL_SETS_OF_BOOKS

Line 292: gl_sets_of_books gls

288: into l_segment_num, l_account_id
289: from FND_ID_FLEX_SEGMENTS fs,
290: fnd_segment_attribute_values fsav,
291: financials_system_parameters fsp,
292: gl_sets_of_books gls
293: where fsp.set_of_books_id = gls.set_of_books_id and
294: fsav.id_flex_num = gls.chart_of_accounts_id and
295: fsav.id_flex_code = 'GL#' and
296: fsav.application_id = 101 and