DBA Data[Home] [Help]

APPS.PA_PROJ_TEMPLATE_SETUP_PVT dependencies on PA_PROJECT_CORE

Line 2196: Pa_Project_Core.Delete_Project (

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