DBA Data[Home] [Help]

APPS.PA_PROGRESS_UTILS dependencies on FND_MSG_PUB

Line 242: FND_MSG_PUB.add_exc_msg( p_pkg_name=> 'PA_PROGRESS_UTILS'

238: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
239: x_msg_count := 1;
240: x_msg_data := SUBSTRB(SQLERRM,1,240);
241:
242: FND_MSG_PUB.add_exc_msg( p_pkg_name=> 'PA_PROGRESS_UTILS'
243: ,p_procedure_name => 'UPDATE_TASK_PROG_REQ_DATE'
244: ,p_error_text => x_msg_data );
245:
246: RAISE;

Line 302: Fnd_Msg_Pub.add_exc_msg

298: -- 4537865
299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
300: x_msg_count := 1 ;
301: x_msg_data := SUBSTRB(SQLERRM,1,240);
302: Fnd_Msg_Pub.add_exc_msg
303: ( p_pkg_name => 'PA_PROGRESS_UTILS'
304: , p_procedure_name => 'adjust_reminder_date'
305: , p_error_text => x_msg_data);
306: -- 4537865

Line 1815: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

1811: WHEN FND_API.G_EXC_ERROR THEN
1812: x_return_status := FND_API.G_RET_STS_ERROR;
1813: WHEN OTHERS THEN
1814: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1815: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
1816: p_procedure_name => 'clear_prog_outdated_flag',
1817: p_error_text => SUBSTRB(SQLERRM,1,120));
1818: x_msg_count := FND_MSG_PUB.count_msg;
1819: x_msg_data := SUBSTRB(SQLERRM,1,120) ; -- 4537865

Line 1818: x_msg_count := FND_MSG_PUB.count_msg;

1814: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1815: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
1816: p_procedure_name => 'clear_prog_outdated_flag',
1817: p_error_text => SUBSTRB(SQLERRM,1,120));
1818: x_msg_count := FND_MSG_PUB.count_msg;
1819: x_msg_data := SUBSTRB(SQLERRM,1,120) ; -- 4537865
1820: RAISE;
1821: END clear_prog_outdated_flag;
1822:

Line 1870: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

1866: x_task_weight_basis_code := NULL ;
1867: x_ALLOW_COLLAB_PROG_ENTRY := NULL ;
1868: x_ALLW_PHY_PRCNT_CMP_OVERRIDES := NULL ;
1869:
1870: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
1871: p_procedure_name => 'get_project_progress_defaults',
1872: p_error_text => SUBSTRB(SQLERRM,1,240));
1873: raise;
1874:

Line 1972: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

1968: X_PROGRESS_ENTRY_ENABLE_FLAG := NULL ;
1969: X_ALLOW_COLLAB_PROG_ENTRY := NULL ;
1970: X_ALLW_PHY_PRCNT_CMP_OVERRIDES := NULL ;
1971: x_task_weight_basis_code := NULL ;
1972: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
1973: p_procedure_name => 'get_progress_defaults',
1974: p_error_text => SUBSTRB(SQLERRM,1,240));
1975: raise;
1976: END get_progress_defaults;

Line 2534: fnd_msg_pub.count_and_get(p_count => x_msg_count,

2530: X_last_update_login => fnd_global.login_id);
2531: end if;
2532:
2533:
2534: fnd_msg_pub.count_and_get(p_count => x_msg_count,
2535: p_data => x_msg_data);
2536:
2537:
2538: EXCEPTION

Line 2541: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

2537:
2538: EXCEPTION
2539: WHEN OTHERS THEN
2540: x_return_status := 'U';
2541: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
2542: p_procedure_name => 'COPY_ATTACHMENTS',
2543: p_error_text => SUBSTRB(SQLERRM,1,120));
2544:
2545: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 2545: fnd_msg_pub.count_and_get(p_count => x_msg_count,

2541: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
2542: p_procedure_name => 'COPY_ATTACHMENTS',
2543: p_error_text => SUBSTRB(SQLERRM,1,120));
2544:
2545: fnd_msg_pub.count_and_get(p_count => x_msg_count,
2546: p_data => x_msg_data);
2547: END copy_attachments;
2548:
2549:

Line 3524: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

