zoukankan      html  css  js  c++  java
  • 动态创建科目组合

    New_Ccid := Fnd_Flex_Ext.Get_Ccid(Application_Short_Name => 'SQLGL'

                                           ,Key_Flex_Code          => 'GL#'

                                           ,Structure_Number       => Coa_Id

                                           ,Validation_Date        => NULL

                                           ,Concatenated_Segments  => Seg1 || '.' || Seg2 || '.' || Seg3 || '.' || Seg4 || '.' || Seg5 || '.' || Seg6 || '.' || Seg7 || '.' || Seg8 || '.' || Seg9 || '.' || Seg10);
                                          
                                           select T.CHART_OF_ACCOUNTS_ID from GL_ACCESS_SETS T where T.ACCESS_SET_ID =(
                                                                                  select T.PROFILE_OPTION_VALUE
                                             from fnd_profile_option_values t
                                            where t.level_id = 10003
                                              and T.PROFILE_OPTION_ID = 9930
                                              AND T.LEVEL_VALUE =
                                                  (select tt.RESPONSIBILITY_ID
                                                     from FND_RESPONSIBILITY_VL TT
                                                    where TT.RESPONSIBILITY_NAME =
                                                          '10));

  • 相关阅读:
    python3.6 range() 函数
    常见文件头,文件尾总结。
    pycharm多行代码注释,或取消。
    php设计模式之命令模式
    php设计模式之工厂模式
    php设计模式之观察者模式
    SQLServer导出sql文件,导出表架构和数据
    vs2012建设网站,IIS8发布
    Subsonic 配置文件
    去掉txt中的重复标题
  • 原文地址:https://www.cnblogs.com/lizicheng/p/9109954.html
Copyright © 2011-2022 走看看