DBA Data[Home] [Help]

APPS.JG_ZZ_PTCE_DT_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 311: FROM fnd_segment_attribute_values ,

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