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. React-Native(四):React Native之View学习

    React Native实现以下布局效果:携html5(http://m.ctrip.com/html5/) 基于HelloWord修改项目代码: /** * Sample React Native ...

  2. POJ-1182 食物链---并查集(附模板)

    题目链接: https://vjudge.net/problem/POJ-1182 题目大意: 中文题,不多说. 思路: 给每个动物创建3个元素,i-A, i-B, i-C i-x表示i属于种类x,并 ...

  3. js面向对象之公有、私有、静态属性和方法详解

    现下,javascript大行其道,对于网站开发人员来说,javascript是必需掌据的一门语言,但随着jquery等框架的流行和使用,许多人对于原生javascript缺乏深入的理解,习惯了函数式 ...

  4. 生成和配置https证书

    最近在做小程序,调用后台接口需要https协议请求,小程序之所以这么要求,也是因为http协议是明文传播文件数据的,出于数据安全考虑,必须使用https协议. http想实现为https 就需要为配置 ...

  5. 坑:JavaScript 中 操作符“==” 和“===” 的区别

    标题:JavaScript 中 操作符"==" 和"===" 的区别 记录一些很坑的区别: 1. '' == '0' // false 0 == '' // t ...

  6. [HNOI 2018]道路

    Description 题库链接 给出一棵含有 \(n\) 个叶子节点的二叉树,对于每个非叶子节点的节点,其与左儿子相连的边为公路,其与右儿子相连的边为铁路.对于每个节点,选择一条与其儿子相连的铁路或 ...

  7. [SHOI2008]小约翰的游戏John

    Description 小约翰经常和他的哥哥玩一个非常有趣的游戏:桌子上有n堆石子,小约翰和他的哥哥轮流取石子,每个人取 的时候,可以随意选择一堆石子,在这堆石子中取走任意多的石子,但不能一粒石子也不 ...

  8. [WC2006]水管局长数据加强版

    Description SC省MY市有着庞大的地下水管网络,嘟嘟是MY市的水管局长(就是管水管的啦),嘟嘟作为水管局长的工作就是:每天供水公司可能要将一定量的水从x处送往y处,嘟嘟需要为供水公司找到一 ...

  9. [POJ 2104]K-th Number【模板】(主席树)

    题目背景 这是个非常经典的主席树入门题——静态区间第K小 数据已经过加强,请使用主席树.同时请注意常数优化 题目描述 如题,给定N个正整数构成的序列,将对于指定的闭区间查询其区间内的第K小值. 输入输 ...

  10. bzoj 5297: [Cqoi2018]社交网络

    Description 当今社会,在社交网络上看朋友的消息已经成为许多人生活的一部分.通常,一个用户在社交网络上发布一条消息 (例如微博.状态.Tweet等)后,他的好友们也可以看见这条消息,并可能转 ...