DBA Data[Home] [Help]

APPS.PA_PROJECT_CHECK_PVT dependencies on PA_PROJECT_CHECK_PVT

Line 1: package body PA_PROJECT_CHECK_PVT as

1: package body PA_PROJECT_CHECK_PVT as
2: /*$Header: PAPMPCVB.pls 120.17 2011/11/18 13:14:08 krkondur ship $*/
3:
4: --Global constants to be used in error messages
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PA_PROJECT_CHECK_PUB';

Line 143: API and that in turn calls the pa_project_check_pvt.Check_Delete_Task_OK_pvt API.

139:
140: This error was also coming up from the Convert_pm_taskref_to_id_all API. There was a call to the
141: PA_PROJECT_PVT.Convert_pm_taskref_to_id_all API in the flow. MSP calls the PA_PROJECT_PUB.check_task_mfd API
142: to determine whether a task can be deleted at all or not. This in turn calls the pa_project_pub.Check_Delete_Task_OK
143: API and that in turn calls the pa_project_check_pvt.Check_Delete_Task_OK_pvt API.
144: In this API the call to PA_PROJECT_PVT.Convert_pm_taskref_to_id_all the structure type is also passed as shown below.
145: As the structure type 'FINANCIAL' was passed the Convert_pm_taskref_to_id_all API was looking for the task in the
146: PA_TASKS table in the cursor l_task_id_csr. As this was not returning any rows the above error is thrown. The task
147: is there but due to the structure type 'WORKPLAN' it is residing in the elements tables as it is not yet published as well.

Line 3738: end PA_PROJECT_CHECK_PVT;

3734:
3735: END check_manager_date_range;
3736:
3737: --------------------------------------------------------------------------------
3738: end PA_PROJECT_CHECK_PVT;