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 1793: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',

1789: WHEN FND_API.G_EXC_ERROR THEN
1790: x_return_status := FND_API.G_RET_STS_ERROR;
1791: WHEN OTHERS THEN
1792: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1793: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
1794: p_procedure_name => 'clear_prog_outdated_flag',
1795: p_error_text => SUBSTRB(SQLERRM,1,120));
1796: x_msg_count := FND_MSG_PUB.count_msg;
1797: x_msg_data := SUBSTRB(SQLERRM,1,120) ; -- 4537865

Line 1796: x_msg_count := FND_MSG_PUB.count_msg;

1792: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1793: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
1794: p_procedure_name => 'clear_prog_outdated_flag',
1795: p_error_text => SUBSTRB(SQLERRM,1,120));
1796: x_msg_count := FND_MSG_PUB.count_msg;
1797: x_msg_data := SUBSTRB(SQLERRM,1,120) ; -- 4537865
1798: RAISE;
1799: END clear_prog_outdated_flag;
1800:

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

1844: x_task_weight_basis_code := NULL ;
1845: x_ALLOW_COLLAB_PROG_ENTRY := NULL ;
1846: x_ALLW_PHY_PRCNT_CMP_OVERRIDES := NULL ;
1847:
1848: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
1849: p_procedure_name => 'get_project_progress_defaults',
1850: p_error_text => SUBSTRB(SQLERRM,1,240));
1851: raise;
1852:

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

1946: X_PROGRESS_ENTRY_ENABLE_FLAG := NULL ;
1947: X_ALLOW_COLLAB_PROG_ENTRY := NULL ;
1948: X_ALLW_PHY_PRCNT_CMP_OVERRIDES := NULL ;
1949: x_task_weight_basis_code := NULL ;
1950: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
1951: p_procedure_name => 'get_progress_defaults',
1952: p_error_text => SUBSTRB(SQLERRM,1,240));
1953: raise;
1954: END get_progress_defaults;

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

2505: X_last_update_login => fnd_global.login_id);
2506: end if;
2507:
2508:
2509: fnd_msg_pub.count_and_get(p_count => x_msg_count,
2510: p_data => x_msg_data);
2511:
2512:
2513: EXCEPTION

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

2512:
2513: EXCEPTION
2514: WHEN OTHERS THEN
2515: x_return_status := 'U';
2516: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
2517: p_procedure_name => 'COPY_ATTACHMENTS',
2518: p_error_text => SUBSTRB(SQLERRM,1,120));
2519:
2520: fnd_msg_pub.count_and_get(p_count => x_msg_count,

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

2516: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
2517: p_procedure_name => 'COPY_ATTACHMENTS',
2518: p_error_text => SUBSTRB(SQLERRM,1,120));
2519:
2520: fnd_msg_pub.count_and_get(p_count => x_msg_count,
2521: p_data => x_msg_data);
2522: END copy_attachments;
2523:
2524:

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

3495:
3496:
3497: EXCEPTION
3498: WHEN OTHERS THEN
3499: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3500: p_procedure_name => 'CONVERT_CURRENCY_AMOUNTS',
3501: p_error_text => SUBSTRB('pa_multi_currency_txn.get_currency_amounts:'||SQLERRM,1,120));
3502: RAISE FND_API.G_EXC_ERROR;
3503:

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

3564: -- 4537865 : End
3565:
3566: when FND_API.G_EXC_UNEXPECTED_ERROR then
3567: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3568: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3569: p_procedure_name => 'convert_currency_amounts',
3570: p_error_text => SUBSTRB(SQLERRM,1,120));
3571: -- 4537865 : Start
3572: ---- p_project_curr_code := NULL ; 5081809

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

3582: -- 4537865 : End
3583:
3584: when OTHERS then
3585: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3586: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3587: p_procedure_name => 'convert_currency_amounts',
3588: p_error_text => SUBSTRB(SQLERRM,1,120));
3589:
3590: -- 4537865 : Start

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

