DBA Data[Home] [Help]

APPS.PA_PRJ_PERIOD_PROFILE_UTILS dependencies on PA_FP_ROLLUP_PKG

Line 2441: PA_FP_ROLLUP_PKG.ROLLUP_DENORM_AMOUNTS

2437: --The Roll up API that is being called, simply assumes that all parent
2438: --level records for the updated records are available in denorm table.
2439: --This API simply takes sum of amounts at child level records and
2440: --updates the amounts on the parents.
2441: PA_FP_ROLLUP_PKG.ROLLUP_DENORM_AMOUNTS
2442: (
2443: p_budget_version_id => l_budget_version_id
2444: ,x_return_status => x_return_status
2445: ,x_msg_count => x_msg_count

Line 2453: PA_FP_ROLLUP_PKG.Refresh_Period_Denorm(

2449: period denorm records for the given budget version and
2450: then populate user entered and rollup records.
2451: */
2452:
2453: PA_FP_ROLLUP_PKG.Refresh_Period_Denorm(
2454: p_budget_version_id => l_budget_version_id
2455: ,x_return_status => x_return_status
2456: ,x_msg_count => x_msg_count
2457: ,x_msg_data => x_msg_data );