DBA Data[Home] [Help]

APPS.PA_FP_MAP_BV_PUB dependencies on PA_RLMI_RBS_MAP_PUB

Line 73: /* Local variable to call the pa_rlmi_rbs_map_pub.map_rlmi_rbs api */

69: l_pfc_burdend_cost_sum_tab PA_PLSQL_DATATYPES.NumTabTyp;
70: l_pfc_revenue_sum_tab PA_PLSQL_DATATYPES.NumTabTyp;
71:
72:
73: /* Local variable to call the pa_rlmi_rbs_map_pub.map_rlmi_rbs api */
74: l_rbs_version_id Number;
75: l_calling_process Varchar2(30);
76: l_calling_context varchar2(30);
77: l_process_code varchar2(30);

Line 159: pa_rlmi_rbs_map_pub.map_rlmi_rbs',

155: --Calling the map_rlmi_rbs api
156: IF p_pa_debug_mode = 'Y' THEN
157: pa_fp_gen_amount_utils.fp_debug
158: (p_msg => 'Before calling
159: pa_rlmi_rbs_map_pub.map_rlmi_rbs',
160: p_module_name => l_module_name,
161: p_log_level => 5);
162: END IF;
163: /* PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS

Line 163: /* PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS

159: pa_rlmi_rbs_map_pub.map_rlmi_rbs',
160: p_module_name => l_module_name,
161: p_log_level => 5);
162: END IF;
163: /* PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS
164: ( p_budget_version_id => null,
165: p_resource_list_id =>
166: p_etc_fp_cols_rec.x_resource_list_id,
167: p_rbs_version_id => l_rbs_version_id,

Line 214: --hr_utility.trace('@@@before calling PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS :'||x_return_status);

210: x_msg_count => x_msg_count,
211: x_msg_data => x_msg_data); */
212: /* bug 3576766 : p_project_id parameter added for
213: non centrally controlled resource list mapping. */
214: --hr_utility.trace('@@@before calling PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS :'||x_return_status);
215: PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS
216: (p_project_id => P_TARGET_FP_COLS_REC.x_project_id,
217: p_budget_version_id => null,
218: p_resource_list_id =>

Line 215: PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS

211: x_msg_data => x_msg_data); */
212: /* bug 3576766 : p_project_id parameter added for
213: non centrally controlled resource list mapping. */
214: --hr_utility.trace('@@@before calling PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS :'||x_return_status);
215: PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS
216: (p_project_id => P_TARGET_FP_COLS_REC.x_project_id,
217: p_budget_version_id => null,
218: p_resource_list_id =>
219: p_etc_fp_cols_rec.x_resource_list_id,

Line 234: --hr_utility.trace('@@after calling PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS :'||x_return_status);

230: x_txn_accum_header_id_tab => l_txn_accum_header_id_tab,
231: x_return_status => x_return_status,
232: x_msg_count => x_msg_count,
233: x_msg_data => x_msg_data);
234: --hr_utility.trace('@@after calling PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS :'||x_return_status);
235: IF X_RETURN_STATUS <> FND_API.G_RET_STS_SUCCESS THEN
236: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
237: END IF;
238: IF p_pa_debug_mode = 'Y' THEN

Line 241: pa_rlmi_rbs_map_pub.map_rlmi_rbs'

237: END IF;
238: IF p_pa_debug_mode = 'Y' THEN
239: pa_fp_gen_amount_utils.fp_debug
240: (p_msg => 'Status after calling
241: pa_rlmi_rbs_map_pub.map_rlmi_rbs'
242: ||x_return_status,
243: p_module_name => l_module_name,
244: p_log_level => 5);
245: END IF;

Line 533: pa_rlmi_rbs_map_pub.map_rlmi_rbs',

529: pa_debug.set_curr_function( p_function => 'MAINTAIN_RBS_DTLS'
530: ,p_debug_mode => p_pa_debug_mode);
531: pa_fp_gen_amount_utils.fp_debug
532: (p_msg => 'Before calling
533: pa_rlmi_rbs_map_pub.map_rlmi_rbs',
534: p_module_name => l_module_name,
535: p_log_level => 5);
536: END IF;
537: PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS

Line 537: PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS

533: pa_rlmi_rbs_map_pub.map_rlmi_rbs',
534: p_module_name => l_module_name,
535: p_log_level => 5);
536: END IF;
537: PA_RLMI_RBS_MAP_PUB.MAP_RLMI_RBS
538: ( p_budget_version_id => p_budget_version_id,
539: p_resource_list_id => null,
540: p_rbs_version_id => p_fp_cols_rec.x_rbs_version_id,
541: p_calling_process => 'BUDGET_GENERATION',

Line 560: pa_rlmi_rbs_map_pub.map_rlmi_rbs'

556: END IF;
557: IF p_pa_debug_mode = 'Y' THEN
558: pa_fp_gen_amount_utils.fp_debug
559: (p_msg => 'Status after calling
560: pa_rlmi_rbs_map_pub.map_rlmi_rbs'
561: ||x_return_status,
562: p_module_name => l_module_name,
563: p_log_level => 5);
564: END IF;