3617: BEGIN
3618: l_time_phase_code := PA_FIN_PLAN_UTILS.Get_wp_bv_time_phase(l_structure_version_id);
3619: EXCEPTION
3620: WHEN OTHERS THEN
3621: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
3622: p_procedure_name => 'get_time_phase_period',
3623: p_error_text => SUBSTRB('PA_FIN_PLAN_UTILS.Get_wp_bv_time_phase:'||SQLERRM,1,120));
3624: RAISE FND_API.G_EXC_ERROR;
3625: END;

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

5110: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
5111: x_msg_count := 1;
5112: x_msg_data := SUBSTRB(SQLERRM,1,120);
5113:
5114: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
5115: p_procedure_name => 'GET_ALL_AMOUNTS_CUMULATIVE',
5116: p_error_text => SUBSTRB(SQLERRM,1,120));
5117:
5118: -- 4537865

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

6159: EXCEPTION WHEN OTHERS THEN
6160: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6161: x_Msg_Count := 0;
6162: x_Msg_Data := '';
6163: fnd_msg_pub.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS'
6164: ,p_procedure_name => 'REDEFAULT_BASE_PC'
6165: ,p_error_text => SUBSTRB(SQLERRM,1,120));
6166: RAISE FND_API.G_EXC_ERROR;
6167: END REDEFAULT_BASE_PC;

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

6427: EXCEPTION WHEN OTHERS THEN
6428: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6429: x_Msg_Count := 1; -- 4537865 Corrected as '1' .Earlier it was defined as '0'
6430: x_Msg_Data := SUBSTRB(SQLERRM,1,120) ; -- 4537865 : Corrected as err message stack .Earlier it was ''
6431: fnd_msg_pub.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS'
6432: ,p_procedure_name => 'RECALCULATE_PROG_STATS'
6433: ,p_error_text => SUBSTRB(SQLERRM,1,120));
6434:
6435: -- 4537865

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

6488: x_Estimated_Start_Date := NULL ;
6489: x_Estimated_Finish_Date := NULL ;
6490: -- 4537865
6491:
6492: fnd_msg_pub.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS'
6493: ,p_procedure_name => 'DEF_DATES_FROM_RESOURCES'
6494: ,p_error_text => x_msg_data);
6495: RAISE FND_API.G_EXC_ERROR;
6496: END DEF_DATES_FROM_RESOURCES;

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

7339:
7340: when FND_API.G_EXC_UNEXPECTED_ERROR then
7341: rollback to get_actuals_for_task;
7342: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7343: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
7344: p_procedure_name => 'get_actuals_for_task',
7345: p_error_text => SUBSTRB(SQLERRM,1,120));
7346: when OTHERS then
7347: rollback to get_actuals_fortask;

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

7345: p_error_text => SUBSTRB(SQLERRM,1,120));
7346: when OTHERS then
7347: rollback to get_actuals_fortask;
7348: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7349: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
7350: p_procedure_name => 'get_actuals_for_task',
7351: p_error_text => SUBSTRB(SQLERRM,1,120));
7352: raise;
7353:

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

7609: WHEN NO_DATA_FOUND THEN
7610: null;
7611: WHEN OTHERS THEN
7612: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7613: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
7614: p_procedure_name => 'get_last_etc_all',
7615: p_error_text => SUBSTRB(SQLERRM,1,120));
7616: raise;
7617: END get_last_etc_all;*/

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

7696: WHEN NO_DATA_FOUND THEN
7697: null;
7698: WHEN OTHERS THEN
7699: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7700: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
7701: p_procedure_name => 'get_last_etc_all',
7702: p_error_text => SUBSTRB(SQLERRM,1,120));
7703:
7704: -- 4537865

Line 8552: FND_MSG_PUB.initialize;

8548: -- FPM Dev CR 8 : Added debug messages
8549: g1_debug_mode := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
8550:
8551: IF FND_API.TO_BOOLEAN(NVL(p_init_msg_list,FND_API.G_FALSE)) THEN -- Added for required prarameter validation
8552: FND_MSG_PUB.initialize;
8553: END IF;
8554:
8555:
8556: -- Bug 3691289 Added condtion to return if no res list mem id

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

8668: x_return_status => l_return_status);
8669:
8670: EXCEPTION
8671: WHEN OTHERS THEN
8672: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',
8673: p_procedure_name => 'Get_Res_Rate_Burden_Multiplier',
8674: p_error_text => SUBSTRB('pa_planning_resource_utils.get_resource_defaults:'||SQLERRM,1,120));
8675: 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);
8676: raise fnd_api.g_exc_error;

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

8941: AND project_id = p_project_id;
8942:
8943: EXCEPTION
8944: WHEN OTHERS THEN
8945: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',
8946: p_procedure_name => 'Get_Res_Rate_Burden_Multiplier',
8947: p_error_text => SUBSTRB('Pa_Fp_wp_gen_amt_utils.get_wp_version_id:'||SQLERRM,1,120));
8948: 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);
8949: raise fnd_api.g_exc_error;

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

9040: l_cost_res_class_rate_sch_id := l_pl_res_class_raw_cost_sch_id;
9041: END IF;
9042:
9043: EXCEPTION when others then
9044: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',
9045: p_procedure_name => 'Get_Res_Rate_Burden_Multiplier',
9046: p_error_text => SUBSTRB('PA_FP_GEN_AMOUNT_UTILS.GET_PLAN_VERSION_DTLS:'||SQLERRM,1,120));
9047: 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);
9048: raise fnd_api.g_exc_error;

Line 9056: x_msg_count := fnd_msg_pub.count_msg;

9052: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
9053: p_msg_name => l_msg_data);
9054: x_msg_data := l_msg_data;
9055: x_return_status := 'E';
9056: x_msg_count := fnd_msg_pub.count_msg;
9057: RAISE FND_API.G_EXC_ERROR;
9058: END IF;
9059:
9060:

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

9306: 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);
9307: END IF;
9308: EXCEPTION
9309: WHEN OTHERS THEN
9310: fnd_msg_pub.add_exc_msg(p_pkg_name => 'pa_progress_utils',
9311: p_procedure_name => 'Get_Res_Rate_Burden_Multiplier',
9312: p_error_text => SUBSTRB('PA_PLAN_REVENUE.Get_plan_res_class_rates:'||SQLERRM,1,120));
9313: 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);
9314: raise fnd_api.g_exc_error;

Line 9322: 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);

9318:
9319: IF g1_debug_mode = 'Y' THEN
9320: 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);
9321: 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);
9322: 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);
9323: 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);
9324: 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);
9325: 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);
9326: 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 9348: x_msg_count := fnd_msg_pub.count_msg;

9344: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
9345: p_msg_name => l_raw_cost_rejection_code);
9346: x_msg_data := l_raw_cost_rejection_code;
9347: x_return_status := 'E';
9348: x_msg_count := fnd_msg_pub.count_msg;
9349: RAISE FND_API.G_EXC_ERROR;
9350: END IF;
9351:
9352: 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 9358: x_msg_count := fnd_msg_pub.count_msg;

9354: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
9355: p_msg_name => l_burden_cost_rejection_code);
9356: x_msg_data := l_burden_cost_rejection_code;
9357: x_return_status := 'E';
9358: x_msg_count := fnd_msg_pub.count_msg;
9359: RAISE FND_API.G_EXC_ERROR;
9360: END IF;
9361:
9362: ELSE -- l_rate_based_flag = 'N' bug# 3801523

Line 9429: x_msg_count := fnd_msg_pub.count_msg;

9425: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
9426: p_msg_name => l_msg_data);
9427: x_msg_data := l_msg_data;
9428: x_return_status := 'E';
9429: x_msg_count := fnd_msg_pub.count_msg;
9430: RAISE FND_API.G_EXC_ERROR;
9431: END IF;
9432: --maansari6/5
9433: -- END LOOP; Bug 3965584 : Reduced the scope of FOR LOOP

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

