DBA Data[Home] [Help]

APPS.GL_ACCOUNTS_MAP_GRP dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 1460: FROM fnd_segment_attribute_values

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