DBA Data[Home] [Help]

APPS.PA_RBS_UTILS dependencies on PA_RLMI_RBS_MAP_PUB

Line 1515: PA_RLMI_RBS_MAP_PUB.PUSH_RBS_VERSION (

1511: END IF;
1512:
1513: --Call to Budgeting and Forecasting handler API
1514:
1515: PA_RLMI_RBS_MAP_PUB.PUSH_RBS_VERSION (
1516: p_old_rbs_version_id => p_old_rbs_version_id,
1517: p_new_rbs_version_id => p_new_rbs_version_id,
1518: x_return_status => x_return_status,
1519: x_msg_count => x_msg_count,

Line 1523: pa_debug.log_message ('Error in API PA_RLMI_RBS_MAP_PUB.PUSH_RBS_VERSION' || SQLERRM);

1519: x_msg_count => x_msg_count,
1520: x_msg_data => x_msg_data );
1521:
1522: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1523: pa_debug.log_message ('Error in API PA_RLMI_RBS_MAP_PUB.PUSH_RBS_VERSION' || SQLERRM);
1524: --RETURN;
1525: END IF;
1526:
1527: