DBA Data[Home] [Help]

APPS.PJI_FM_XBS_ACCUM_MAINT dependencies on PA_TASK_PUB1

Line 471: IF NVL(Pa_Task_Pub1.G_CALL_PJI_ROLLUP, 'Y') = 'N' THEN

467: , x_return_status => x_return_status );
468:
469: x_msg_code := Fnd_Api.G_RET_STS_SUCCESS;
470:
471: IF NVL(Pa_Task_Pub1.G_CALL_PJI_ROLLUP, 'Y') = 'N' THEN
472: RETURN;
473: END IF;
474:
475: print_time ( 'PLAN_UPDATE begin');

Line 3933: pa_task_pub1.G_CALL_PJI_ROLLUP := 'Y';

3929: WHERE
3930: plan_version_id = l_plan_version_id;
3931:
3932: --Callingt plan_update to process data in PJI_FM_EXTR_PLAN_LINES
3933: pa_task_pub1.G_CALL_PJI_ROLLUP := 'Y';
3934: pji_fm_xbs_accum_maint.plan_update (
3935: p_plan_version_id => l_plan_version_id,
3936: x_msg_code => l_msg_data,
3937: x_return_status => l_return_status );

Line 3946: pa_task_pub1.G_CALL_PJI_ROLLUP := 'N';

3942: Pji_Utils.write2log('WBS Maint Pvt:' || 'Failure in plan_update call');
3943: END IF;
3944: RETURN;
3945: END IF;
3946: pa_task_pub1.G_CALL_PJI_ROLLUP := 'N';
3947:
3948: ----------------------------------------------------------------------------------------
3949: --The below COMMIT is as per design. It is required for releasing locks on denorm and
3950: --header table that will be accessed by the summarization program launched in step below

Line 4174: pa_task_pub1.G_CALL_PJI_ROLLUP := 'Y';

4170: WHERE
4171: plan_version_id = l_plan_version_id;
4172:
4173: --Callingt plan_update to process data in PJI_FM_EXTR_PLAN_LINES
4174: pa_task_pub1.G_CALL_PJI_ROLLUP := 'Y';
4175: pji_fm_xbs_accum_maint.plan_update (
4176: p_plan_version_id => l_plan_version_id,
4177: x_msg_code => l_msg_data,
4178: x_return_status => l_return_status );

Line 4187: pa_task_pub1.G_CALL_PJI_ROLLUP := 'N';

4183: Pji_Utils.write2log('WBS Maint Pvt:' || 'Failure in plan_update call');
4184: END IF;
4185: RETURN;
4186: END IF;
4187: pa_task_pub1.G_CALL_PJI_ROLLUP := 'N';
4188:
4189:
4190: ----------------------------------------------------------------------------------------
4191: --The below COMMIT is as per design. It is required for releasing locks on denorm and