DBA Data[Home] [Help]

APPS.PA_RATE_PVT_PKG dependencies on FND_MSG_PUB

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

1525: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1526: x_error_msg := SUBSTR(SQLERRM,1,30);
1527: /* Checking error condition. Added for bug 2218386 */
1528: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1529: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
1530: p_procedure_name => 'Get_Item_Amount');
1531: RAISE;
1532: END IF;
1533: END Get_Item_Amount;

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

1714: px_projfunc_bil_exchange_rate := lx_projfunc_bil_exchange_rate ;
1715:
1716: /* Checking error condition. Added for bug 2218386 */
1717: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1718: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
1719: p_procedure_name => 'calc_event_based_revenue');
1720: RAISE;
1721: END IF;
1722:

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

1850: px_projfunc_bil_exchange_rate := lx_projfunc_bil_exchange_rate ;
1851:
1852: /* Checking error condition. Added for bug 2218386 */
1853: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1854: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
1855: p_procedure_name => 'calc_cost_based_revenue');
1856: RAISE;
1857: END IF;
1858:

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

1932:
1933:
1934: /* Checking error condition. Added for bug 2218386 */
1935: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1936: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
1937: p_procedure_name => 'get_revenue_generation_method');
1938: RAISE;
1939: END IF;
1940:

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

2800: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2801: x_msg_data := SUBSTR(SQLERRM,1,30);
2802: /* Checking error condition. Added for bug 2218386 */
2803: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2804: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG', /* Moved this here to fix bug 2434663 */
2805: p_procedure_name => 'get_initial_bill_rate');
2806: RAISE;
2807: END IF;
2808:

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

3413: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3414: x_error_msg := SUBSTR(SQLERRM,1,30);
3415: /* Checking error condition. Added for bug 2218386 */
3416: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
3417: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
3418: p_procedure_name => 'Calc_Rate_Amount');
3419: RAISE;
3420: END IF;
3421:

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

3726: x_start_date := null;
3727: x_end_date := null;
3728:
3729: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
3730: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_RATE_PVT_PKG',
3731: p_procedure_name => 'get_rep_period_dates');
3732: RAISE;
3733: END IF;
3734: