DBA Data[Home] [Help]

APPS.JE_IT_LISTING_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 2234: FROM fnd_segment_attribute_values ,

2230: BEGIN
2231:
2232: SELECT application_column_name
2233: INTO l_segment
2234: FROM fnd_segment_attribute_values ,
2235: gl_ledgers gl
2236: WHERE id_flex_code = 'GL#'
2237: AND attribute_value = 'Y'
2238: AND segment_attribute_type = 'GL_BALANCING'