zoukankan      html  css  js  c++  java
  • 供应类型与计划分类一致性检查(PO)

    应用

    Oracle   Purchasing

    Level

    Function

    函数名

    Funcgtion Name

    CUXPOIMM

    表单名

    Form Name

    CUXPOIMM

    说明

    Description

    供应类型与计划分类一致性检查(PO)

    条件

    Condition

    触发器事件

    Tirgger Event

    WHEN-NEW-ITEM-INSTANCE

    触发器对象

    Tirgger Object

    POIMM.MPP_CATEGORY_SEGS

    条件

    Condition

    ${item.poimm.mpl_category_segs.value}   is not null

     and   ${item.poimm.wip_supply_type_meaning.value} is not null

     and   (${item.poimm.wip_supply_type_meaning.value} like '%拉式%'

     and (${item.poimm.mpl_category_segs.value}  like '%推式' or   ${item.poimm.mpl_category_segs.value}    like '%一般物料'    ) or ${item.poimm.wip_supply_type_meaning.value} = '推式'

     and   ${item.poimm.mpl_category_segs.value}    like '%拉式' )

    处理模式

    Processing Mode

    Not in Enter-Query   Mode

    上下文 层/值

    Contest   Level/Value

    Responsibility/***职责

    活动

    Actions

    序号

    seq

    特性

    Type

    说明

    Description

    语言

    Language

    消息类型

    Message   Type

    Show

    10

    Message

    /

    ALL

    消息文本

    Message   Type

    '该物料的计划分类 '${item.poimm.mpl_category_segs.value}'   与供应方式 '${item.poimm.wip_supply_type_meaning.value}' 不一致!'

    内置类型

    Builtin   Type

    /

    处理模式

    讯息提醒模式

    作业

    讯息型态:显示

    讯息内容: '该物料的计划分类 '${item.poimm.mpl_category_segs.value}' 与供应方式 '${item.poimm.wip_supply_type_meaning.value}' 不一致!'

  • 相关阅读:
    阅读文献的三大问题:坐不住,记不住,想不开
    C++之vector模板类
    C++之string类
    算法学习(1)枚举法求运算符
    二叉树(4)非递归法遍历二叉树
    二叉树(3):对二叉树数的操作
    Pascal's Triangle,Pascal's Triangle II
    Next Permutation
    Permutations,Permutations II,Combinations
    Majority Element,Majority Element II
  • 原文地址:https://www.cnblogs.com/st-sun/p/3179674.html
Copyright © 2011-2022 走看看