DBA Data[Home] [Help]

APPS.PA_PROGRESS_PVT dependencies on PA_PROJ_TASK_STRUC_PUB

Line 4590: if ((p_calling_module = 'ASGMT_PLAN_CHANGE' and NVL(PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(l_c1rec.parent_project_id), 'N' ) = 'N') OR

4586: OPEN c_get_task_weightage_method(p_project_id);
4587: FETCH c_get_task_weightage_method INTO l_task_weight_basis_code,l_child_prog_cycle_id;
4588: CLOSE c_get_task_weightage_method;
4589: LOOP
4590: if ((p_calling_module = 'ASGMT_PLAN_CHANGE' and NVL(PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(l_c1rec.parent_project_id), 'N' ) = 'N') OR
4591: (p_calling_module <> 'ASGMT_PLAN_CHANGE')) then --4492493
4592: FETCH c1 INTO l_c1rec;
4593: EXIT WHEN c1%NOTFOUND;
4594: