Gettin Error function fa_cache_pkg.fazcat returned failure and function fa_addition_pvt.initialize r
Hi Guru
There is a program to add an asset to a specific book, this program is using fa_addition_pub.do_addition procedure to add the asset.
When we are running this program from application i am getting below error
ORA-0000: normal, successful completion
Cache: Error retrieving row from FA_CATEGORIES table for:
Category ID:
Cause: You have a database problem.
Action: Contact your system administrator.
ORA-01403: no data found
Error: function fa_cache_pkg.fazcat returned failure
Error: function fa_addition_pvt.initialize returned failure
Error: function fa_addition_pub.do_addition returned failure
And when the same API i am using from SQL DEVELOPER as PL/SQL block toadd the asset to a specific book.
There is a program to add an asset to a specific book, this program is using fa_addition_pub.do_addition procedure to add the asset.
When we are running this program from application i am getting below error
ORA-0000: normal, successful completion
Cache: Error retrieving row from FA_CATEGORIES table for:
Category ID:
Cause: You have a database problem.
Action: Contact your system administrator.
ORA-01403: no data found
Error: function fa_cache_pkg.fazcat returned failure
Error: function fa_addition_pvt.initialize returned failure
Error: function fa_addition_pub.do_addition returned failure
And when the same API i am using from SQL DEVELOPER as PL/SQL block toadd the asset to a specific book.
0