DBA Data[Home] [Help]

APPS.AP_1099_UTILITIES_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

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

Line 488: FROM fnd_segment_attribute_values fnd, gl_sets_of_books gl

484:
485:
486: SELECT fnd.application_column_name, gl.chart_of_accounts_id
487: INTO l_app_column_name, l_chart_of_accounts_id
488: FROM fnd_segment_attribute_values fnd, gl_sets_of_books gl
489: WHERE segment_attribute_type = 'GL_BALANCING'
490: AND fnd.attribute_value = 'Y'
491: AND fnd.id_flex_code = 'GL#'
492: AND fnd.id_flex_num = gl.chart_of_accounts_id