DBA Data[Home] [Help]

APPS.PA_FORECAST_REVENUE dependencies on PA_FORECAST_REVENUE

Line 1: PACKAGE BODY PA_FORECAST_REVENUE as

1: PACKAGE BODY PA_FORECAST_REVENUE as
2: /* $Header: PARFRTRB.pls 120.2 2006/06/30 23:36:09 lkan noship $ */
3:
4: -- This procedure will calculate the raw revenue and bill amount from one of the 12 criterias on the basis
5: -- of passed parameters

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:

Line 191: END PA_FORECAST_REVENUE;

187:
188: END Get_Rev_Amt;
189:
190:
191: END PA_FORECAST_REVENUE;
192: