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));

  • 相关阅读:
    测试运行效率
    识别字符串中的表达式(续二)
    FireScript在SharePoint中的应用
    加入了静态类的语义分析引擎
    这是我在C#中测试速度的代码
    用自定义函数来实现代理类的实例化
    IF语句多分支识别
    FireScript调用DLL和COM
    JMETER在LINUX安装和使用
    转:Big List Of 20 Common Bottlenecks
  • 原文地址:https://www.cnblogs.com/lizicheng/p/9109954.html
Copyright © 2011-2022 走看看