9432: --maansari6/5
9433: -- END LOOP; Bug 3965584 : Reduced the scope of FOR LOOP
9434: -- END IF; ---------------------------------------------------------------------------}
9435: x_return_status := l_return_status;
9436: x_msg_count := fnd_msg_pub.count_msg; -- FPM Dev CR 8
9437:
9438: EXCEPTION
9439: -- FPM Dev CR 5
9440: WHEN FND_API.G_EXC_ERROR THEN

Line 9442: x_msg_count := FND_MSG_PUB.Count_Msg;

9438: EXCEPTION
9439: -- FPM Dev CR 5
9440: WHEN FND_API.G_EXC_ERROR THEN
9441: x_return_status := FND_API.G_RET_STS_ERROR;
9442: x_msg_count := FND_MSG_PUB.Count_Msg;
9443: If x_msg_count = 1 THEN
9444: pa_interface_utils_pub.get_messages
9445: (p_encoded => FND_API.G_TRUE,
9446: p_msg_index => 1,

Line 9468: x_msg_count := FND_MSG_PUB.Count_Msg;

9464: PA_UTILS.add_message('PA','PA_PROG_INSUFFICIENT_PARA',
9465: 'RES_NAME', l_resource_alias);
9466: x_return_status := FND_API.G_RET_STS_ERROR;
9467: x_msg_data := 'PA_PROG_INSUFFICIENT_PARA';
9468: x_msg_count := FND_MSG_PUB.Count_Msg;
9469: If x_msg_count = 1 THEN
9470: pa_interface_utils_pub.get_messages
9471: (p_encoded => FND_API.G_TRUE,
9472: p_msg_index => 1,

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

9489: WHEN OTHERS THEN
9490: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
9491: x_msg_count := 1;
9492: x_msg_data := SUBSTR(SQLERRM,1,120);
9493: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_PROGRESS_UTILS',
9494: p_procedure_name => 'Get_Res_Rate_Burden_Multiplier');
9495: If x_msg_count = 1 THEN
9496: pa_interface_utils_pub.get_messages
9497: (p_encoded => FND_API.G_TRUE,

Line 9888: x_msg_count := Fnd_Msg_Pub.count_msg;

9884:
9885: EXCEPTION
9886: WHEN FND_API.G_EXC_ERROR THEN
9887: x_return_status := FND_API.G_RET_STS_ERROR;
9888: x_msg_count := Fnd_Msg_Pub.count_msg;
9889:
9890: -- 4537865
9891: x_act_rawcost_tc_this_period := 0 ;
9892: x_etc_rawcost_tc := 0 ;

Line 10559: FND_MSG_PUB.initialize;

10555: 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);
10556: 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);
10557: END IF;
10558:
10559: FND_MSG_PUB.initialize;
10560:
10561: l_track_wp_cost_flag := pa_fp_wp_gen_amt_utils.get_wp_track_cost_amt_flag(p_project_id); --Bug 3921624
10562:
10563: IF NVL(l_track_wp_cost_flag, 'Y') = 'Y' THEN --Bug 3921624

Line 10871: x_msg_count := Fnd_Msg_Pub.count_msg;

10867: EXCEPTION
10868:
10869: WHEN FND_API.G_EXC_ERROR THEN
10870: x_return_status := FND_API.G_RET_STS_ERROR;
10871: x_msg_count := Fnd_Msg_Pub.count_msg;
10872:
10873: -- 4537865
10874: x_act_brdncost_pc_this_period := 0 ;
10875: x_etc_brdncost_pc := 0 ;

Line 11533: x_msg_count := Fnd_Msg_Pub.count_msg;

11529: EXCEPTION
11530:
11531: WHEN FND_API.G_EXC_ERROR THEN
11532: x_return_status := FND_API.G_RET_STS_ERROR;
11533: x_msg_count := Fnd_Msg_Pub.count_msg;
11534:
11535: -- 4537865
11536:
11537: x_rawcost_tc := NULL ;

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

13169: END LOOP;
13170:
13171: EXCEPTION
13172: WHEN OTHERS THEN
13173: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_PROGRESS_UTILS',
13174: p_procedure_name => 'get_plan_value',
13175: p_error_text => SUBSTRB(SQLERRM,1,120));
13176:
13177: END get_plan_value;