How to Change Default Web ADI Upload Parameters for FlexField Import / Validation (文档 ID 553345.1) 转到底部

In this Document

Goal
  Fix
  References

APPLIES TO:

Oracle Web Applications Desktop Integrator - Version 11.5.1 to 11.5.10.2 [Release 11.5]
Information in this document applies to any platform.
Information in this document applies to any platform.

GOAL

How to change the default value of the Web ADI Journal Upload parameters for the Descriptive FlexField Import and Validation.

FIX

Check the form function definition using the following steps:

1. Note the Responsibility you are using to create your document.

2. Logon to Applications using the System Administrator responsibility.

3. Navigate to Security -> Responsibility, and click Define.

4. When the form opens, search for the Responsibility you noted in step 1.

5. Note the Menu associated with your Responsibility, then close the form.

6. (still using the System Administrator responsibility) Navigate to Application, and click Menu.

7. Search for the Menu you noted in step 5 (remember to put your search criteria in the User Menu Name field).

8. Note the Function value for the menu item you use to create your document with. Close the form after noting the name.

9. (still using the System Administrator responsibility) Navigate to Application, and click Function.

10. Search for the form function name you noted in step 8 (remember to put your search criteria in the User Function Name field).

For R12 GL, please add the needed parameter to the GL_ADI_CREATE_DOCUMENT function.

11. Change the Parameter value for your form function to the required value

For example, it might be set to:
 bne:page=BneCreateDoc&bne:importFlex=IMPORTNOVALIDATION
The parameter bne:importFlex can have the values:
- IMPORTVALIDATION (import DFF with validation)
- IMPORTNOVALIDATION (import DFF without validation)
- NOIMPORT (no import DFF)

12. Save your form function, then close the form.

13. Select "Requests" from the "View" menu in forms - and monitor the "Compile Security" request to ensure your menus are recompiled.

14. Exit out Oracle Applications (including Forms and the Self-Service Home page).

15. Ask you DBA/System Administrator to stop and restart the web server.

REFERENCES

NOTE:344780.1 - WebADI - Is It Possible to Change the Upload Parameter Values that Default When Creating Document and Uploading to GL?
BUG:5247233 - WEB ADI - JOURNAL IMPORT (JOURNAL IMPORT) NOT IMPORTING DESCRIPTIVE FLEXFIELDS

How to Change Default Web ADI Upload Parameters for FlexField Import / Validation (文档 ID 553345.1) 转到底部

In this Document

Goal
  Fix
  References

APPLIES TO:

Oracle Web Applications Desktop Integrator - Version 11.5.1 to 11.5.10.2 [Release 11.5]
Information in this document applies to any platform.
Information in this document applies to any platform.

GOAL

How to change the default value of the Web ADI Journal Upload parameters for the Descriptive FlexField Import and Validation.

FIX

Check the form function definition using the following steps:

1. Note the Responsibility you are using to create your document.

2. Logon to Applications using the System Administrator responsibility.

3. Navigate to Security -> Responsibility, and click Define.

4. When the form opens, search for the Responsibility you noted in step 1.

5. Note the Menu associated with your Responsibility, then close the form.

6. (still using the System Administrator responsibility) Navigate to Application, and click Menu.

7. Search for the Menu you noted in step 5 (remember to put your search criteria in the User Menu Name field).

8. Note the Function value for the menu item you use to create your document with. Close the form after noting the name.

9. (still using the System Administrator responsibility) Navigate to Application, and click Function.

10. Search for the form function name you noted in step 8 (remember to put your search criteria in the User Function Name field).

For R12 GL, please add the needed parameter to the GL_ADI_CREATE_DOCUMENT function.

11. Change the Parameter value for your form function to the required value

For example, it might be set to:
 bne:page=BneCreateDoc&bne:importFlex=IMPORTNOVALIDATION
The parameter bne:importFlex can have the values:
- IMPORTVALIDATION (import DFF with validation)
- IMPORTNOVALIDATION (import DFF without validation)
- NOIMPORT (no import DFF)

12. Save your form function, then close the form.

13. Select "Requests" from the "View" menu in forms - and monitor the "Compile Security" request to ensure your menus are recompiled.

14. Exit out Oracle Applications (including Forms and the Self-Service Home page).

15. Ask you DBA/System Administrator to stop and restart the web server.

REFERENCES

NOTE:344780.1 - WebADI - Is It Possible to Change the Upload Parameter Values that Default When Creating Document and Uploading to GL?
BUG:5247233 - WEB ADI - JOURNAL IMPORT (JOURNAL IMPORT) NOT IMPORTING DESCRIPTIVE FLEXFIELDS

