Query to get description of GL Code Combination

Query to get description of GL Code Combination
Oracle Apps EBS sql to get description of GL Code Combination
SELECT GCC.CONCATENATED_SEGMENTS ACCOUNT,
       GL_FLEXFIELDS_PKG.GET_CONCAT_DESCRIPTION (GCC.CHART_OF_ACCOUNTS_ID,
                                                 GCC.CODE_COMBINATION_ID)
          DESCRIPTION
  FROM GL_CODE_COMBINATIONS_KFV GCC
 WHERE gcc.CODE_COMBINATION_ID = 2003
Related posts: Upload your own post and refer it anywhere anytime:

1 thought on “Query to get description of GL Code Combination”

Leave a Reply