Tuesday, January 22, 2019

GL: Account Segment and Description

Account Segment and Description
===========================


SELECT gl_flexfields_pkg.get_description_sql
         (chart_of_accounts_id,
          1, --segment position
          segment1 -- segment attribute
          )
FROM gl_code_combinations ;

No comments:

Post a Comment

SQL Query to find Customer, Customer Account and Customer Sites Information

/****************************************************************************** *PURPOSE: Query to Customer, Customer Account and Customer...