DBA Data[Home] [Help]

APPS.CZ_CONTRACTS_API_GRP dependencies on CZ_DEVELOPER_UTILS_PVT

Line 97: cz_developer_utils_pvt.delete_model(p_model_id

93: x_msg_count := 1;
94: RAISE FND_API.G_EXC_ERROR;
95: END;
96:
97: cz_developer_utils_pvt.delete_model(p_model_id
98: ,x_return_status
99: ,x_msg_count
100: ,x_msg_data);
101: EXCEPTION

Line 304: cz_developer_utils_pvt.delete_ui_def(p_ui_def_id,

300: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
301: RAISE G_INCOMPATIBLE_API;
302: END IF;
303:
304: cz_developer_utils_pvt.delete_ui_def(p_ui_def_id,
305: x_return_status,
306: x_msg_count,
307: x_msg_data);
308: EXCEPTION