DBA Data[Home] [Help]

APPS.CZ_MODELOPERATIONS_PUB dependencies on CZ_MODEL_MIGRATION_PVT

Line 2087: 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);

2083:
2084: RAISE G_INCOMPATIBLE_API;
2085: END IF;
2086:
2087: 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);
2088:
2089: EXCEPTION
2090: WHEN G_INCOMPATIBLE_API THEN
2091: x_status := G_STATUS_ERROR;