DBA Data[Home] [Help]

APPS.XLE_BUSINESSINFO_GRP dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 1183: FROM fnd_segment_attribute_values ,

1179: Begin
1180:
1181: SELECT application_column_name
1182: INTO l_segment
1183: FROM fnd_segment_attribute_values ,
1184: gl_ledgers sob
1185: WHERE id_flex_code = 'GL#'
1186: AND attribute_value = 'Y'
1187: AND segment_attribute_type = 'GL_BALANCING'