Tuesday, 27 October 2015

Form Pesonalization (AR): Comment or Message is appears When Click on the Deliver Check Box for Accept.


Form Pesonalization (AR): Comment or Message is appears When Click on the Deliver Check Box for Accept.





Condition tab
Trigger Event: WHEN-NEW-ITEM-INSTANCE
Trigger Object: RCV_TRANSACTION.SUBINVENTORY_DSP
Condition : RCV_TRANSACTION.TRANSACTION_TYPE ='ACCEPT' AND
:RCV_TRANSACTION.LINE_CHKBOX ='Y' AND :RCV_TRANSACTION.PO_LINE_ID IN
(SELECT PLA.PO_LINE_ID FROM PO_LINES_ALL PLA
WHERE
PLA.ATTRIBUTE12='YES'
AND PLA.PO_LINE_ID = :RCV_TRANSACTION.PO_LINE_ID
AND PLA.PO_HEADER_ID = :RCV_TRANSACTION.PO_HEADER_ID)
Processing Mode: Both


Action tab
Message Type: Show Message Test: “It is a Capital Item”

No comments:

Post a Comment

How to make responsibilities as read only in oracle apps EBS R12 Using Custom.Pll Or Creating a read only Responsibility in oracle apps EBS R12 Using Custom.Pll

  How to make responsibilities as read only in oracle apps EBS R12 Using Custom.Pll Or Creating a read only Responsibility in oracle apps ...