DBA Data[Home] [Help]

APPS.PA_PLANNING_TRANSACTION_UTILS dependencies on PA_BUDGET_VERSIONS

Line 8: p_struct_elem_version_id IN pa_budget_versions.project_structure_version_id%TYPE

4: ----------------------------------
5: --Functions/Procedures Declaration
6: ----------------------------------
7: FUNCTION Get_Wp_Budget_Version_Id (
8: p_struct_elem_version_id IN pa_budget_versions.project_structure_version_id%TYPE
9: )
10: RETURN NUMBER;
11:
12:

Line 40: ,p_project_structure_version_id IN pa_budget_versions.project_structure_version_id%TYPE

36: -- Dates will not be defaulted if they are passed to the API at a particular index.
37: PROCEDURE get_default_planning_dates
38: ( p_project_id IN pa_projects_all.project_id%TYPE
39: ,p_element_version_id_tbl IN SYSTEM.pa_num_tbl_type
40: ,p_project_structure_version_id IN pa_budget_versions.project_structure_version_id%TYPE
41: ,p_planning_start_date_tbl IN SYSTEM.pa_date_tbl_type DEFAULT SYSTEM.PA_DATE_TBL_TYPE()
42: ,p_planning_end_date_tbl IN SYSTEM.pa_date_tbl_type DEFAULT SYSTEM.PA_DATE_TBL_TYPE()
43: ,x_planning_start_date_tbl OUT NOCOPY SYSTEM.pa_date_tbl_type --File.Sql.39 bug 4440895
44: ,x_planning_end_date_tbl OUT NOCOPY SYSTEM.pa_date_tbl_type --File.Sql.39 bug 4440895

Line 63: ,p_budget_Version_id IN pa_budget_Versions.budget_version_id%TYPE DEFAULT NULL--Req only when

59: -- populated the tmp table for calling the PJI Update API.
60: PROCEDURE call_update_rep_lines_api
61: (
62: p_source IN VARCHAR2
63: ,p_budget_Version_id IN pa_budget_Versions.budget_version_id%TYPE DEFAULT NULL--Req only when
64: --p_source is PL-SQL
65: ,p_resource_assignment_id_tbl IN SYSTEM.pa_num_tbl_type DEFAULT SYSTEM.pa_num_tbl_type()
66: ,p_period_name_tbl IN SYSTEM.pa_varchar2_30_tbl_type DEFAULT SYSTEM.pa_varchar2_30_tbl_type()
67: ,p_start_date_tbl IN SYSTEM.pa_date_tbl_type DEFAULT SYSTEM.pa_date_tbl_type()