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. flask 操作mysql的两种方式-sql操作

    flask 操作mysql的两种方式-sql操作 一.用常规的sql语句操作 # coding=utf-8 # model.py import MySQLdb def get_conn(): conn ...

  2. Java基础之程序流程控制

    Java中的程序流程控制 Java中的程序流程分为三种结构:①顺序结构:②分支结构:③循环结构 一.顺序结构 Java中定义成员变量的时候,采用的是前向引用,也就是后面的变量可以引用之前定义好的变量. ...

  3. JavaScript实现图片轮播图

    <!DOCTYPE html><html> <head> <script > var time; function init(){ //设置定时操作 t ...

  4. if else if,switch case二者的联系与区别

    前段时间在学习中听到了一个关于条件判断语句的问题,分析if else if语句和switch case语句这两者之间的联系和区别,从而使用其中最有效率的一种方法. 一.if...else if if. ...

  5. 网络流入门-POJ1459PowerNetwork-Dinic模板

    (我有什么错误或者你有什么意见,欢迎留言或私聊!谢谢!) (Ps:以前听说过网络流,想着以后再学,这次中南多校赛也碰到有关网络流的题目,想着这两天试着学学这个吧~~ 这是本人网络流入门第二题,不知道怎 ...

  6. 【python进阶】详解元类及其应用1

    前言 元类在python中是很重要的一部分,我将分两次去讲解元类及其应用,此篇为详解元类及其应用第一篇,下面开始今天的说明~~~ 1. 类也是对象 在⼤多数编程语⾔中,类就是⼀组⽤来描述如何⽣成⼀个对 ...

  7. 数据库性能优化之SQL语句优化(上)

    一.问题的提出 在应用系统开发初期,由于开发数据库数据比较少,对于查询SQL语句,复杂视图的编写等体会不出SQL语句各种写法的性能优劣,但是如果将应用系统提交实际应用后,随着数据库中数据的增加,系统的 ...

  8. 洞见世界(1): 拉勾网大数据告诉你, 会计最高月薪达33k!

    前言: 小李是个很有上进心的女孩, 老板让她了解下会计这个行业的薪资情况, 她不清楚怎么去做, 所以找了笔者, 当当当, 然后这一份薪资报告就出来了^_^.(小李为虚拟人物) by  璀璨者张健, 专 ...

  9. [LeetCode] Special Binary String 特殊的二进制字符串

    Special binary strings are binary strings with the following two properties: The number of 0's is eq ...

  10. IIS&ASP.NET 站点IP跳转到域名

    前言:先到微软的 https://www.iis.net/downloads/microsoft/url-rewrite  下载URL Rewrite 目标:输入ip跳转到域名所在的网站 比如58的1 ...