DBA Data[Home] [Help]

APPS.PA_COST dependencies on PA_RATE_PVT_PKG

Line 274: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

270: EXCEPTION
271: WHEN l_exp_func_curr_code_null THEN
272: pa_cc_utils.log_message('inside l_exp_func_curr_code_null exception ');
273: /* Checking error condition. Added for bug 2218386 */
274: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
275: PA_UTILS.add_message('PA', 'PA_FCST_EXP_CURR_CODE_NULL');
276: END IF;
277: x_return_status := FND_API.G_RET_STS_ERROR;
278: x_msg_count := 1;

Line 287: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

283:
284: x_raw_cost_rate := 0;
285: x_raw_cost := 0;
286: /* Checking error condition. Added for bug 2218386 */
287: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
288: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
289: END IF;
290: x_return_status := FND_API.G_RET_STS_ERROR;
291: x_msg_count := 1;

Line 300: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

296:
297: x_raw_cost_rate := 0;
298: x_raw_cost := 0;
299: /* Checking error condition. Added for bug 2218386 */
300: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
301: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
302: END IF;
303: x_return_status := FND_API.G_RET_STS_ERROR;
304: x_msg_count := 1;

Line 311: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

307: /*LCE changes*/
308: WHEN user_exception THEN
309: pa_cc_utils.log_message('inside user_exception exception ');
310:
311: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
312: PA_UTILS.add_message('PA',l_err_code);
313: END IF;
314: x_return_status := FND_API.G_RET_STS_ERROR;
315: x_msg_count := 1;

Line 326: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

322: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
323: x_msg_count := 1;
324: x_msg_data := SUBSTR(SQLERRM,1,30);
325: /* Checking error condition. Added for bug 2218386 */
326: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
327: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
328: p_procedure_name => 'Get_Raw_Cost');
329: RAISE;
330: END IF;

Line 511: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

507: WHEN OTHERS THEN
508: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
509: x_msg_count := 1;
510: x_msg_data := SUBSTR(SQLERRM,1,30);
511: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
512: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
513: p_procedure_name => 'Override_exp_organization');
514: END IF;
515:

Line 802: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

798: x_burden_cost := 0;
799: x_burden_cost_rate := 0;
800:
801: /* Checking error condition. Added for bug 2218386 */
802: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
803: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
804: END IF;
805:
806: x_return_status := FND_API.G_RET_STS_ERROR;

Line 818: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

814:
815: WHEN l_cost_plus_struture_not_found THEN
816:
817: /* Checking error condition. Added for bug 2218386 */
818: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
819: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_PLUS_ST');
820: END IF;
821:
822: x_return_status := FND_API.G_RET_STS_ERROR;

Line 829: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

825:
826: WHEN l_cost_base_not_found THEN
827:
828: /* Checking error condition. Added for bug 2218386 */
829: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
830: PA_UTILS.add_message('PA', 'PA_FCST_COST_BASE_NOT_FOUND');
831: END IF;
832:
833: x_return_status := FND_API.G_RET_STS_ERROR;

Line 840: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

836:
837: WHEN l_comp_multiplier_not_found THEN
838:
839: /* Checking error condition. Added for bug 2218386 */
840: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
841: PA_UTILS.add_message('PA', 'PA_FCST_NO_COMPILED_MULTI');
842: END IF;
843:
844: x_return_status := FND_API.G_RET_STS_ERROR;

Line 851: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

847:
848: WHEN l_invalid_schedule_id THEN
849:
850: /* Checking error condition. Added for bug 2218386 */
851: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
852: PA_UTILS.add_message('PA', 'PA_FCST_INVL_BURDEN_SCH_REV_ID');
853: END IF;
854:
855: x_return_status := FND_API.G_RET_STS_ERROR;

Line 864: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

860: x_burden_cost := 0;
861: x_burden_cost_rate := 0;
862:
863: /* Checking error condition. Added for bug 2218386 */
864: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
865: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
866: END IF;
867:
868: x_return_status := FND_API.G_RET_STS_ERROR;

Line 878: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

874: x_msg_count := 1;
875: x_msg_data := SUBSTR(SQLERRM,1,30);
876: print_msg('Others Exception:l_x_stage['||l_x_stage||']'||SQLERRM||SQLCODE);
877: /* Checking error condition. Added for bug 2218386 */
878: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
879: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
880: p_procedure_name => 'Get_Burden_cost');
881: RAISE;
882: END IF;

Line 1438: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1434: x_projfunc_burden_cost_rate := 0;
1435: x_projfunc_raw_cost := 0;
1436: x_projfunc_raw_cost_rate := 0;
1437:
1438: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1439: PA_UTILS.add_message('PA', SUBSTR(l_status,1,30));
1440: END IF; */
1441: WHEN l_proj_func_curr_code_null THEN
1442: /* Checking error condition. Added for bug 2218386 */

