DBA Data[Home] [Help]

APPS.GL_ACCOUNTS_MAP_GRP dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 1459: FROM fnd_segment_attribute_values

1455:
1456: -- cursor to figure out the balancing segment for a chart of accounts
1457: CURSOR c_balancing_segment(c_coa_id NUMBER) IS
1458: SELECT application_column_name
1459: FROM fnd_segment_attribute_values
1460: WHERE application_id = 101
1461: AND id_flex_code = 'GL#'
1462: AND id_flex_num = c_coa_id
1463: AND segment_attribute_type = p_qualifier