DBA Data[Home] [Help]

APPS.CZ_DIAGNOSTICS_PVT dependencies on STANDARD

Line 526: END verify_structure; --(standard API)

522: IS
523: BEGIN
524: verify_structure(p_api_version, p_devl_project_id, p_debug_flag, 0, NULL,
525: x_run_id, x_return_status, x_msg_count, x_msg_data);
526: END verify_structure; --(standard API)
527: ---------------------------------------------------------------------------------------
528: --Example if use:
529: -- SELECT cz_diagnostics_pvt.fast_verify(623160) FROM DUAL;
530: