DBA Data[Home] [Help]

APPS.PA_PLAN_RES_LIST_PUB dependencies on PA_GET_RESOURCE

Line 2294: PA_GET_RESOURCE.delete_resource_list_ok(

2290: * error message can be shown first, instead of a cryptic downstream
2291: * error when trying to delete a format */
2292: l_err_code := 0;
2293:
2294: PA_GET_RESOURCE.delete_resource_list_ok(
2295: p_res_list_id, 'Y', l_err_code, l_msg_data);
2296: IF l_err_code <> 0 THEN
2297: l_return_status := FND_API.G_RET_STS_ERROR;
2298: l_msg_count := l_msg_count + 1;