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

  • 相关阅读:
    TinyEditor:简洁且易用的html所见即所得编辑器
    arguments.callee 调用自身
    java.io.IOException: 设备未就绪
    关于vcastr3播放器自动播放的问题
    javascript中IE浏览器不支持NEW DATE()带参数的解决方法
    Oracle常用查看表结构命令
    java通过文件头内容判断文件类型
    RS开发日期提示控件默认为昨天
    Cognos更新问题之利用Transform实现Cube增量更新
    SqlServer中从字符串中获取项目指标方法charindex月substring结合
  • 原文地址:https://www.cnblogs.com/lizicheng/p/9109954.html
Copyright © 2011-2022 走看看