DBA Data[Home] [Help]

APPS.PA_REVENUE dependencies on PA_RATE_PVT_PKG

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

621: x_bill_rate := NULL;
622: x_raw_revenue:= 0;
623: x_markup_percentage := NULL; /* Added for Asgmt overide */
624: /* Checking error condition. Added for bug 2218386 */
625: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
626: PA_UTILS.add_message('PA', 'PA_FCST_NO_BILL_RATE');
627: END IF;
628: x_return_status := FND_API.G_RET_STS_ERROR;
629: x_msg_count := 1;

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

642: x_txn_currency_code := null;
643:
644: /* Checking error condition. Added for bug 2218386 */
645:
646: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
647: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* Moved this here to fix bug 2434663 */
648: p_procedure_name => 'Requirement_Rev_Amt');
649: RAISE;
650: END IF;

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

2305: x_markup_percentage := NULL; /* Added for Asgmt overide */
2306: x_txn_currency_code := l_rate_currency_code; /* Added for bug 3385744 */
2307: x_adjusted_bill_rate := NULL ; --4038485
2308: /* Checking error condition. Added for bug 2218386 */
2309: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2310: PA_UTILS.add_message('PA', 'PA_FCST_NO_BILL_RATE');
2311: END IF;
2312: x_return_status := FND_API.G_RET_STS_ERROR;
2313: x_msg_count := 1;

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

2327: x_markup_percentage := null;
2328: x_txn_currency_code := null;
2329: x_adjusted_bill_rate := null;
2330:
2331: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2332: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* Moved this here to fix bug 2434663 */
2333: p_procedure_name => 'Assignment_Rev_Amt');
2334: RAISE;
2335: END IF;

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

2637: px_projfunc_bill_rate := 0;
2638: px_project_raw_revenue := 0;
2639: px_project_bill_rate := NULL;
2640:
2641: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2642: PA_UTILS.add_message('PA', 'PA_MISSING_PRJFUNC_CURR');
2643: END IF;
2644:
2645: x_return_status := FND_API.G_RET_STS_ERROR;

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

2652: px_projfunc_bill_rate := 0;
2653: px_project_raw_revenue := 0;
2654: px_project_bill_rate := NULL;
2655:
2656: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2657: PA_UTILS.add_message('PA', 'PA_REQUIRE_DENOM_CURR');
2658: END IF;
2659:
2660: x_return_status := FND_API.G_RET_STS_ERROR;

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

2667: px_projfunc_bill_rate := 0;
2668: px_project_raw_revenue := 0;
2669: px_project_bill_rate := NULL;
2670:
2671: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2672: PA_UTILS.add_message('PA', 'PA_MISSING_PROJ_CURR');
2673: END IF;
2674:
2675: x_return_status := FND_API.G_RET_STS_ERROR;

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

2682: px_projfunc_bill_rate := 0;
2683: px_project_raw_revenue := 0;
2684: px_project_bill_rate := NULL;
2685:
2686: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2687: PA_UTILS.add_message('PA', l_status||'_BC_PF');
2688: END IF;
2689:
2690: x_return_status := FND_API.G_RET_STS_ERROR;

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

2714: px_project_raw_revenue := lx_project_raw_revenue ;
2715: px_project_bill_rate := lx_project_bill_rate;
2716:
2717:
2718: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2719: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* Moved this here to fix bug 2434663 */
2720: p_procedure_name => 'Get_Converted_Revenue_Amounts');
2721: RAISE;
2722: END IF;

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

4011: x_bill_rate :=null;
4012: x_markup_percentage :=null;
4013: x_adjusted_bill_rate :=null; --4038485
4014:
4015: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
4016: PA_UTILS.add_message('PA', 'PA_FCST_NO_BILL_RATE');
4017: END IF;
4018: x_return_status := FND_API.G_RET_STS_ERROR;
4019: x_msg_count := 1;

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

4035: x_rev_Curr_code := null;
4036:
4037: x_msg_count := 1;
4038: x_msg_data := SUBSTR(SQLERRM,1,30);
4039: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
4040: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* name of the package*/
4041: p_procedure_name => 'Non_labor_Assignment');
4042: IF g1_debug_mode = 'Y' THEN
4043: pa_debug.write_file('LOG','2.SQLERROR ' || SQLCODE);