After execution of concurrent program, SQLException encounter while executing data trigger
Source is Data Template and calling the data trigger source from pl/sql package and all the parameters are defined correctly bust still encountering the below error.
[091025_114246018][][EXCEPTION] SQLException encounter while executing data trigger....java.sql.SQLException: ORA-06550: line 2, column 26:PLS-00302: component 'P_BOOK' must be declaredORA-06550: line 2, column 1:PL/SQL: Statement ignoredORA-06550: line 3, column 26:PLS-00302: component 'P_PERIOD' must be declaredORA-06550: line 3, column 1:PL/SQL: Statement ignored.
Please help if anyone have sample script for data template and plsql package with procedures or functions!!!
0