DBA Data[Home] [Help]

APPS.JG_ZZ_PTCE_DT_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 314: FROM fnd_segment_attribute_values ,

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