APP-FND-01706: Error Updating TABLE_NAME In FND_DOCUMENT_SEQUENCES (文档 ID 338026.1)

In this Document

Symptoms

Cause

Solution


Applies to:

Oracle Order Management - Version 11.5.10.0 and later
Information in this document applies to any platform.
***Checked for relevance on 10-JUN-2013***

Symptoms

When attempting to assign Category to Sequence 1 the following error occurs.
ERROR
-----------------------
APP-FND-01706: Error updating TABLE_NAME in FND_DOCUMENT_SEQUENCES
STEPS
-----------------------
Go to OM Super User > Set up > Documents > Assign

Cause

The Category already exists assigned to a different sequence.

This can also occur if the define sequence form is being open in the back ground.

Solution

To implement the solution, please execute the following steps:
1. End date the current record for the Category (Setup > Documents > Assign) Sequence Assignments
2. Create a new row with for the desired Category and assign to the correct Sequence.

时间: 2024-10-01 03:12:27

APP-FND-01706: Error Updating TABLE_NAME In FND_DOCUMENT_SEQUENCES (文档 ID 338026.1)的相关文章

Introduction to 600/7445 Internal Error Analysis (文档 ID 390293.1)

In this Document   Purpose   Troubleshooting Steps   References Applies to: Oracle Database - Enterprise Edition - Version 8.1.7.4 to 11.2.0.3 [Release 8.1.7 to 11.2] Information in this document applies to any platform. ***Checked for relevance on 2

Ora-955 Error Running Utl_Recomp.Recomp_Serial (文档 ID 1274504.1)

Oracle Server - Enterprise Edition - Version 10.2.0.1 to 10.2.0.5 [Release 10.2] Information  in this document applies to any platform. Symptoms The utl_recomp package errors out trying to compile a schema. SQL> exec sys.utl_recomp.recomp_serial('SCO

app后端开发一:基于swagger-ui构建api接口文档工具

声明 之前写过关于app后端开发的一系列文章,那是我第一次做app后端开发,存在很多不足,本想好好修改一下,想想还是重新写吧,这样子也能让我博客文章看起来多一点嘛,万一以后找工作,别人一看我博客这么多内容,是不是很屌? 这次文章先从构建resetful风格的api文档工具开始.没有一个好的文档工具,在app前端人员开发过程中会导致开发效率极低,而且时不时的,他们就来找你跟他们断点一下. 我的文档经历 这里先不讨论我的数据传输是否合理,仅仅以这些数据作为一个演示.后面会有专门的章节进行app数据传

Error updating database. Cause: java.sql.BatchUpdateException: Field 'id' doesn't have a default value

异常信息 ### Error updating database. Cause: java.sql.BatchUpdateException: Field 'id' doesn't have a default value Query is: INSERT INTO `test`.`order` ( `order`.`code`, `order`.`create_date`, `order`.`status`, ) VALUES ( ?, ?, 原因 数据库表设计时候id没有加自动增长 myba

Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'username' cannot be null

今天程序中遇见这个错误一直找不到哪里错后来重写了一遍jsp页面才知道 username我写成了name 和po中的代码对应不上导致了这个错误 写代码一定要认真一点啊     好坑啊 Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'username' cannot be null

### Error updating database. Cause: com.microsoft.sqlserver.jdbc.SQLServerException: 必须声明标量变量 "@[email protected]"。(sql少一个逗号)【??】

(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,[??],?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)### Error updating database. Cause: com.microsoft.sqlserver.jdbc.SQLServerException: 必须声明标量变量 "@[email protected]".### The erro

Next.js文档自定义App、Document,getInitialProps翻译

getInitialProps getInitialProps在页面中启用服务端渲染并允许你进行初始数据注入,也就是发送在服务器已经注入了数据的页面.这有利于SEO. getInitialProps会禁用自动静态优化 getInitialProps是一个可以作为静态方法添加到任意页面的异步方法,看下面例子: import fetch from 'isomorphic-unfetch' function Page({ stars }) { return <div>Next stars: {sta

app开发需求文档怎么写

我们在开发app前都会做需求分析,这个app开发需求文档怎么写呢?一般可以从这几点入手:确定APP方案的目标,APP方案的受众分析,APP开发方案功能设计,APP的操作系统说明方案,APP是是否是原生APP,APP方案的视觉设计,APP开发方案中的其他细节.以下是一个app开发需求文档模板,里面写清了app开发需求说明,可以参考 1.引言 1.1目的: · 阐明开发本app的目的:  1.2 项目背景 · 标识待开发app产品的名称.代码:  · 列出本项目的任务提出者.项目负责人.系统分析员.

Android Error: No resource found &#183;&#183;&#183; &#39;layout_above&#39; with value &#39;@id/&#183;&#183;&#183;

关于android:id="@+id/" 和 android:id="@id/"的问题 本以为自己已经理解了这两个,无非就是第一次创建id时用+id/呗 但是没想到这里创建顺序是严格按照代码顺序来的,如:在RelativeLayout中 <RelativeLayout ```` <Widget1 android:layout_above="@id/widget_2" ````/> <Widget2 android:id=&