DBA Data[Home] [Help]

APPS.FUN_UTIL dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 145: FROM fnd_segment_attribute_values ,

141: BEGIN
142:
143: SELECT application_column_name
144: INTO l_segment
145: FROM fnd_segment_attribute_values ,
146: gl_ledgers sob
147: WHERE id_flex_code = 'GL#'
148: AND attribute_value = 'Y'
149: AND segment_attribute_type = p_segment_type