DBA Data[Home] [Help]

APPS.PA_PLAN_RES_LIST_PUB dependencies on PA_GET_RESOURCE

Line 2279: PA_GET_RESOURCE.delete_resource_list_ok(

2275: * error message can be shown first, instead of a cryptic downstream
2276: * error when trying to delete a format */
2277: l_err_code := 0;
2278:
2279: PA_GET_RESOURCE.delete_resource_list_ok(
2280: p_res_list_id, 'Y', l_err_code, l_msg_data);
2281: IF l_err_code <> 0 THEN
2282: l_return_status := FND_API.G_RET_STS_ERROR;
2283: l_msg_count := l_msg_count + 1;