DBA Data[Home] [Help]

APPS.PA_BUDGET_PVT dependencies on PA_TASK_UTILS

Line 6566: IF px_budget_lines_in(i).pa_task_id <> pa_task_utils.get_top_task_id( px_budget_lines_in(i).pa_task_id ) THEN

6562:
6563: IF(p_budget_type_code IS NOT NULL) THEN --Budget Model
6564:
6565: IF p_entry_level_code = 'T' THEN -- then check whether it is top task
6566: IF px_budget_lines_in(i).pa_task_id <> pa_task_utils.get_top_task_id( px_budget_lines_in(i).pa_task_id ) THEN
6567: IF FND_MSG_PUB.check_msg_level(FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
6568: pa_interface_utils_pub.map_new_amg_msg
6569: ( p_old_message_code => 'PA_TASK_IS_NOT_TOP'
6570: ,p_msg_attribute => 'CHANGE'

Line 6617: l_top_task_id := pa_task_utils.get_top_task_id( px_budget_lines_in(i).pa_task_id );

6613: -- lowest level tasks
6614: THEN
6615: --Added check to prevent the user from entering the amounts for both
6616: --top task and one of its sub tasks.
6617: l_top_task_id := pa_task_utils.get_top_task_id( px_budget_lines_in(i).pa_task_id );
6618:
6619: l_top_task_planning_level := NULL;
6620:
6621: IF px_budget_lines_in(i).pa_task_id = nvl(l_top_task_id,-99) THEN

Line 6711: AND (px_budget_lines_in(i).pa_task_id <> pa_task_utils.get_top_task_id( px_budget_lines_in(i).pa_task_id )) THEN

6707: -- If Planning level is Top, then only top task or project level planning is allowed.
6708:
6709: IF p_entry_level_code = 'T' THEN -- then check whether it is a task at top level or project level
6710: IF (px_budget_lines_in(i).pa_task_id <> 0)
6711: AND (px_budget_lines_in(i).pa_task_id <> pa_task_utils.get_top_task_id( px_budget_lines_in(i).pa_task_id )) THEN
6712: IF p_calling_context = 'WEBADI' THEN -- Bug 3986129: FP.M Web ADI Dev changes
6713: l_webadi_err_code_tbl.extend(1);
6714: l_webadi_err_code_tbl(l_webadi_err_code_tbl.COUNT) := 'PA_FP_WA_TASK_IS_NOT_TOP';
6715: l_webadi_err_task_id_tbl.extend(1);