3520:
3521:
3522: EXCEPTION
3523: WHEN OTHERS THEN
3524: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3525: p_procedure_name => 'CONVERT_CURRENCY_AMOUNTS',
3526: p_error_text => SUBSTRB('pa_multi_currency_txn.get_currency_amounts:'||SQLERRM,1,120));
3527: RAISE FND_API.G_EXC_ERROR;
3528:

Line 3593: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

3589: -- 4537865 : End
3590:
3591: when FND_API.G_EXC_UNEXPECTED_ERROR then
3592: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3593: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3594: p_procedure_name => 'convert_currency_amounts',
3595: p_error_text => SUBSTRB(SQLERRM,1,120));
3596: -- 4537865 : Start
3597: ---- p_project_curr_code := NULL ; 5081809

Line 3611: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

3607: -- 4537865 : End
3608:
3609: when OTHERS then
3610: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3611: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3612: p_procedure_name => 'convert_currency_amounts',
3613: p_error_text => SUBSTRB(SQLERRM,1,120));
3614:
3615: -- 4537865 : Start

Line 3646: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

3642: BEGIN
3643: l_time_phase_code := PA_FIN_PLAN_UTILS.Get_wp_bv_time_phase(l_structure_version_id);
3644: EXCEPTION
3645: WHEN OTHERS THEN
3646: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3647: p_procedure_name => 'get_time_phase_period',
3648: p_error_text => SUBSTRB('PA_FIN_PLAN_UTILS.Get_wp_bv_time_phase:'||SQLERRM,1,120));
3649: RAISE FND_API.G_EXC_ERROR;
3650: END;

Line 5147: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

5143: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
5144: x_msg_count := 1;
5145: x_msg_data := SUBSTRB(SQLERRM,1,120);
5146:
5147: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
5148: p_procedure_name => 'GET_ALL_AMOUNTS_CUMULATIVE',
5149: p_error_text => SUBSTRB(SQLERRM,1,120));
5150:
5151: -- 4537865

Line 6198: fnd_msg_pub.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS'

6194: EXCEPTION WHEN OTHERS THEN
6195: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6196: x_Msg_Count := 0;
6197: x_Msg_Data := '';
6198: fnd_msg_pub.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS'
6199: ,p_procedure_name => 'REDEFAULT_BASE_PC'
6200: ,p_error_text => SUBSTRB(SQLERRM,1,120));
6201: RAISE FND_API.G_EXC_ERROR;
6202: END REDEFAULT_BASE_PC;

Line 6471: fnd_msg_pub.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS'

6467: EXCEPTION WHEN OTHERS THEN
6468: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6469: x_Msg_Count := 1; -- 4537865 Corrected as '1' .Earlier it was defined as '0'
6470: x_Msg_Data := SUBSTRB(SQLERRM,1,120) ; -- 4537865 : Corrected as err message stack .Earlier it was ''
6471: fnd_msg_pub.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS'
6472: ,p_procedure_name => 'RECALCULATE_PROG_STATS'
6473: ,p_error_text => SUBSTRB(SQLERRM,1,120));
6474:
6475: -- 4537865

Line 6532: fnd_msg_pub.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS'

6528: x_Estimated_Start_Date := NULL ;
6529: x_Estimated_Finish_Date := NULL ;
6530: -- 4537865
6531:
6532: fnd_msg_pub.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS'
6533: ,p_procedure_name => 'DEF_DATES_FROM_RESOURCES'
6534: ,p_error_text => x_msg_data);
6535: RAISE FND_API.G_EXC_ERROR;
6536: END DEF_DATES_FROM_RESOURCES;

Line 7383: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

7379:
7380: when FND_API.G_EXC_UNEXPECTED_ERROR then
7381: rollback to get_actuals_for_task;
7382: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7383: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
7384: p_procedure_name => 'get_actuals_for_task',
7385: p_error_text => SUBSTRB(SQLERRM,1,120));
7386: when OTHERS then
7387: rollback to get_actuals_fortask;

Line 7389: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

7385: p_error_text => SUBSTRB(SQLERRM,1,120));
7386: when OTHERS then
7387: rollback to get_actuals_fortask;
7388: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7389: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
7390: p_procedure_name => 'get_actuals_for_task',
7391: p_error_text => SUBSTRB(SQLERRM,1,120));
7392: raise;
7393:

