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 1116: PJI_FM_XBS_ACCUM_MAINT.PLAN_UPDATE

1112: /*Bug 5073350. Commented out this IF condition as the plan_update api
1113: has to be called for each plan version.*/
1114: --IF p_source <> 'POPULATE_PJI_TABLE' THEN
1115:
1116: PJI_FM_XBS_ACCUM_MAINT.PLAN_UPDATE
1117: (p_plan_version_id => p_budget_version_id -- Added for bug 4218331
1118: ,x_msg_code =>l_msg_code
1119: ,x_return_status =>x_return_status);
1120:

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

1123: END IF;
1124: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1125:
1126: IF l_debug_mode = 'Y' THEN
1127: pa_debug.g_err_stage:='Called API PJI_FM_XBS_ACCUM_MAINT.PLAN_UPDATE returned error';
1128: pa_debug.write(l_module_name,pa_debug.g_err_stage, 5);
1129: END IF;
1130: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
1131: