DBA Data[Home] [Help]

APPS.JG_ZZ_RTCE_DT_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 309: FROM fnd_segment_attribute_values ,

305: BEGIN
306:
307: SELECT application_column_name
308: INTO l_segment
309: FROM fnd_segment_attribute_values ,
310: gl_ledgers gl
311: WHERE id_flex_code = 'GL#'
312: AND attribute_value = 'Y'
313: AND segment_attribute_type = 'GL_BALANCING'