Line 7653: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

7649: WHEN NO_DATA_FOUND THEN
7650: null;
7651: WHEN OTHERS THEN
7652: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7653: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
7654: p_procedure_name => 'get_last_etc_all',
7655: p_error_text => SUBSTRB(SQLERRM,1,120));
7656: raise;
7657: END get_last_etc_all;*/

Line 7742: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

7738: WHEN NO_DATA_FOUND THEN
7739: null;
7740: WHEN OTHERS THEN
7741: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7742: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
7743: p_procedure_name => 'get_last_etc_all',
7744: p_error_text => SUBSTRB(SQLERRM,1,120));
7745:
7746: -- 4537865

Line 8608: FND_MSG_PUB.initialize;

8604: -- FPM Dev CR 8 : Added debug messages
8605: g1_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
8606:
8607: IF FND_API.TO_BOOLEAN(NVL(p_init_msg_list,FND_API.G_FALSE)) THEN -- Added for required prarameter validation
8608: FND_MSG_PUB.initialize;
8609: END IF;
8610:
8611:
8612: -- Bug 3691289 Added condtion to return if no res list mem id

Line 8728: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',

8724: x_return_status => l_return_status);
8725:
8726: EXCEPTION
8727: WHEN OTHERS THEN
8728: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',
8729: p_procedure_name => 'Get_Res_Rate_Burden_Multiplier',
8730: p_error_text => SUBSTRB('pa_planning_resource_utils.get_resource_defaults:'||SQLERRM,1,120));
8731: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.Get_Res_Rate_Burden_Multiplier', x_Msg => 'p_error_text='||SUBSTRB('pa_planning_resource_utils.get_resource_defaults:'||SQLERRM,1,120), x_Log_Level=> 3);
8732: raise fnd_api.g_exc_error;

Line 9001: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',

8997: AND project_id = p_project_id;
8998:
8999: EXCEPTION
9000: WHEN OTHERS THEN
9001: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',
9002: p_procedure_name => 'Get_Res_Rate_Burden_Multiplier',
9003: p_error_text => SUBSTRB('Pa_Fp_wp_gen_amt_utils.get_wp_version_id:'||SQLERRM,1,120));
9004: pa_debug.write(x_Module=>'Pa_Fp_wp_gen_amt_utils.get_wp_version_id', x_Msg => 'p_error_text='||SUBSTRB('PA_FP_GEN_AMOUNT_UTILS.GET_PLAN_VERSION_DTLS:'||SQLERRM,1,120), x_Log_Level=> 3);
9005: raise fnd_api.g_exc_error;

Line 9100: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',

9096: l_cost_res_class_rate_sch_id := l_pl_res_class_raw_cost_sch_id;
9097: END IF;
9098:
9099: EXCEPTION when others then
9100: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',
9101: p_procedure_name => 'Get_Res_Rate_Burden_Multiplier',
9102: p_error_text => SUBSTRB('PA_FP_GEN_AMOUNT_UTILS.GET_PLAN_VERSION_DTLS:'||SQLERRM,1,120));
9103: pa_debug.write(x_Module=>'PA_FP_GEN_AMOUNT_UTILS.GET_PLAN_VERSION_DTLS', x_Msg => 'p_error_text='||SUBSTRB('PA_FP_GEN_AMOUNT_UTILS.GET_PLAN_VERSION_DTLS:'||SQLERRM,1,120), x_Log_Level=> 3);
9104: raise fnd_api.g_exc_error;

Line 9112: x_msg_count := fnd_msg_pub.count_msg;

9108: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
9109: p_msg_name => l_msg_data);
9110: x_msg_data := l_msg_data;
9111: x_return_status := 'E';
9112: x_msg_count := fnd_msg_pub.count_msg;
9113: RAISE FND_API.G_EXC_ERROR;
9114: END IF;
9115:
9116:

Line 9384: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',

