DBA Data[Home] [Help]

APPS.PA_REVENUE dependencies on PA_REVENUE

Line 1: PACKAGE BODY PA_REVENUE as

1: PACKAGE BODY PA_REVENUE as
2: /* $Header: PAXBLRTB.pls 120.11 2010/09/01 22:19:45 skkoppul ship $ */
3:
4: l_no_revenue EXCEPTION;
5: l_no_bill_rate EXCEPTION;

Line 656: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* Moved this here to fix bug 2434663 */

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;
660:

Line 2352: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* Moved this here to fix bug 2434663 */

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;
2356: IF p_called_process ='PA' then

Line 2739: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* Moved this here to fix bug 2434663 */

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;
2743:

Line 4066: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_REVENUE', /* name of the package*/

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);
4070: END IF;

Line 4076: END PA_REVENUE;

4072: END IF;
4073:
4074: END Non_Labor_Rev_amount;
4075:
4076: END PA_REVENUE;
4077: