DBA Data[Home] [Help]

APPS.CZ_MODELOPERATIONS_PUB dependencies on CZ_MODEL_MIGRATION_PVT

Line 2083: cz_model_migration_pvt.migrate_models(p_request_id, p_user_id, p_resp_id, p_appl_id, p_run_id, x_run_id, x_status);

2079:
2080: RAISE G_INCOMPATIBLE_API;
2081: END IF;
2082:
2083: cz_model_migration_pvt.migrate_models(p_request_id, p_user_id, p_resp_id, p_appl_id, p_run_id, x_run_id, x_status);
2084:
2085: EXCEPTION
2086: WHEN G_INCOMPATIBLE_API THEN
2087: x_status := G_STATUS_ERROR;