DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on PA_PROJECT_PVT

Line 2819: PA_PROJECT_PVT.CONVERT_PM_TASKREF_TO_ID_all

2815: l_task_id := p_task_id;
2816: ELSIF
2817: ( p_pm_task_reference IS NOT NULL AND p_pm_task_reference <> PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR )
2818: THEN
2819: PA_PROJECT_PVT.CONVERT_PM_TASKREF_TO_ID_all
2820: (p_pa_project_id => p_project_id
2821: ,p_pm_task_reference => p_pm_task_reference
2822: ,p_structure_type => p_structure_type
2823: ,p_out_task_id => l_task_id

Line 4770: -- Notes: This api is not included in PA_PROJECT_PVT to avoid dependency.

4766: -- History
4767: --
4768: -- 14-AUG-02 MAansari -Created
4769: --
4770: -- Notes: This api is not included in PA_PROJECT_PVT to avoid dependency.
4771:
4772: PROCEDURE convert_pm_parent_task_ref(
4773: p_pm_parent_task_reference IN VARCHAR2
4774: ,p_project_id IN NUMBER

Line 6146: -- to PA_PROJECT_PVT.Convert_pm_taskref_to_id_all to retrieve task id for task reference

6142: --convert pm_parent_task_reference to parent_task_id.
6143: --All the parent tasks are created first then child tasks are created. See TRM for AMG load_task api.
6144:
6145: -- Bug 3601700 changed function call from PA_PROJ_TASK_STRUC_PUB.convert_pm_parent_task_ref
6146: -- to PA_PROJECT_PVT.Convert_pm_taskref_to_id_all to retrieve task id for task reference
6147: -- because PA_PROJ_TASK_STRUC_PUB.convert_pm_parent_task_ref may return financial task id
6148: -- in case of SHARED structure
6149: -- new api call takes structure type as parameter, so it will return task id for the passed structure type only */
6150: /* PA_PROJ_TASK_STRUC_PUB.convert_pm_parent_task_ref(

Line 6157: PA_PROJECT_PVT.Convert_pm_taskref_to_id_all (

6153: ,x_parent_task_id => v_parent_task_id
6154: ,x_return_status => l_return_status
6155: ); */
6156:
6157: PA_PROJECT_PVT.Convert_pm_taskref_to_id_all (
6158: p_pa_project_id => p_project_id
6159: , p_structure_type => 'WORKPLAN'
6160: , p_pm_task_reference => p_tasks_in(i).pm_parent_task_reference
6161: , p_out_task_id => v_parent_task_id

Line 14933: -- to PA_PROJECT_PVT.Convert_pm_taskref_to_id_all to retrieve task id for task reference

14929: --convert pm_parent_task_reference to parent_task_id.
14930: --All the parent tasks are created first then child tasks are created. See TRM for AMG load_task api.
14931:
14932: -- 3721124 changed function call from PA_PROJ_TASK_STRUC_PUB.convert_pm_parent_task_ref
14933: -- to PA_PROJECT_PVT.Convert_pm_taskref_to_id_all to retrieve task id for task reference
14934: -- because PA_PROJ_TASK_STRUC_PUB.convert_pm_parent_task_ref may return financial task id
14935: -- in case of SHARED structure
14936: -- new api call takes structure type as parameter, so it will return task id for the passed structure type only
14937:

Line 14945: PA_PROJECT_PVT.Convert_pm_taskref_to_id_all (

14941: -- ,x_parent_task_id => l_cur_pa_tasks_rec.parent_task_id
14942: -- ,x_return_status => x_return_status
14943: -- );
14944:
14945: PA_PROJECT_PVT.Convert_pm_taskref_to_id_all (
14946: p_pa_project_id => p_project_id
14947: , p_structure_type => 'WORKPLAN'
14948: -- 3721124 p_pa_task_id will be null in this context
14949: -- , p_pa_task_id => l_cur_pa_tasks_rec.parent_task_id

Line 15070: -- to PA_PROJECT_PVT.Convert_pm_taskref_to_id_all to retrieve task id for task reference

15066: --convert pm_parent_task_reference to parent_task_id.
15067: --All the parent tasks are created first then child tasks are created. See TRM for AMG load_task api.
15068:
15069: -- 3721124 changed function call from PA_PROJ_TASK_STRUC_PUB.convert_pm_parent_task_ref
15070: -- to PA_PROJECT_PVT.Convert_pm_taskref_to_id_all to retrieve task id for task reference
15071: -- because PA_PROJ_TASK_STRUC_PUB.convert_pm_parent_task_ref may return financial task id
15072: -- in case of SHARED structure
15073: -- new api call takes structure type as parameter, so it will return task id for the passed structure type only
15074:

Line 15083: PA_PROJECT_PVT.Convert_pm_taskref_to_id_all (

15079: -- ,x_return_status => x_return_status
15080: -- );
15081:
15082:
15083: PA_PROJECT_PVT.Convert_pm_taskref_to_id_all (
15084: p_pa_project_id => p_project_id
15085: , p_structure_type => 'WORKPLAN'
15086: -- 3721124 p_pa_task_id will be null in this context
15087: -- , p_pa_task_id => l_cur_pa_tasks_rec.parent_task_id

Line 15461: PA_PROJECT_PVT.Update_One_Task

15457: CLOSE C_GET_TASK_DATES;
15458:
15459: -- Changes for --bug 8301015
15460: --Call Update_One_Task to update financial attributes
15461: PA_PROJECT_PVT.Update_One_Task
15462: (
15463: p_api_version_number => p_api_version_number,
15464: p_commit => FND_API.G_FALSE,
15465: p_msg_count => x_msg_count,