DBA Data[Home] [Help]

APPS.FV_SF133_NOYEAR dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 486: FROM fnd_segment_attribute_values

482: -- Store Flex Segment Names in Table
483: -- -------------------------------------
484: SELECT application_column_name
485: INTO v_balance_column_name
486: FROM fnd_segment_attribute_values
487: WHERE application_id = 101
488: AND id_flex_code = 'GL#'
489: AND id_flex_num = g_chart_of_accounts_id
490: AND segment_attribute_type = 'GL_BALANCING'