DBA Data[Home] [Help]

APPS.PA_RATE_PVT_PKG dependencies on FND_MSG_PUB

Line 1598: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',

1594: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1595: x_error_msg := SUBSTR(SQLERRM,1,30);
1596: /* Checking error condition. Added for bug 2218386 */
1597: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1598: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
1599: p_procedure_name => 'Get_Item_Amount');
1600: RAISE;
1601: END IF;
1602: END Get_Item_Amount;

Line 1787: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',

1783: px_projfunc_bil_exchange_rate := lx_projfunc_bil_exchange_rate ;
1784:
1785: /* Checking error condition. Added for bug 2218386 */
1786: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1787: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
1788: p_procedure_name => 'calc_event_based_revenue');
1789: RAISE;
1790: END IF;
1791:

Line 1923: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',

1919: px_projfunc_bil_exchange_rate := lx_projfunc_bil_exchange_rate ;
1920:
1921: /* Checking error condition. Added for bug 2218386 */
1922: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1923: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
1924: p_procedure_name => 'calc_cost_based_revenue');
1925: RAISE;
1926: END IF;
1927:

Line 2005: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',

2001:
2002:
2003: /* Checking error condition. Added for bug 2218386 */
2004: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2005: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
2006: p_procedure_name => 'get_revenue_generation_method');
2007: RAISE;
2008: END IF;
2009:

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

2930: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2931: x_msg_data := SUBSTR(SQLERRM,1,30);
2932: /* Checking error condition. Added for bug 2218386 */
2933: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2934: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG', /* Moved this here to fix bug 2434663 */
2935: p_procedure_name => 'get_initial_bill_rate');
2936: RAISE;
2937: END IF;
2938:

Line 3555: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',

3551: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3552: x_error_msg := SUBSTR(SQLERRM,1,30);
3553: /* Checking error condition. Added for bug 2218386 */
3554: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
3555: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
3556: p_procedure_name => 'Calc_Rate_Amount');
3557: RAISE;
3558: END IF;
3559:

Line 3868: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',

3864: x_start_date := null;
3865: x_end_date := null;
3866:
3867: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
3868: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
3869: p_procedure_name => 'get_rep_period_dates');
3870: RAISE;
3871: END IF;
3872: