DBA Data[Home] [Help]

APPS.PA_REVENUE dependencies on FND_MSG_PUB

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

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

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

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

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

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

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

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