DBA Data[Home] [Help]

APPS.PA_FORECAST_REVENUE dependencies on FND_MSG_PUB

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

179: x_msg_count := 1;
180: x_msg_data := substr(SQLERRM,1,240);
181: /* Checking error condition. Added for bug 2218386 */
182: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
183: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FORECAST_REVENUE', /* Moved this here to fix bug 2434663 */
184: p_procedure_name => 'Get_Rev_Amt');
185: RAISE;
186: END IF;
187: