DBA Data[Home] [Help]

APPS.JG_ZZ_RTCE_DT_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 304: FROM fnd_segment_attribute_values ,

300: BEGIN
301:
302: SELECT application_column_name
303: INTO l_segment
304: FROM fnd_segment_attribute_values ,
305: gl_ledgers gl
306: WHERE id_flex_code = 'GL#'
307: AND attribute_value = 'Y'
308: AND segment_attribute_type = 'GL_BALANCING'