REP-1401: 'afterpform': Fatal PL/SQL error occurred
user5345Sep 18 2011 — edited Sep 21 2011Dear All,
Im using the below code in report 10g "after parameter form" trigger and which is giving me error:
IF :P_TYPE = 'Govt' THEN
:LP_TYPE := 'and rctt.cust_trx_type_id in (''1062'', ''1063'')';
END IF;
Error:
REP-1401: 'afterpform': Fatal PL/SQL error occurred.
ORA-06502: PL/SQL: numeric or value error
Can any one tell me the above code used the correct syntax.