DBA Data[Home] [Help]

APPS.PA_BUDGET_CHECK_PVT dependencies on PA_PLANNING_TRANSACTION_UTILS

Line 458: * by calling PA_PLANNING_TRANSACTION_UTILS.get_defautl_planning_dates api when

454: ELSE --time_phased_type_code = 'N'
455:
456: /* Bug 3986129: FP.M Web ADI Dev changes:
457: * Changed the logic in the code to derive the budget line start date and end date
458: * by calling PA_PLANNING_TRANSACTION_UTILS.get_defautl_planning_dates api when
459: * both these dates are not passed. If both the dates are passed to this api,
460: * then they are honoured and the validation done here to check if end date > start date
461: * If any one of the date is not passed, an error is raised.
462: * Now, instead of populating the error messages to the stack, the respective error

Line 549: PA_PLANNING_TRANSACTION_UTILS.get_default_planning_dates

545: p_period_name_out := p_period_name_in;
546:
547: ELSE
548:
549: PA_PLANNING_TRANSACTION_UTILS.get_default_planning_dates
550: ( p_project_id => p_project_id
551: ,p_element_version_id_tbl => l_elem_ver_id_tbl
552: ,p_project_structure_version_id => l_parent_structure_version_id
553: ,x_planning_start_date_tbl => l_start_date_tbl

Line 775: PA_PLANNING_TRANSACTION_UTILS.get_default_planning_dates

771: l_elem_ver_id_tbl(l_elem_ver_id_tbl.COUNT) := 0;
772:
773: END IF;
774:
775: PA_PLANNING_TRANSACTION_UTILS.get_default_planning_dates
776: ( p_project_id => p_project_id
777: ,p_element_version_id_tbl => l_elem_ver_id_tbl
778: ,p_project_structure_version_id => l_parent_structure_version_id
779: ,x_planning_start_date_tbl => l_start_date_tbl

Line 936: PA_PLANNING_TRANSACTION_UTILS.get_default_planning_dates

932: -- preparing the input tables
933: l_elem_ver_id_tbl.EXTEND(1);
934: l_elem_ver_id_tbl(l_elem_ver_id_tbl.COUNT) := p_task_id;
935:
936: PA_PLANNING_TRANSACTION_UTILS.get_default_planning_dates
937: ( p_project_id => p_project_id
938: ,p_element_version_id_tbl => l_elem_ver_id_tbl
939: ,p_project_structure_version_id => PA_PROJECT_STRUCTURE_UTILS.GET_FIN_STRUC_VER_ID(p_project_id => p_project_id )
940: ,x_planning_start_date_tbl => l_start_date_tbl