How to Change Default Web ADI Upload Parameters for FlexField Import / Validation的更多相关文章

  1. JDK Environment Variable And Change default JDK

    Environment Variable : change(import) /etc/bashrc export JAVA_HOME=/software/jdk1.8.0 export PATH=$J ...

  2. Oracle EBS Web ADI 中的术语

    Oracle EBS Web ADI 中的术语 (版权声明,本人原创或者翻译的文章如需转载,如转载用于个人学习,请注明出处:否则请与本人联系,违者必究) 异步调用异步调用是这样子的,和引入接口表中的数 ...

  3. IIS Default Web Site : The service did not response to the start or control request in a timely fashion

    IIS Default Web Site无法启动,提示错误:The service did not response to the start or control request in a time ...

  4. Change default network name (ens33) to old “eth0” on Ubuntu 18.04 / Ubuntu 16.04

    Change default network name (ens33) to old “eth0” on Ubuntu 18.04 / Ubuntu 16.04 By Raj Last updated ...

  5. windows7 安装IIS没有default web site 解决方法

    因当时是第一次在Windows 7上使用IIS,不小心把default web site删除了,后来无论怎么重装IIS都不行,最后想到能不能直接把别人安装好后的IIS相关文件夹拷过来使用,用宿舍一哥们 ...

  6. iis6.0 default web site 无法启动

    按照以往方式打开http://localhost/blog2/index.asp时,意外被提醒出现错误:http 404 无法找到文件.一时感觉不知所措,怎么会出现这样的问题? 近来还碰到了一个问题, ...

  7. How to open a web site with the default web browser in a NEW window

    http://delphi.about.com/cs/adptips2004/a/bltip0504_4.htm When using ShellExecute (as explained in th ...

  8. [转]how can I change default errormessage for invalid price

    本文转自:http://forums.asp.net/t/1598262.aspx?how+can+I+change+default+errormessage+for+invalid+price I ...

  9. windows 10 change default program bug

    windows 10 change default program bug https://www.isumsoft.com/windows-10/how-to-change-or-set-defau ...

随机推荐

  1. JavaScript sort() 方法

    定义和用法 sort() 方法用于对数组的元素进行排序. 语法 arrayObject.sort(sortby) 参数 描述 sortby 可选.规定排序顺序.必须是函数. 返回值 对数组的引用.请注 ...

  2. 使用C# (.NET Core) 实现适配器模式 (Adapter Pattern) 和外观模式 (Facade Pattern)

    本文的概念内容来自深入浅出设计模式一书 现实世界中的适配器(模式) 我带着一个国标插头的笔记本电脑, 来到欧洲, 想插入到欧洲标准的墙壁插座里面, 就需要用中间这个电源适配器. 面向对象的适配器 你有 ...

  3. cmseasy CmsEasy_5.6_20151009 无限制报错注入(parse_str()的坑)

    来源:http://wooyun.jozxing.cc/static/bugs/wooyun-2015-0137013.html parse_str()引发的注入, //parse_str()的作用是 ...

  4. 系统引导修复 ---- Windows 和 Ubuntu

    Windows: 1.准备windows相应镜像盘,u盘启动该系统 (以下均为windows10安装界面) 2.进入安装界面<语言,时间,键盘格式>,点击"下一步" 3 ...

  5. 模板Link Cut Tree (动态树)

    题目描述 给定N个点以及每个点的权值,要你处理接下来的M个操作.操作有4种.操作从0到3编号.点从1到N编号. 0:后接两个整数(x,y),代表询问从x到y的路径上的点的权值的xor和.保证x到y是联 ...

  6. hdu 5868 Polya计数

    Different Circle Permutation Time Limit: 3000/1500 MS (Java/Others)    Memory Limit: 262144/262144 K ...

  7. USACO 2017 US Open

    只会做T1,FallDream T2 n^2暴力AC,太强啦. T1.Modern Art 题目大意:有一个n*n的矩阵,一开始都是0,你有n^2种颜色,编号1到n^2,每次可以选出一种颜色涂满一个子 ...

  8. UOJ #11. 【UTR #1】ydc的大树

    题目描述: ydc有一棵n个结点的黑白相间的大树,从1到n编号. 这棵黑白树中有m个黑点,其它都是白点. 对于一个黑点我们定义他的好朋友为离他最远的黑点.如果有多个黑点离它最远那么都是它的好朋友.两点 ...

  9. hdu5558 后缀数组

    Alice's Classified Message Time Limit: 16000/8000 MS (Java/Others)    Memory Limit: 131072/131072 K ...

  10. 例10-1 uva11582(裴波那切数列)

    题意:你的任务是计算f(a^b)除以n的余数.其中f(0)=f(1)=1,且对于所有非负整数i,f(i+2)=f(i+1)+f(i). 思路: 由于是模运算,因此整个序列肯定会出现重复序列,所以先找出 ...