DBA Data[Home] [Help]

APPS.JG_ZZ_SUMMARY_AR_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 743: FROM fnd_segment_attribute_values ,

739: BEGIN
740:
741: SELECT application_column_name
742: INTO l_segment
743: FROM fnd_segment_attribute_values ,
744: gl_ledgers gl
745: WHERE id_flex_code = 'GL#'
746: AND attribute_value = 'Y'
747: AND segment_attribute_type = 'GL_BALANCING'