DBA Data[Home] [Help]

APPS.FV_SF133_ONEYEAR dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 579: FROM fnd_segment_attribute_values

575: /* SELECT statement brought OUT NOCOPY of the LOOP as it does nto use any of the loop variables */
576: -- find the balance segment (fund) application_column_name
577: SELECT application_column_name
578: INTO v_balance_column_name
579: FROM fnd_segment_attribute_values
580: WHERE application_id = 101
581: AND id_flex_code = 'GL#'
582: AND id_flex_num = g_chart_of_accounts_id
583: AND segment_attribute_type = 'GL_BALANCING'