DBA Data[Home] [Help]

APPS.AP_1099_UTILITIES_PKG dependencies on GL_SETS_OF_BOOKS

Line 40: FROM fnd_segment_attribute_values fnd, gl_sets_of_books gl

36:
37:
38: SELECT fnd.application_column_name, gl.chart_of_accounts_id
39: INTO l_app_column_name, l_chart_of_accounts_id
40: FROM fnd_segment_attribute_values fnd, gl_sets_of_books gl
41: WHERE segment_attribute_type = 'GL_BALANCING'
42: AND fnd.attribute_value = 'Y'
43: AND fnd.id_flex_code = 'GL#'
44: AND fnd.id_flex_num = gl.chart_of_accounts_id