DBA Data[Home] [Help]

APPS.PA_PROGRESS_PUB dependencies on PA_PROJECT_PUB

Line 23461: IF NVL(PA_PROJECT_PUB.G_ROLLUP_DEFER, 'N')= 'N'

23457: END IF; --l_check
23458: END IF;
23459: IF l_action = 'PUBLISH' AND l_budget_call_required_tbl(i) = 'Y' AND p_structure_type = 'WORKPLAN' THEN
23460: --14556729:Huawei Code change to defer the roll up API when G_ROLLUP_DEFER is set to Y , so that all the roll up is processed once at the end .
23461: IF NVL(PA_PROJECT_PUB.G_ROLLUP_DEFER, 'N')= 'N'
23462: THEN
23463:
23464: BEGIN
23465: -- We can additionally check the existence of data before calling

Line 23497: IF NVL(PA_PROJECT_PUB.G_ROLLUP_DEFER, 'N') = 'N'

23493: IF (l_base_struct_ver_id = -1) THEN
23494: l_base_struct_ver_id := l_structure_version_id_tbl(i);
23495: END IF;
23496: --14556729:Huawei Code change to defer the roll up API when G_ROLLUP_DEFER is set to Y , so that all the roll up is processed once at the end .
23497: IF NVL(PA_PROJECT_PUB.G_ROLLUP_DEFER, 'N') = 'N'
23498: THEN
23499:
23500: -- 4392189 : Instead of populate_workplan_data call, POPULATE_PJI_TAB_FOR_PLAN
23501: PA_PROGRESS_PUB.POPULATE_PJI_TAB_FOR_PLAN(

Line 23554: IF NVL(PA_PROJECT_PUB.G_ROLLUP_DEFER, 'N') = 'N'

23550: END LOOP;
23551: -- Bug 4218507 Begin
23552:
23553: -- 14556729:Huawei Code change to defer the roll up API when G_ROLLUP_DEFER is set to Y , so that all the roll up is processed once at the end .
23554: IF NVL(PA_PROJECT_PUB.G_ROLLUP_DEFER, 'N') = 'N'
23555: THEN
23556: PA_PROGRESS_PVT.ROLLUP_PROGRESS_PVT(
23557: p_init_msg_list => p_init_msg_list
23558: ,p_commit => p_commit

Line 23587: IF NVL(PA_PROJECT_PUB.G_ROLLUP_DEFER, 'N') = 'N'

23583: IF g1_debug_mode = 'Y' THEN
23584: pa_debug.write(x_Module=>'PA_PROGRESS_PUB.UPDATE_PROGRESS_BULK', x_Msg => 'Calling Singular ROLLUP_PROGRESS_PVT', x_Log_Level=> 3);
23585: END IF;
23586: -- 14556729:Huawei Code change to defer the roll up API when G_ROLLUP_DEFER is set to Y , so that all the roll up is processed once at the end .
23587: IF NVL(PA_PROJECT_PUB.G_ROLLUP_DEFER, 'N') = 'N'
23588: THEN
23589:
23590: PA_PROGRESS_PVT.ROLLUP_PROGRESS_PVT(
23591: p_init_msg_list => 'F'

Line 23636: IF NVL(PA_PROJECT_PUB.G_ROLLUP_DEFER, 'N')= 'N'

23632: ELSE
23633: l_calling_mode := 'FUTURE_ROLLUP';
23634: END IF;
23635: --14556729:Huawei Code change to defer the roll up API when G_ROLLUP_DEFER is set to Y , so that all the roll up is processed once at the end .
23636: IF NVL(PA_PROJECT_PUB.G_ROLLUP_DEFER, 'N')= 'N'
23637: THEN
23638: PA_PROGRESS_PVT.ROLLUP_FUTURE_PROGRESS_PVT(
23639: p_project_id => p_project_id_tbl(i)
23640: ,P_OBJECT_TYPE => l_object_type_tbl(i)