Monday, April 25, 2016

API to fetch Accounting Key Flexfield Concatenated Segment description in Oracle Apps R12













Tested Instance: R12.2.4

API:  GL_FLEXFIELDS_PKG.GET_CONCAT_DESCRIPTION

Query: 

SELECT gcc.concatenated_segments,
       gl_flexfields_pkg.get_concat_description( gcc.chart_of_accounts_id,
                                                 gcc.code_combination_id
                                               ) acc_description
  FROM gl_code_combinations_kfv gcc;
 

Hope This helps!!


0 Responses to “API to fetch Accounting Key Flexfield Concatenated Segment description in Oracle Apps R12”

Post a Comment

Disclaimer

The ideas, thoughts and concepts expressed here are my own. They, in no way reflect those of my employer or any other organization/client that I am associated. The articles presented doesn't imply to any particular organization or client and are meant only for knowledge Sharing purpose. The articles can't be reproduced or copied without the Owner's knowledge or permission.