DBA Data[Home] [Help]

APPS.PA_COST dependencies on PA_RATE_PVT_PKG

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

253:
254: EXCEPTION
255: WHEN l_exp_func_curr_code_null THEN
256: /* Checking error condition. Added for bug 2218386 */
257: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
258: PA_UTILS.add_message('PA', 'PA_FCST_EXP_CURR_CODE_NULL');
259: END IF;
260: x_return_status := FND_API.G_RET_STS_ERROR;
261: x_msg_count := 1;

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

264: WHEN NO_DATA_FOUND THEN
265: x_raw_cost_rate := 0;
266: x_raw_cost := 0;
267: /* Checking error condition. Added for bug 2218386 */
268: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
269: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
270: END IF;
271: x_return_status := FND_API.G_RET_STS_ERROR;
272: x_msg_count := 1;

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

275: WHEN l_raw_cost_null THEN
276: x_raw_cost_rate := 0;
277: x_raw_cost := 0;
278: /* Checking error condition. Added for bug 2218386 */
279: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
280: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
281: END IF;
282: x_return_status := FND_API.G_RET_STS_ERROR;
283: x_msg_count := 1;

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

284: x_msg_data := 'PA_FCST_NO_COST_RATE';
285:
286: /*LCE changes*/
287: WHEN user_exception THEN
288: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
289: PA_UTILS.add_message('PA',l_err_code);
290: END IF;
291: x_return_status := FND_API.G_RET_STS_ERROR;
292: x_msg_count := 1;

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

297: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
298: x_msg_count := 1;
299: x_msg_data := SUBSTR(SQLERRM,1,30);
300: /* Checking error condition. Added for bug 2218386 */
301: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
302: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
303: p_procedure_name => 'Get_Raw_Cost');
304: RAISE;
305: END IF;

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

482: WHEN OTHERS THEN
483: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
484: x_msg_count := 1;
485: x_msg_data := SUBSTR(SQLERRM,1,30);
486: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
487: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
488: p_procedure_name => 'Override_exp_organization');
489: END IF;
490:

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

765: x_burden_cost := 0;
766: x_burden_cost_rate := 0;
767:
768: /* Checking error condition. Added for bug 2218386 */
769: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
770: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
771: END IF;
772:
773: x_return_status := FND_API.G_RET_STS_ERROR;

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

781:
782: WHEN l_cost_plus_struture_not_found THEN
783:
784: /* Checking error condition. Added for bug 2218386 */
785: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
786: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_PLUS_ST');
787: END IF;
788:
789: x_return_status := FND_API.G_RET_STS_ERROR;

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

792:
793: WHEN l_cost_base_not_found THEN
794:
795: /* Checking error condition. Added for bug 2218386 */
796: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
797: PA_UTILS.add_message('PA', 'PA_FCST_COST_BASE_NOT_FOUND');
798: END IF;
799:
800: x_return_status := FND_API.G_RET_STS_ERROR;

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

803:
804: WHEN l_comp_multiplier_not_found THEN
805:
806: /* Checking error condition. Added for bug 2218386 */
807: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
808: PA_UTILS.add_message('PA', 'PA_FCST_NO_COMPILED_MULTI');
809: END IF;
810:
811: 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_invalid_schedule_id 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_INVL_BURDEN_SCH_REV_ID');
820: END IF;
821:
822: x_return_status := FND_API.G_RET_STS_ERROR;

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

827: x_burden_cost := 0;
828: x_burden_cost_rate := 0;
829:
830: /* Checking error condition. Added for bug 2218386 */
831: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
832: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
833: END IF;
834:
835: x_return_status := FND_API.G_RET_STS_ERROR;

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

841: x_msg_count := 1;
842: x_msg_data := SUBSTR(SQLERRM,1,30);
843: print_msg('Others Exception:l_x_stage['||l_x_stage||']'||SQLERRM||SQLCODE);
844: /* Checking error condition. Added for bug 2218386 */
845: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
846: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
847: p_procedure_name => 'Get_Burden_cost');
848: RAISE;
849: END IF;

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

1401: x_projfunc_burden_cost_rate := 0;
1402: x_projfunc_raw_cost := 0;
1403: x_projfunc_raw_cost_rate := 0;
1404:
1405: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1406: PA_UTILS.add_message('PA', SUBSTR(l_status,1,30));
1407: END IF; */
1408: WHEN l_proj_func_curr_code_null THEN
1409: /* Checking error condition. Added for bug 2218386 */

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

1406: PA_UTILS.add_message('PA', SUBSTR(l_status,1,30));
1407: END IF; */
1408: WHEN l_proj_func_curr_code_null THEN
1409: /* Checking error condition. Added for bug 2218386 */
1410: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1411: PA_UTILS.add_message('PA', 'PA_FCST_PROJ_CURR_CODE_NULL');
1412: END IF;
1413:
1414: x_return_status := FND_API.G_RET_STS_ERROR;

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

1416: x_msg_data := 'PA_FCST_PROJ_CURR_CODE_NULL';
1417:
1418: WHEN l_exp_func_curr_code_null THEN
1419: /* Checking error condition. Added for bug 2218386 */
1420: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1421: PA_UTILS.add_message('PA', 'PA_FCST_EXP_CURR_CODE_NULL');
1422: END IF;
1423:
1424: x_return_status := FND_API.G_RET_STS_ERROR;

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

1426: x_msg_data := 'PA_FCST_EXP_CURR_CODE_NULL';
1427:
1428: WHEN l_invalid_rate_date_type THEN
1429: /* Checking error condition. Added for bug 2218386 */
1430: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1431: PA_UTILS.add_message('PA', 'PA_FCST_INVL_RATE_DT_TYP');
1432: END IF;
1433:
1434: x_return_status := FND_API.G_RET_STS_ERROR;

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

1453: px_project_burden_cost := 0;
1454: px_project_burden_cost_rate := 0;
1455:
1456: /* Checking error condition. Added for bug 2218386 */
1457: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1458: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
1459: END IF;
1460:
1461: x_return_status := FND_API.G_RET_STS_ERROR;

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

1480: px_project_burden_cost := 0;
1481: px_project_burden_cost_rate := 0;
1482:
1483: /* Checking error condition. Added for bug 2218386 */
1484: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1485: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
1486: END IF;
1487:
1488: x_return_status := FND_API.G_RET_STS_ERROR;

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

1506: px_project_cost_rate := 0;
1507: px_project_burden_cost := 0;
1508: px_project_burden_cost_rate := 0;
1509:
1510: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1511: PA_UTILS.add_message('PA', l_multi_status);
1512: END IF;
1513:
1514: x_return_status := FND_API.G_RET_STS_ERROR;

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

1519: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1520: x_msg_count := 1;
1521: x_msg_data := SUBSTR(SQLERRM,1,30);
1522: /* Checking error condition. Added for bug 2218386 */
1523: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1524: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
1525: p_procedure_name => 'Get_Converted_Cost_Amounts');
1526: RAISE;
1527: END IF;

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

1554: WHEN NO_DATA_FOUND THEN
1555: RETURN NULL;
1556: WHEN OTHERS THEN
1557: /* Checking error condition. Added for bug 2218386 */
1558: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1559: RAISE;
1560: ELSE
1561: NULL;
1562: END IF;

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

1592: NULL;
1593:
1594: WHEN OTHERS THEN
1595: /* Checking error condition. Added for bug 2218386 */
1596: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1597: Raise;
1598: ELSE
1599: NULL;
1600: END IF;

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

1952:
1953: EXCEPTION
1954: WHEN l_invalid_revision_by_date THEN
1955: /* Checking error condition. Added for bug 2218386 */
1956: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1957: PA_UTILS.add_message('PA', 'PA_FCST_INVL_BURDEN_SCH_REV_ID');
1958: END IF;
1959: x_return_status := FND_API.G_RET_STS_ERROR;
1960: x_msg_count := 1;

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

1966: x_msg_data := NULL;
1967:
1968: WHEN l_sch_rev_id_not_found THEN
1969: /* Checking error condition. Added for bug 2218386 */
1970: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1971: PA_UTILS.add_message('PA', 'PA_FCST_INVL_BURDEN_SCH_REV_ID');
1972: END IF;
1973: x_return_status := FND_API.G_RET_STS_ERROR;
1974: x_msg_count := 1;

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

1978: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1979: x_msg_count := 1;
1980: x_msg_data := SUBSTR(SQLERRM,1,30);
1981: /* Checking error condition. Added for bug 2218386 */
1982: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1983: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
1984: p_procedure_name => 'Get_Schedule_Id');
1985: END IF;
1986:

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

2281: x_raw_cost_rate := 0;
2282: x_raw_cost := 0;
2283:
2284: /* Checking error condition. Added for bug 2218386 */
2285: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2286: PA_UTILS.add_message('PA', l_status||'_BC_PF'); /* fix for bug 2199203 */
2287: END IF;
2288:
2289: x_return_status := FND_API.G_RET_STS_ERROR;

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

2294: x_raw_cost_rate := 0;
2295: x_raw_cost := 0;
2296:
2297: /* Checking error condition. Added for bug 2218386 */
2298: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2299: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
2300: END IF;
2301:
2302: x_return_status := FND_API.G_RET_STS_ERROR;

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

2307: x_raw_cost_rate := 0;
2308: x_raw_cost := 0;
2309:
2310: /* Checking error condition. Added for bug 2218386 */
2311: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2312: PA_UTILS.add_message('PA', 'PA_FCST_NO_COST_RATE');
2313: END IF;
2314:
2315: x_return_status := FND_API.G_RET_STS_ERROR;

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

2318: PA_DEBUG.reset_err_stack;
2319:
2320: /*LCE changes*/
2321: WHEN user_exception THEN
2322: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2323: PA_UTILS.add_message('PA',l_err_code);
2324: END IF;
2325: x_return_status := FND_API.G_RET_STS_ERROR;
2326: x_msg_count := 1;

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

2328: PA_DEBUG.reset_err_stack;
2329:
2330: WHEN l_exp_func_curr_code_null THEN
2331: /* Checking error condition. Added for bug 2218386 */
2332: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2333: PA_UTILS.add_message('PA', 'PA_FCST_EXP_CURR_CODE_NULL');
2334: END IF;
2335: x_return_status := FND_API.G_RET_STS_ERROR;
2336: x_msg_count := 1;

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

2342: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2343: x_msg_count := 1;
2344: x_msg_data := SUBSTR(SQLERRM,1,30);
2345: /* Checking error condition. Added for bug 2218386 */
2346: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2347: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
2348: p_procedure_name => 'Requirement_raw_cost');
2349: RAISE;
2350: END IF;