Question

Custom Event Attribute

  • 24 February 2021
  • 1 reply
  • 322 views

Badge +1

I am looking to create a Custom Event for a Non Conformance Report which triggers when the Severity ID changes and is looking for Action States (For any) to be not Cancelled. 

I created an event triggering change in Severity ID with Custom Attribute

ncr_correction_action_api.get_objstate(&NEW:NCR_NO)

Gives Error of “Wrong Number or Types of Arguments”


This topic has been closed for comments

1 reply

Userlevel 7
Badge +21

Hi @SCasson ,

 

Looks like Ncr_Correction_Action_API.Get_Objstate takes two input parameters NCR_NO and CA_LINE_NO.

--@PoReadOnly(Get_Objstate)
FUNCTION Get_Objstate (
ncr_no_ IN VARCHAR2,
ca_line_no_ IN NUMBER ) RETURN VARCHAR2;

 

Regards,

William Klotz