DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS dependencies on PA_PROJ_TASK_STRUC_PUB

Line 10585: IF ('Y' = PA_PROJ_TASK_STRUC_PUB.Published_version_exists(p_project_id))

10581:
10582: IF l_is_versioning_enabled = 'Y' THEN
10583:
10584: -- If published version exists then res list update is not allowed
10585: IF ('Y' = PA_PROJ_TASK_STRUC_PUB.Published_version_exists(p_project_id))
10586: THEN
10587: x_wp_rl_update_allowed_flag := 'N';
10588: x_reason_msg_code := 'PA_FP_PRL_PUBLISHED_VER_EXISTS';
10589: ELSE