9380: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.Get_Res_Rate_Burden_Multiplier', x_Msg => 'l_cost_ind_compiled_set_id='||l_cost_ind_compiled_set_id, x_Log_Level=> 3);
9381: END IF;
9382: EXCEPTION
9383: WHEN OTHERS THEN
9384: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',
9385: p_procedure_name => 'Get_Res_Rate_Burden_Multiplier',
9386: p_error_text => SUBSTRB('PA_PLAN_REVENUE.Get_plan_res_class_rates:'||SQLERRM,1,120));
9387: pa_debug.write(x_Module=>'PA_PLAN_REVENUE.Get_plan_res_class_rates', x_Msg => 'p_error_text='||SUBSTRB('PA_PLAN_REVENUE.Get_plan_res_class_rates:'||SQLERRM,1,120), x_Log_Level=> 3);
9388: raise fnd_api.g_exc_error;

Line 9396: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.Get_Res_Rate_Burden_Multiplier', x_Msg => 'fnd_msg_count='||fnd_msg_pub.count_msg, x_Log_Level=> 3);

9392:
9393: IF g1_debug_mode = 'Y' THEN
9394: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.Get_Res_Rate_Burden_Multiplier', x_Msg => 'After Call Get_Plan_Actual_Cost_Rates', x_Log_Level=> 3);
9395: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.Get_Res_Rate_Burden_Multiplier', x_Msg => 'l_return_status='||l_return_status, x_Log_Level=> 3);
9396: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.Get_Res_Rate_Burden_Multiplier', x_Msg => 'fnd_msg_count='||fnd_msg_pub.count_msg, x_Log_Level=> 3);
9397: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.Get_Res_Rate_Burden_Multiplier', x_Msg => 'x_trxn_curr_code='||l_trxn_curr_code, x_Log_Level=> 3);
9398: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.Get_Res_Rate_Burden_Multiplier', x_Msg => 'x_trxn_raw_cost='||l_txn_raw_cost, x_Log_Level=> 3);
9399: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.Get_Res_Rate_Burden_Multiplier', x_Msg => 'x_trxn_raw_cost_rate='||l_txn_cost_rate, x_Log_Level=> 3);
9400: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.Get_Res_Rate_Burden_Multiplier', x_Msg => 'x_trxn_burden_cost='||l_txn_burden_cost, x_Log_Level=> 3);

Line 9422: x_msg_count := fnd_msg_pub.count_msg;

9418: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
9419: p_msg_name => l_raw_cost_rejection_code);
9420: x_msg_data := l_raw_cost_rejection_code;
9421: x_return_status := 'E';
9422: x_msg_count := fnd_msg_pub.count_msg;
9423: RAISE FND_API.G_EXC_ERROR;
9424: END IF;
9425:
9426: IF l_burden_cost_rejection_code IS NOT NULL AND l_burden_override_rate IS NULL --bug 3821299 do not throw error if there is override.

Line 9432: x_msg_count := fnd_msg_pub.count_msg;

9428: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
9429: p_msg_name => l_burden_cost_rejection_code);
9430: x_msg_data := l_burden_cost_rejection_code;
9431: x_return_status := 'E';
9432: x_msg_count := fnd_msg_pub.count_msg;
9433: RAISE FND_API.G_EXC_ERROR;
9434: END IF;
9435:
9436: ELSE -- l_rate_based_flag = 'N' bug# 3801523

Line 9503: x_msg_count := fnd_msg_pub.count_msg;

9499: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
9500: p_msg_name => l_msg_data);
9501: x_msg_data := l_msg_data;
9502: x_return_status := 'E';
9503: x_msg_count := fnd_msg_pub.count_msg;
9504: RAISE FND_API.G_EXC_ERROR;
9505: END IF;
9506: --maansari6/5
9507: -- END LOOP; Bug 3965584 : Reduced the scope of FOR LOOP

Line 9510: x_msg_count := fnd_msg_pub.count_msg; -- FPM Dev CR 8

9506: --maansari6/5
9507: -- END LOOP; Bug 3965584 : Reduced the scope of FOR LOOP
9508: -- END IF; ---------------------------------------------------------------------------}
9509: x_return_status := l_return_status;
9510: x_msg_count := fnd_msg_pub.count_msg; -- FPM Dev CR 8
9511:
9512: EXCEPTION
9513: -- FPM Dev CR 5
9514: WHEN FND_API.G_EXC_ERROR THEN

