DBA Data[Home] [Help]

APPS.JG_ZZ_SUMMARY_AR_PKG dependencies on GL_LEDGERS

Line 744: gl_ledgers gl

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'
748: AND application_id = 101