Change Lov Query
Change Lov Query
Below
are the steps required for the same.
or alternately
='declare
v_field_value VARCHAR2(200) ;
begin
apassi_prc ('''||$
{item.PO_CONTROL_RULES.OBJECT_CODE_DISPLAYED_VALUE.value}||''');
end'
Note the syntax, after =, entire declare begin end is within single quote.
Also, there is no semi colon after "end"
You can pass field values as
'''||${item.BLOCKNAME.FIELDNAME.value}||'''