该表单中没有字段的描述,一个段一个段的加描述太麻烦了。
我通常都是通过以下的方法来获得描述
sql语句上:
SELECT gl_flexfields_pkg.get_description_sql(&char_of_account_id,1,gcc.segment1) seg1,
gl_flexfields_pkg.get_description_sql(&char_of_account_id,2,gcc.segment2) seg2,
gl_flexfields_pkg.get_description_sql(&char_of_account_id,3,gcc.segment3) seg3,
gl_flexfields_pkg.get_description_sql(&char_of_account_id,4,gcc.segment4) seg4,
gl_flexfields_pkg.get_description_sql(&char_of_account_id,5,gcc.segment5) seg5,
gl_flexfields_pkg.get_description_sql(&char_of_account_id,6,gcc.segment6) seg6
FROM gl_code_combinations gcc
WHERE gcc.code_combination_id = &code_combination_id
1、新建一个GL分类账首先新建一个分类账,设置科目段,新建法人实体
2、新建OU
新建业务实体,绑定分类账
3、新建ORG
新建ORG,绑定分类账,绑定业务实体
4、设置AP,AR,PO,OM
这四个模块都在OU层,设置好OU后就可以设置这四个模块
5、设置BOM,ENG,WIP,MRP,CST
制造部分都在ORG层,ORG建好后方可设置!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)