DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PUB dependencies on PA_PROJ_TASK_STRUC_PUB

Line 2750: l_wp_version_enabled := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_project_id); --Bug 4482903

2746: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS)
2747: THEN
2748: RAISE FND_API.G_EXC_ERROR;
2749: END IF;
2750: l_wp_version_enabled := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_project_id); --Bug 4482903
2751: --If p_published_version_exists ='N'
2752: -- IF ( p_published_version_exists = 'N') --Bug 4482903
2753: -- Added an additional condition for handling the Version Disabled Case
2754: IF (p_published_version_exists ='N' OR l_wp_version_enabled= 'N') --Bug 4482903