HOW TO fetch key flexfield description KFF

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

API: GL_FLEXFIELDS_PKG.GET_CONCAT_DESCRIPTION



A key flexfield is a field you can customize to enter multi-segment values such as part numbers, account numbers, and so on. A descriptive flexfield is a field you customize to enter additional information for which your Oracle Applications product has not already provided a field.

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;

Comments

Popular posts from this blog

HOW TO auto approve workflow WF notification procedure

HOW TO register table in oracle apps

HOW TO update an existing user in oracle apps