DBA Data[Home] [Help]

APPS.AP_APXT7VEE_XMLP_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 333: FROM fnd_segment_attribute_values fnd,

329: BEGIN
330:
331: SELECT fnd.application_column_name
332: INTO c_balancing_segment
333: FROM fnd_segment_attribute_values fnd,
334: gl_sets_of_books gl
335: WHERE fnd.attribute_value = 'Y'
336: AND fnd.segment_attribute_type = 'GL_BALANCING'
337: AND fnd.id_flex_num = gl.chart_of_accounts_id