AOP_USER_TEST24_PKG
Constants
Others
-- c_aop_version
c_aop_version constant varchar2(6) := '24.1'
RUN_USER_TESTS Procedure
Run customer tests in table AOP_USER_TEST; if p_id is null, all tests will be ran
Syntax
procedure run_user_tests(
p_id in aop_automated_test.id%type,
p_app_id in number)
Parameters
Name | Description |
---|---|
p_id | Test id in table |
p_app_id | Application Id |