Line 9516: x_msg_count := FND_MSG_PUB.Count_Msg;

9512: EXCEPTION
9513: -- FPM Dev CR 5
9514: WHEN FND_API.G_EXC_ERROR THEN
9515: x_return_status := FND_API.G_RET_STS_ERROR;
9516: x_msg_count := FND_MSG_PUB.Count_Msg;
9517: If x_msg_count = 1 THEN
9518: pa_interface_utils_pub.get_messages
9519: (p_encoded => FND_API.G_TRUE,
9520: p_msg_index => 1,

Line 9542: x_msg_count := FND_MSG_PUB.Count_Msg;

9538: PA_UTILS.add_message('PA','PA_PROG_INSUFFICIENT_PARA',
9539: 'RES_NAME', l_resource_alias);
9540: x_return_status := FND_API.G_RET_STS_ERROR;
9541: x_msg_data := 'PA_PROG_INSUFFICIENT_PARA';
9542: x_msg_count := FND_MSG_PUB.Count_Msg;
9543: If x_msg_count = 1 THEN
9544: pa_interface_utils_pub.get_messages
9545: (p_encoded => FND_API.G_TRUE,
9546: p_msg_index => 1,

Line 9567: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS',

9563: WHEN OTHERS THEN
9564: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9565: x_msg_count := 1;
9566: x_msg_data := SUBSTR(SQLERRM,1,120);
9567: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS',
9568: p_procedure_name => 'Get_Res_Rate_Burden_Multiplier');
9569: If x_msg_count = 1 THEN
9570: pa_interface_utils_pub.get_messages
9571: (p_encoded => FND_API.G_TRUE,

Line 9962: x_msg_count := Fnd_Msg_Pub.count_msg;

9958:
9959: EXCEPTION
9960: WHEN FND_API.G_EXC_ERROR THEN
9961: x_return_status := FND_API.G_RET_STS_ERROR;
9962: x_msg_count := Fnd_Msg_Pub.count_msg;
9963:
9964: -- 4537865
9965: x_act_rawcost_tc_this_period := 0 ;
9966: x_etc_rawcost_tc := 0 ;

Line 10634: FND_MSG_PUB.initialize;

10630: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.convert_effort_to_cost_brdn_pc', x_Msg => 'p_etc_quantity='||p_etc_quantity, x_Log_Level=> 3);
10631: pa_debug.write(x_Module=>'PA_PROGRESS_UTILS.convert_effort_to_cost_brdn_pc', x_Msg => 'p_rate_based_flag='||p_rate_based_flag, x_Log_Level=> 3);
10632: END IF;
10633:
10634: FND_MSG_PUB.initialize;
10635:
10636: l_track_wp_cost_flag := pa_fp_wp_gen_amt_utils.get_wp_track_cost_amt_flag(p_project_id); --Bug 3921624
10637:
10638: IF NVL(l_track_wp_cost_flag, 'Y') = 'Y' THEN --Bug 3921624

Line 10946: x_msg_count := Fnd_Msg_Pub.count_msg;

10942: EXCEPTION
10943:
10944: WHEN FND_API.G_EXC_ERROR THEN
10945: x_return_status := FND_API.G_RET_STS_ERROR;
10946: x_msg_count := Fnd_Msg_Pub.count_msg;
10947:
10948: -- 4537865
10949: x_act_brdncost_pc_this_period := 0 ;
10950: x_etc_brdncost_pc := 0 ;

Line 11613: x_msg_count := Fnd_Msg_Pub.count_msg;

11609: EXCEPTION
11610:
11611: WHEN FND_API.G_EXC_ERROR THEN
11612: x_return_status := FND_API.G_RET_STS_ERROR;
11613: x_msg_count := Fnd_Msg_Pub.count_msg;
11614:
11615: -- 4537865
11616:
11617: x_rawcost_tc := NULL ;

Line 13270: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

13266: END LOOP;
13267:
13268: EXCEPTION
13269: WHEN OTHERS THEN
13270: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
13271: p_procedure_name => 'get_plan_value',
13272: p_error_text => SUBSTRB(SQLERRM,1,120));
13273:
13274: END get_plan_value;