DBA Data[Home] [Help]

APPS.PA_PROJ_TEMPLATE_SETUP_PVT dependencies on PA_PROJECT_CORE

Line 2201: Pa_Project_Core.Delete_Project (

2197: FND_MSG_PUB.initialize;
2198: END IF;
2199:
2200: --Bug 2947492: The following api call is modified to pass parameters by notation.
2201: Pa_Project_Core.Delete_Project (
2202: x_project_id => p_Project_id,
2203: x_err_code => l_err_code ,
2204: x_err_stage => l_err_stage,
2205: x_err_stack => l_err_stack);