DBA Data[Home] [Help]

APPS.GL_SUMMARY_ACCOUNT_TYPES_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 57: fnd_segment_attribute_values qual

53: acct_tname, acct_vcolname, acct_attrib
54: FROM fnd_flex_validation_tables vt,
55: fnd_flex_value_sets vs,
56: fnd_id_flex_segments seg,
57: fnd_segment_attribute_values qual
58: WHERE qual.application_id = 101
59: AND qual.id_flex_code = 'GL#'
60: AND qual.id_flex_num = coa_id
61: AND qual.segment_attribute_type = 'GL_ACCOUNT'