DBA Data[Home] [Help]

APPS.IGIRCABJP dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 1034: from fnd_segment_attribute_values

1030: l_yes := 'Y';
1031:
1032: select distinct substr(application_column_name, 1, 15)
1033: into l_segment_name
1034: from fnd_segment_attribute_values
1035: where segment_attribute_type = 'GL_ACCOUNT'
1036: and attribute_value = 'Y'
1037: and id_flex_num = p_coa
1038: ;