DBA Data[Home] [Help]

APPS.PA_REVENUE dependencies on FND_MSG_PUB

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;