DBA Data[Home] [Help]

APPS.FV_SF133_NOYEAR dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 380: FROM fnd_segment_attribute_values

376: -- Store Flex Segment Names in Table
377: -- -------------------------------------
378: SELECT application_column_name
379: INTO v_balance_column_name
380: FROM fnd_segment_attribute_values
381: WHERE application_id = 101
382: AND id_flex_code = 'GL#'
383: AND id_flex_num = g_chart_of_accounts_id
384: AND segment_attribute_type = 'GL_BALANCING'