Line 1443: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1439: PA_UTILS.add_message('PA', SUBSTR(l_status,1,30));
1440: END IF; */
1441: WHEN l_proj_func_curr_code_null THEN
1442: /* Checking error condition. Added for bug 2218386 */
1443: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1444: PA_UTILS.add_message('PA', 'PA_FCST_PROJ_CURR_CODE_NULL');
1445: END IF;
1446:
1447: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1453: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1449: x_msg_data := 'PA_FCST_PROJ_CURR_CODE_NULL';
1450:
1451: WHEN l_exp_func_curr_code_null THEN
1452: /* Checking error condition. Added for bug 2218386 */
1453: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1454: PA_UTILS.add_message('PA', 'PA_FCST_EXP_CURR_CODE_NULL');
1455: END IF;
1456:
1457: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1463: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1459: x_msg_data := 'PA_FCST_EXP_CURR_CODE_NULL';
1460:
1461: WHEN l_invalid_rate_date_type THEN
1462: /* Checking error condition. Added for bug 2218386 */
1463: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1464: PA_UTILS.add_message('PA', 'PA_FCST_INVL_RATE_DT_TYP');
1465: END IF;
1466:
1467: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1490: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1486: px_project_burden_cost := 0;
1487: px_project_burden_cost_rate := 0;
1488:
1489: /* Checking error condition. Added for bug 2218386 */
1490: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1491: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
1492: END IF;
1493:
1494: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1517: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1513: px_project_burden_cost := 0;
1514: px_project_burden_cost_rate := 0;
1515:
1516: /* Checking error condition. Added for bug 2218386 */
1517: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1518: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
1519: END IF;
1520:
1521: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1543: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1539: px_project_cost_rate := 0;
1540: px_project_burden_cost := 0;
1541: px_project_burden_cost_rate := 0;
1542:
1543: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1544: PA_UTILS.add_message('PA', l_multi_status);
1545: END IF;
1546:
1547: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1556: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1552: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1553: x_msg_count := 1;
1554: x_msg_data := SUBSTR(SQLERRM,1,30);
1555: /* Checking error condition. Added for bug 2218386 */
1556: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1557: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
1558: p_procedure_name => 'Get_Converted_Cost_Amounts');
1559: RAISE;
1560: END IF;

Line 1591: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1587: WHEN NO_DATA_FOUND THEN
1588: RETURN NULL;
1589: WHEN OTHERS THEN
1590: /* Checking error condition. Added for bug 2218386 */
1591: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1592: RAISE;
1593: ELSE
1594: NULL;
1595: END IF;

Line 1629: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1625: NULL;
1626:
1627: WHEN OTHERS THEN
1628: /* Checking error condition. Added for bug 2218386 */
1629: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1630: Raise;
1631: ELSE
1632: NULL;
1633: END IF;

Line 1989: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1985:
1986: EXCEPTION
1987: WHEN l_invalid_revision_by_date THEN
1988: /* Checking error condition. Added for bug 2218386 */
1989: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1990: PA_UTILS.add_message('PA', 'PA_FCST_INVL_BURDEN_SCH_REV_ID');
1991: END IF;
1992: x_return_status := FND_API.G_RET_STS_ERROR;
1993: x_msg_count := 1;

Line 2003: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

1999: x_msg_data := NULL;
2000:
2001: WHEN l_sch_rev_id_not_found THEN
2002: /* Checking error condition. Added for bug 2218386 */
2003: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2004: PA_UTILS.add_message('PA', 'PA_FCST_INVL_BURDEN_SCH_REV_ID');
2005: END IF;
2006: x_return_status := FND_API.G_RET_STS_ERROR;
2007: x_msg_count := 1;

Line 2015: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

2011: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2012: x_msg_count := 1;
2013: x_msg_data := SUBSTR(SQLERRM,1,30);
2014: /* Checking error condition. Added for bug 2218386 */
2015: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2016: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
2017: p_procedure_name => 'Get_Schedule_Id');
2018: END IF;
2019:

Line 2318: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

2314: x_raw_cost_rate := 0;
2315: x_raw_cost := 0;
2316:
2317: /* Checking error condition. Added for bug 2218386 */
2318: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2319: PA_UTILS.add_message('PA', l_status||'_BC_PF'); /* fix for bug 2199203 */
2320: END IF;
2321:
2322: x_return_status := FND_API.G_RET_STS_ERROR;

Line 2331: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

2327: x_raw_cost_rate := 0;
2328: x_raw_cost := 0;
2329:
2330: /* Checking error condition. Added for bug 2218386 */
2331: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2332: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
2333: END IF;
2334:
2335: x_return_status := FND_API.G_RET_STS_ERROR;

Line 2344: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

2340: x_raw_cost_rate := 0;
2341: x_raw_cost := 0;
2342:
2343: /* Checking error condition. Added for bug 2218386 */
2344: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2345: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
2346: END IF;
2347:
2348: x_return_status := FND_API.G_RET_STS_ERROR;

Line 2355: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

2351: PA_DEBUG.reset_err_stack;
2352:
2353: /*LCE changes*/
2354: WHEN user_exception THEN
2355: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2356: PA_UTILS.add_message('PA',l_err_code);
2357: END IF;
2358: x_return_status := FND_API.G_RET_STS_ERROR;
2359: x_msg_count := 1;

Line 2365: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

2361: PA_DEBUG.reset_err_stack;
2362:
2363: WHEN l_exp_func_curr_code_null THEN
2364: /* Checking error condition. Added for bug 2218386 */
2365: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2366: PA_UTILS.add_message('PA', 'PA_FCST_EXP_CURR_CODE_NULL');
2367: END IF;
2368: x_return_status := FND_API.G_RET_STS_ERROR;
2369: x_msg_count := 1;

Line 2379: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN

2375: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2376: x_msg_count := 1;
2377: x_msg_data := SUBSTR(SQLERRM,1,30);
2378: /* Checking error condition. Added for bug 2218386 */
2379: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2380: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
2381: p_procedure_name => 'Requirement_raw_cost');
2382: RAISE;
2383: END IF;