限制ITEM读取其它物料的物料描述

应用

Oracle   Purchasing

Level

Function

函数名

Funcgtion Name

CUXPOXPOEPO

表单名

Form Name

POXPOEPO

说明

Description

限制物料读取其它物料的物料描述

条件

Condition

触发器事件

Tirgger Event

WHEN-VALIDATE-RECORD

触发器对象

Tirgger Object

PO_LINES

条件

Condition

exists (select 1 from   mtl_system_items_tl a

where   a.inventory_item_id=:PO_LINES.ITEM_ID

and   a.language=userenv('LANG')

and    a.description<>:PO_LINES.ITEM_DESCRIPTION

and :PO_LINES.PO_LINE_ID is   null

and   a.organization_id=fnd_profile.value('mfg_organization_id'))

处理模式

Processing Mode

Not in   Enter-Query Mode

上下文 层/值

Contest   Level/Value

Responsibility/***职责

活动

Actions

序号

seq

特性

Type

说明

Description

语言

Language

消息类型

Message   Type

Error

10

Message

/

ALL

消息文本

Message   Type

物料与物料描述不匹配,请修改!

内置类型

Builtin   Type

/

处理模式

讯息提醒模式

作业

讯息型态:显示

讯息内容: 物料与物料描述不匹配,请修改!

原文地址:https://www.cnblogs.com/st-sun/p/3179884.html