DBA Data[Home] [Help]

APPS.PA_PLANNING_TRANSACTION_UTILS dependencies on PJI_FM_XBS_ACCUM_MAINT

Line 532: --PJI_FM_XBS_ACCUM_MAINT.PLAN_UPDATE . The valid values for p_source are

528: RAISE;
529:
530: END get_default_planning_dates;
531: --This procedure populates the tmp table PJI_FM_EXTR_PLAN_LINES and calls the API
532: --PJI_FM_XBS_ACCUM_MAINT.PLAN_UPDATE . The valid values for p_source are
533: -- 1. PA_RBS_PLANS_OUT_TMP (This is the tmp table which contains the mapped rbs elemend ids ). The PJI API will
534: -- be called for the rbs element ids availabe in the PA_RBS_PLANS_OUT_TMP, if the new rbs element id is different
535: -- from the already existing rbs element id in pa_resource_assignments. If the rbs element id is different then
536: ---------1.Reporting lines API will be called with negative amounts for the budget lines with

Line 1064: PJI_FM_XBS_ACCUM_MAINT.PLAN_UPDATE

1060: /*Bug 5073350. Commented out this IF condition as the plan_update api
1061: has to be called for each plan version.*/
1062: --IF p_source <> 'POPULATE_PJI_TABLE' THEN
1063:
1064: PJI_FM_XBS_ACCUM_MAINT.PLAN_UPDATE
1065: (p_plan_version_id => p_budget_version_id -- Added for bug 4218331
1066: ,x_msg_code =>l_msg_code
1067: ,x_return_status =>x_return_status);
1068:

Line 1075: pa_debug.g_err_stage:='Called API PJI_FM_XBS_ACCUM_MAINT.PLAN_UPDATE returned error';

1071: END IF;
1072: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1073:
1074: IF l_debug_mode = 'Y' THEN
1075: pa_debug.g_err_stage:='Called API PJI_FM_XBS_ACCUM_MAINT.PLAN_UPDATE returned error';
1076: pa_debug.write(l_module_name,pa_debug.g_err_stage, 5);
1077: END IF;
1078: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
1079: