DBA Data[Home] [Help]

APPS.PA_REVENUE dependencies on PA_RATE_PVT_PKG

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

630: x_bill_rate := NULL;
631: x_raw_revenue:= 0;
632: x_markup_percentage := NULL; /* Added for Asgmt overide */
633: /* Checking error condition. Added for bug 2218386 */
634: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
635: PA_UTILS.add_message('PA', 'PA_FCST_NO_BILL_RATE');
636: END IF;
637: x_return_status := FND_API.G_RET_STS_ERROR;
638: x_msg_count := 1;

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

651: x_txn_currency_code := null;
652:
653: /* Checking error condition. Added for bug 2218386 */
654:
655: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
656: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* Moved this here to fix bug 2434663 */
657: p_procedure_name => 'Requirement_Rev_Amt');
658: RAISE;
659: END IF;

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

2325: x_markup_percentage := NULL; /* Added for Asgmt overide */
2326: x_txn_currency_code := l_rate_currency_code; /* Added for bug 3385744 */
2327: x_adjusted_bill_rate := NULL ; --4038485
2328: /* Checking error condition. Added for bug 2218386 */
2329: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2330: PA_UTILS.add_message('PA', 'PA_FCST_NO_BILL_RATE');
2331: END IF;
2332: x_return_status := FND_API.G_RET_STS_ERROR;
2333: x_msg_count := 1;

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

2347: x_markup_percentage := null;
2348: x_txn_currency_code := null;
2349: x_adjusted_bill_rate := null;
2350:
2351: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2352: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* Moved this here to fix bug 2434663 */
2353: p_procedure_name => 'Assignment_Rev_Amt');
2354: RAISE;
2355: END IF;

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

2657: px_projfunc_bill_rate := 0;
2658: px_project_raw_revenue := 0;
2659: px_project_bill_rate := NULL;
2660:
2661: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2662: PA_UTILS.add_message('PA', 'PA_MISSING_PRJFUNC_CURR');
2663: END IF;
2664:
2665: x_return_status := FND_API.G_RET_STS_ERROR;

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

2672: px_projfunc_bill_rate := 0;
2673: px_project_raw_revenue := 0;
2674: px_project_bill_rate := NULL;
2675:
2676: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2677: PA_UTILS.add_message('PA', 'PA_REQUIRE_DENOM_CURR');
2678: END IF;
2679:
2680: x_return_status := FND_API.G_RET_STS_ERROR;

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

2687: px_projfunc_bill_rate := 0;
2688: px_project_raw_revenue := 0;
2689: px_project_bill_rate := NULL;
2690:
2691: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2692: PA_UTILS.add_message('PA', 'PA_MISSING_PROJ_CURR');
2693: END IF;
2694:
2695: x_return_status := FND_API.G_RET_STS_ERROR;

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

2702: px_projfunc_bill_rate := 0;
2703: px_project_raw_revenue := 0;
2704: px_project_bill_rate := NULL;
2705:
2706: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2707: PA_UTILS.add_message('PA', l_status||'_BC_PF');
2708: END IF;
2709:
2710: x_return_status := FND_API.G_RET_STS_ERROR;

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

2734: px_project_raw_revenue := lx_project_raw_revenue ;
2735: px_project_bill_rate := lx_project_bill_rate;
2736:
2737:
2738: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2739: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* Moved this here to fix bug 2434663 */
2740: p_procedure_name => 'Get_Converted_Revenue_Amounts');
2741: RAISE;
2742: END IF;

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

4037: x_bill_rate :=null;
4038: x_markup_percentage :=null;
4039: x_adjusted_bill_rate :=null; --4038485
4040:
4041: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
4042: PA_UTILS.add_message('PA', 'PA_FCST_NO_BILL_RATE');
4043: END IF;
4044: x_return_status := FND_API.G_RET_STS_ERROR;
4045: x_msg_count := 1;

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

4061: x_rev_Curr_code := null;
4062:
4063: x_msg_count := 1;
4064: x_msg_data := SUBSTR(SQLERRM,1,30);
4065: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
4066: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* name of the package*/
4067: p_procedure_name => 'Non_labor_Assignment');
4068: IF g1_debug_mode = 'Y' THEN
4069: pa_debug.write_file('LOG','2.SQLERROR ' || SQLCODE);