DBA Data[Home] [Help]

APPS.FV_SF133_ONEYEAR dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 408: FROM fnd_segment_attribute_values

404: /* SELECT statement brought OUT NOCOPY of the LOOP as it does nto use any of the loop variables */
405: -- find the balance segment (fund) application_column_name
406: SELECT application_column_name
407: INTO v_balance_column_name
408: FROM fnd_segment_attribute_values
409: WHERE application_id = 101
410: AND id_flex_code = 'GL#'
411: AND id_flex_num = g_chart_of_accounts_id
412: AND segment_attribute_type = 'GL_BALANCING'