DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PUB dependencies on PA_PROJ_TASK_STRUC_PUB

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

2754: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS)
2755: THEN
2756: RAISE FND_API.G_EXC_ERROR;
2757: END IF;
2758: l_wp_version_enabled := PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_project_id); --Bug 4482903
2759: --If p_published_version_exists ='N'
2760: -- IF ( p_published_version_exists = 'N') --Bug 4482903
2761: -- Added an additional condition for handling the Version Disabled Case
2762: IF (p_published_version_exists ='N' OR l_wp_version_enabled= 'N') --Bug 4482903