DBA Data[Home] [Help]

APPS.AR_DEP_BAL_RPT_PKG dependencies on GL_ACCESS_SETS

Line 111: FROM gl_access_sets GAS

107: AND FSEG.application_column_name = p_segment
108: AND FSEG.flex_value_set_id = FFV.flex_value_set_id
109: AND FFS.id_flex_code = 'GL#'
110: AND GCC.chart_of_accounts_id = (SELECT GAS.chart_of_accounts_id
111: FROM gl_access_sets GAS
112: WHERE GAS.access_set_id = FND_PROFILE.value('GL_ACCESS_SET_ID'))
113: AND FFV.flex_value = p_value;
114: ELSE
115: /* Query to get the Descriptions of the Attribute values. */