API: GL_FLEXFIELDS _PKG to get the description of GL Account
文章推薦指數: 80 %
apps.gl_flexfields_pkg.get_description_sql( gcc.chart_of_accounts_id,5,gcc.segment5) Segment5_desc. from gl_code_combinations gcc. API:GL_FLEXFIELDS_PKGtogetthedescriptionofGLAccount API:GL_FLEXFIELDS_PKGtogetthedescriptionofGLAccount Ifyouwishtodisplaytheaccountdescription,OracleprovidesanAPIforthatinsteadofhittingtheValueSettablesforeachofthesegment.Belowisanexampleofthesame. Parameters: 1.ChartofAccountid 2.NumberoftheSegment 3.Segmentvalueforwhichyouneedthedescription 12345678 SELECTgcc.code_combination_id,apps.gl_flexfields_pkg.get_description_sql(gcc.chart_of_accounts_id,1,gcc.segment1)Segment1_desc,apps.gl_flexfields_pkg.get_description_sql(gcc.chart_of_accounts_id,2,gcc.segment2)Segment2_desc,apps.gl_flexfields_pkg.get_description_sql(gcc.chart_of_accounts_id,3,gcc.segment3)Segment3_desc,apps.gl_flexfields_pkg.get_description_sql(gcc.chart_of_accounts_id,4,gcc.segment4)Segment4_desc,apps.gl_flexfields_pkg.get_description_sql(gcc.chart_of_accounts_id,5,gcc.segment5)Segment5_descfromgl_code_combinationsgccwheregcc.code_combination_id=12854—codecombinationid April20,2014 Prudhvi GLAPI AccountDescription,GL_FLEXFIELDS_PKG
延伸文章資訊
- 1API: GL_FLEXFIELDS _PKG to get the description of GL Account
apps.gl_flexfields_pkg.get_description_sql( gcc.chart_of_accounts_id,5,gcc.segment5) Segment5_des...
- 2[ERP]會計節段取得說明 - - 點部落
單一節段的代碼說明. gl_flexfields_pkg.get_description_sql(chart_of_accounts_id,--- chart of account id. 1,...
- 3Oracle R12 GL Code Combination With Segment Description
apps.gl_flexfields_pkg.get_description_sql (chart_of_accounts_id,— chart of account id 1, —– Posi...
- 4PACKAGE BODY - APPS.GL_FLEXFIELDS_PKG - Oracle ...
1 PACKAGE BODY gl_flexfields_pkg AS 2 /* $Header: glumsflb.pls 120.16 2006/04/03 17:01:52 cma shi...
- 5EBS导出键弹性域 - ITPub博客
游兮不归. 2018-10-15 14:04:18. Oracle. 原创. SELECT gl_flexfields_pkg.get_description_sql(gcc.chart_of_...